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

2006-02-28 Thread Rob
Paul Reinheimer wrote: Thanks, Through some carefull negotiations with the RPM i've managed to upgrade to the requisite packages. ./configure was usefull along the way, it raised errors letting me know what was missing. Is the fact that ./configure didn't raise an error originally worth filling

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

2006-02-27 Thread Paul Reinheimer
Thanks, Through some carefull negotiations with the RPM i've managed to upgrade to the requisite packages. ./configure was usefull along the way, it raised errors letting me know what was missing. Is the fact that ./configure didn't raise an error originally worth filling out a bug report for? Am

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

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

2006-02-25 Thread Paul Reinheimer
It's looking at the new version, dated today. For which i've got no -devel pack.   [EMAIL PROTECTED] php-5.1.2]# grep libxml2 config.logconfigure:19773: checking libxml2 install dirconfigure:88107: gcc -o conftest -I/usr/include -g -O2  -I/usr/local/include/libxml2 -I/usr/local//include -I/usr/loca

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

2006-02-25 Thread Rasmus Lerdorf
Instead of --with-libxml-dir=/usr/local/lib/ try --with-libxml-dir=/usr/local I think it is picking up the wrong xml-config script and thus the wrong libxml2 library. Do this: grep libxml2 config.log That should give you a clue which libxml2 it is trying to use. -Rasmus Paul Reinheimer w

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

2006-02-25 Thread Paul Reinheimer
Hi, thanks for the reply. I installed libxml2-2.6.23 directly from source, I'm trapped in some RHEL dependency hell (namely I can't upgrade these packages because external things like up2date need the current version) that's prevented me from using the RPMs. I haven't seen any non .rpm -devel pack

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

2006-02-25 Thread Rasmus Lerdorf
Paul Reinheimer wrote: Hi, I'm trying to compile PHP 5.1.2. (on linux, RHEL 3.1) My ./configure is: './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' '--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf' '--with-ttf' '--with-jpeg-dir=/