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

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

2007-04-17 Thread Keith Roberts
On Tue, 17 Apr 2007, Brett Knapik wrote: To: php-install@lists.php.net From: Brett Knapik <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Compiling PHP 4.4.6 to use expat 2 Hello, I am trying to compile php 4.4.6 to use expat 2. I have compiled and installed expat 2 to /opt/expat2. However, once I

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

2007-04-17 Thread Brett Knapik
Hello, I am trying to compile php 4.4.6 to use expat 2. I have compiled and installed expat 2 to /opt/expat2. However, once I compile and install php. the php info is still showing expat 1.95_7. I am using Fedora Core 3. The only compile error I am getting is ...libexpat.la has been moved Does