Re: [PHP-INSTALL] Compiling PHP 4.4.6 to use expat 2

2007-04-17 Thread Brett Knapik
Well I think I found a workaround. I cannot seem to get php to use the expat 2 library while compiling. So what I did was move libexpat.so.0 to libexpat.so.0.bak. Then I made a link libexpat.so.0 -> 1ibexpat.so.1.5.0 This seems to work okay on my test machine. If anyone knows how to get php to

[PHP-INSTALL] Compiling PHP 4.4.6 to use expat 2

2007-04-17 Thread Brett Knapik
#x27;--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mime-magic=/usr/share/file/magic.mime' '--with-pic' '--with-apxs2=/usr/sbin/apxs' Thanks Brett Knapik