Hi,
Because of the fileupload isse with php I want to update to php-4.1.2, however, I cannot successfully compile shared extension for mysql, imap, pgsql and ldap. Because I distribute the same build across multiple servers, shared extension are essential for me.
Here's what I get in modules after 'make':
[root@develop php-4.1.2]# ls modules/
imap.a imap.la ldap.a ldap.la mysql.a mysql.la pgsql.a pgsql.la
This is the configure commandline I use. I cannot find any .so anywhere...
sh configure \
--prefix=/usr \
--exec-prefix=/usr \
--with-config-file-path=/etc \
--enable-pic \
--disable-debug \
--enable-shared \
--with-apache=$home/apache_%{apachever} \
--with-imap=shared,$home/imap-%{imapver}/c-client \
--with-mysql=shared,/usr \
--with-ldap=shared,/usr \
--with-pgsql=shared,/usr \
--enable-track-vars \
--enable-ftp \
--enable-magic-quotes \
--enable-safe-mode \
--with-regex=system \
--with-exec-dir=/usr/bin \
--with-gd \
--with-jpeg-dir=/usr \
--with-zlib \
--with-png \
--with-xml
Regards,
Adi