Re: [PHP] Error compiling php 5.1.2

2006-02-25 Thread Paul Reinheimer
I posted the full output of make earlier in this thread, as well as the configure command i'm using, what are you looking for? The ./configure output lines that reference libxml say nothing out of the ordinary. paul On 2/25/06, Richard Lynch <[EMAIL PROTECTED]> wrote: > > On Sat, February 25,

Re: [PHP] Error compiling php 5.1.2

2006-02-25 Thread Richard Lynch
On Sat, February 25, 2006 4:08 pm, Paul Reinheimer wrote: > './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/' > '--with-fre

Re: [PHP] Error compiling php 5.1.2

2006-02-25 Thread Paul Reinheimer
Thanks, I've subscribed to and posted to the instalation list. I'm going to try and stay off internals@ if I have a choice. thanks paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error compiling php 5.1.2

2006-02-25 Thread chris smith
On 2/26/06, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to compile PHP 5.1.2. > 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-t

Re: [PHP] Error compiling php-4.3.6 on Redhat 7.3 - need help please

2004-04-20 Thread Mike Ryerse
I was reading http://bugs.php.net/bug.php?id=24774 where someone mentioned to someone else getting this error that they should do a 'ldd libphp4.so' so I did and I noticed that libphp4.so is pointing to some old libraries. Here is the output: ldd libphp4.so: libcrypt.so.1 => /lib/libcrypt.so.1 (0x

Re: [PHP] Error compiling php-4.3.6 on Redhat 7.3 - need help please

2004-04-20 Thread Mike Ryerse
I re-installed openssl 0.9.7d to /usr/local/ssl and changed my ./configure to --with-openssl=/usr/local/ssl and now I can make install w/o errors, but when apache tries loading libphp4.so, I am getting the following error: Syntax error on line 264 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib

Re: [PHP] Error compiling php-4.3.6 on Redhat 7.3 - need help please

2004-04-20 Thread Elfyn McBratney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Mike, On Tuesday 20 Apr 2004 20:46, Mike Ryerse wrote: > Hi, I've been racking my brain on this for quite a while now. Any > help at all is much appreciated (I might start going bald early at > this rate of frustration!) > When I compile php, .

Re: [PHP] Error compiling PHP with native MySql

2002-03-21 Thread Jason Wong
On Friday 22 March 2002 00:29, Richard Fox wrote: > When I try to configure PHP 4.1.1 I get the following error: > configure: error: Cannot find header files under /usr/include/mysql > > The command line I'm using to configure: > > ./configure --with-mysql=/usr/include/mysql ./configure --wi

Re: [PHP] Error compiling PHP

2001-09-27 Thread Markus Bertheau
On Thu, 2001-09-27 at 10:56, Alberto wrote: > /usr/bin/ld: cannot find -lpq this is the PostgreSQL client library. It is needed when you configure with "--with-pgsql". If you don't need PostgreSQL Support remove it, otherwise you have to install a package named sth like postgres-client and postgre