[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

[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

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

[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