Hello, I want to install the imap module on my redhat linux - apache webserver, I have heard something that I have to download the rpm and then rebuild ph, or is this totaly wrong.
This is my current php configure command:
'./configure' '--with-apxs' '--with-curl' '--with-curl-dir=/usr/local/lib' '--with-gd' '-
-with-gd-dir=/usr/local/lib' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt'
'--with-mhash' '--with-mysql' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xml' '--with-zlib'
'--with-zlib-dir=/usr/local/lib' '--with-zip' '--with-openssl' '--enable-bcmath' '--enable-calendar'
'--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-track-vars'
How do I install the imap module and let php know that the module is on the server.
Please explain simple, I'm not quite "the advanced linux user"
Thanks a lot
Michael Willemse