Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread Rasmus Lerdorf
The problem is that you have other things under /usr/local that you need, so the linker is going to link libraries from there. If you have a libxml2 library there then PHP is going to use it, no matter what you do. If you really can't fix your dependencies and upgrade your system's libxml2 li

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread Paul Reinheimer
Okay, I installed libxml2 and libxml2-devel in /usr/otherLocal (I lack creativity and the *nix fu to think of a better place). I've tried installing with './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' '--with-zlib-dir=/root/zlib-1.2.2' '--e

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread php
I have php 5.1.2 installed on SuSE Linux 9.2 pro, compiled against apache 2.2.0 source, and mysql 5.0.18 .tar.gz static binary. Here is my ./configure command: Configure Command './configure' '--with-apxs2=/usr/local/apache-2.2.0/bin/apxs' '--prefix=/usr/local/php-5.1.2' '--with-mysql=shar