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
l_config' '--with-mysql-sock=/var/lib/mysql/mysql.sock' Note that I did not even specify --with-liblxml-dir, but php still compiled OK with libxml2 a part of php, and not as a shared module. libXML support active libXML Version 2.6.12 libXML streams enabled Does configure co

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

2006-02-26 Thread Paul Reinheimer
mysqli=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686/bin/mysql_config' > '--with-mysql-sock=/var/lib/mysql/mysql.sock' > > Note that I did not even specify --with-liblxml-dir, but php > still compiled OK with libxml2 a part of php, and not as a > shared modul

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

2006-02-26 Thread php
ractice are the same; In practice they are not. On Sat, 25 Feb 2006, Paul Reinheimer wrote: > To: php-install@lists.php.net > From: Paul Reinheimer <[EMAIL PROTECTED]> > Subject: [PHP-INSTALL] Problem building php 5.1.2, > > Hi, I'm trying to compile PHP 5.1.2. (on l

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=/

[PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Paul Reinheimer
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=/usr/local/lib/jpeg-6b/' '