[PHP-INSTALL] Fatal error: Call to undefined function: pg_fetch_assoc()

2003-10-08 Thread Bjørn Højmark
Hi I have installed php4 --with-pgsql on my Linux Redhat, but i still get the following error with all pg_ calls: eks: Fatal error: Call to undefined function: pg_fetch_assoc() Why ? /Bjørn

[PHP-INSTALL] Fatal error: Call to undefined function: pg_fetch_assoc()

2003-10-08 Thread Bjørn Højmark
Hi I have installed php4 --with-pgsql on my Linux Redhat, but i still get the following error with all pg_ calls: eks: Fatal error: Call to undefined function: pg_fetch_assoc() Why ? /Bjørn

[PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Rodrigo Reis da Rocha
Hi! Somebody already have sucessifully compiled php with apache and oracle in HP-UX 11.11 ? I had this error and I con't know how to move on... In file included from /usr/include/netdb.h:69, from /opt/apache/gimsoft/x/php-4.3.3/ext/mysql/php_mysql.c:52: /usr/include/sys/socket.h:

Re: [PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Jim Thome
What is your PHP configure line? What version of PHP? >>> Rodrigo Reis da Rocha <[EMAIL PROTECTED]> 10/08/03 07:42AM >>> Hi! Somebody already have sucessifully compiled php with apache and oracle in HP-UX 11.11 ? I had this error and I con't know how to move on... In file included from /usr/inc

RES: [PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Rodrigo Reis da Rocha
./configure --with-apxs=/opt/apache/bin/apxs --with-oracle=/opt/app/oraclea I'm trying to compile php 4.3.3 Atenciosamente, __ Rodrigo Reis da Rocha. OI-TI-Mediação. * Tel: (03121)3113-1784 * Cel: (03121)9882-4705 -Mensagem original- De: Jim Thome [mail

Re: RES: [PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Jim Thome
I should have asked this also, but what version of Oracle? On HPUX, you can only link against the Oracle 8.x client libraries (Oracle 9 is 64 bit and won't work.) If you are using Oracle 8.x, try: ./configure --with-apxs=/opt/apache/bin/apxs --with-oci8=/opt/app/oraclea --with-mysql=no -- Jim

RES: RES: [PHP-INSTALL] Error on HP-UX compilation

2003-10-08 Thread Rodrigo Reis da Rocha
Yeahworked out but now have another error /bin/sh /opt/apache/gimsoft/x/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/opt/apache/gimsoft/x/php-4.3.3/ext/standard/ -DPHP_ATOM_INC -I/opt/apache/gimsoft/x/php-4.3.3/include -I/opt/apache/gimsoft/

[PHP-INSTALL] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Adriano Rocha
Hi there, I'm running Linux RedHat7.3 with PHP 4.3.3. Same machine runs Oracle 9.0.1 with ORACLE_HOME = /usr4/oracle/9.0. When I compile php with oci8 support, using the commands below, ... root # > ./configure --with-oci8 (no errors) root # > make (no errors) root # > make install (no errors)

Re: [PHP-INSTALL] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Jim Thome
Your configure line is telling PHP to compile Oracle support into PHP, not as a self-contained extension (.so). Check phpinfo() to see if Oracle support was compiled into your PHP DSO. -- Jim >>> "Adriano Rocha" <[EMAIL PROTECTED]> 10/08/03 01:40PM >>> Hi there, I'm running Linux RedHat7.3 with

[PHP-INSTALL] Re: [PHP-DB] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Christopher Jones
Adriano Rocha wrote: > I'm running Linux RedHat7.3 with PHP 4.3.3. root # > ./configure --with-oci8 (no errors) root # > make (no errors) root # > make install (no errors) ... it does not create the oci8.so file. Obviously, php pages on OCILogon and related functions crashes with undefined func

RE: [PHP-INSTALL] Re: [PHP-DB] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Gregg Mercede
How do I unsubscribe from these mail notifications? -Original Message- From: Christopher Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 7:24 PM To: Adriano Rocha Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Adriano Rocha wrote: > I'm running Linux RedHat7.3 with PHP 4.