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

[PHP] Error compiling php 5.1.2

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

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, .

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

2004-04-20 Thread Mike Ryerse
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, ./configure (with options) runs w/o error, but when I make I get the following: main/network.lo: In function `php_str

[PHP] Error compiling php

2003-02-13 Thread Adam Plocher
Hello - I am attempting to upgrade one of our older PHP servers (4.0.1pl2) to PHP 4.3.0. We are running a fairly old version of apache (1.3.12) and MySQL (3.22.32). My question is - does PHP 4.3.0 support older versions of MySQL? When I go to configure PHP 4.3.0 it works fine, but during compile

[PHP] Error compiling PHP-4.2.1 on linux

2002-05-17 Thread Scott Hurring
Hello everyone. I have been using PHP since version 4.0.6 and always compile from source. I have not had a single problem until now. I'm trying to upgrade from php-4.1.2 to php-4.2.1, and when i make install php-4.2.1, *any* PHP page i access throws off a ton of errors that i've never seen befo

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

[PHP] Error compiling PHP with native MySql

2002-03-21 Thread Richard Fox
When I try to configure PHP 4.1.1 I get the following error: checking whether to include ming support... no checking for mnoGoSearch support... yes checking for mnoGoSearch version... 3.1.19 checking for mSQL support... no checking for Muscat support... no checking for MySQL support... yes config

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

[PHP] Error compiling PHP

2001-09-27 Thread Alberto
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --prefix=/us r/local/php --enable-ftp --with-gd --with-pgsql Works OK then Make and I get: /bin/sh /home/soft/src/php-4.0.5/libtool --silent --mode=compile gcc -I. -I/home/soft/src/php-4.0.5/ -I/home/soft/src/php-4.0.5/main -I/home

[PHP] Error compiling php

2001-02-23 Thread Enrico Comini
During compilation of php4 I have this: What I have to do ? Thanks, Enrico DXML_BYTE_ORDER=12 -g -O2 -c sapi_apache.c sapi_apache.c:32: httpd.h: No such file or directory sapi_apache.c:33: http_config.h: No such file or directory sapi_apache.c:41: http_core.h: No such file or directory sapi_a