Re: [GENERAL] Error in compiling PHP with PostgreSQL support

2001-09-19 Thread Keary Suska
by libphp4.so. Keary Suska Esoteritech, Inc. "Leveraging Open Source for a better Internet" > From: Martín Marqués <[EMAIL PROTECTED]> > Date: Wed, 19 Sep 2001 15:46:13 -0300 > To: Cosmos Tong <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: [GENERAL] Erro

Re: [GENERAL] Error in compiling PHP with PostgreSQL support

2001-09-19 Thread Martín Marqués
On Lun 17 Sep 2001 12:14, Cosmos Tong wrote: > Dear all, > > I can compile PHP 4.0.6 with Postgres 7.1.3 successfully. However, > when I try to start apache, an error comes out: > > Cannot load /usr/local/apache/libexec/libphp4.so into server: > /usr/local/apache/libexec/libphp4.so: undefined sy

Re: [GENERAL] Error in compiling PHP with PostgreSQL support

2001-09-18 Thread Cosmos Tong
Dear Mike, I am using SuSE 7.2. I compile Postgres, PHP, Apache, mod_ssl, mod_perl, MySQL, Imapd and Curl from source. The PHP is the last item I compiled. The following is the options I used to compile Postgres: --sysconfdir=/usr/local/etc --enable-syslog --enable-odbc --with-maxbackends=128

[GENERAL] Error in compiling PHP with PostgreSQL support

2001-09-18 Thread Cosmos Tong
Dear all, I can compile PHP 4.0.6 with Postgres 7.1.3 successfully. However, when I try to start apache, an error comes out: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: pg_encoding_to_char I would like to ask how can I

Re: [GENERAL] Error in compiling PHP with PostgreSQL support

2001-09-17 Thread mike
Hi Cosmos, How did you compile PHP? Was your PHP come with your Linux/Unix software like Red Hat or did you install PHP from scratch? Could you tell me each steps that you did to compile PHP? Did you configure it with apache and enable-track-vars? I had the same problem before and I solved it. Te