Hello,
I have a module version of PHP 4.1 plus a CGI version of PHP 4.3 installed on a RedHat 7.2 system.
I've just found out that I've installed the CGI version without the IMAP and MYSQL support.
As I'm about to run ./configure again, I have two questions :
1) Will running "./configure" with the new settings be enough or will I have to run "make" and "make install" again?
2) What should be the --options like for IMAP and MYSQL support? I thought I should use " ./configure --with-imap=shared --with-mysql=shared" but I'm wondering if I have to specify the paths of some dirctories (such as the one for IMAP) or if the CGI version will automatically use the directories already used by the module version.
Thanks a lot for the help.
Have a nice day !
I have a module version of PHP 4.1 plus a CGI version of PHP 4.3 installed on a RedHat 7.2 system.
I've just found out that I've installed the CGI version without the IMAP and MYSQL support.
As I'm about to run ./configure again, I have two questions :
1) Will running "./configure" with the new settings be enough or will I have to run "make" and "make install" again?
2) What should be the --options like for IMAP and MYSQL support? I thought I should use " ./configure --with-imap=shared --with-mysql=shared" but I'm wondering if I have to specify the paths of some dirctories (such as the one for IMAP) or if the CGI version will automatically use the directories already used by the module version.
Thanks a lot for the help.
Have a nice day !