Hello there,

I have a problem with getting php-4.2.0 RC4 connecting to an Oracle 9i
(9.0.1) database running locally. 

I am running Apache 2.0.35 on SuSE 7.3.

The problem that I have is when trying to initiate a connection to the
database apache seg faults.

An example of the code that causes the segmentation fault:

<?php
echo "Trying to connect";
$conn =   ocilogon("scott", "tiger", "");
echo "Connected"; // this is never reached
?>

Other things that may help track down the problem.

Apache has been configured with:
./configure --prefix=/usr/local/httpd-2.0.35 --enable-module=so

PHP configured with:
./configure --with-oci8 --with-apxs2=/usr/local/httpd-2.0.35

Also tried with:
./configure --with-oci8 --with-apxs2=/usr/local/httpd-2.0.35 \
--enable-sigchild

${ORACLE_HOME}/lib appears in ld.so.conf

Thanks in advance for any help.



-- 
------------------------------------------------------------
Paul Edmondson, Software Engineer
Yospace: Creating Value for Wireless
7 The Courtyard, High Street, Staines, UK, TW18 4DR
Tel: +44 1784 466388
Fax: +44 1784 466387
http://www.yospace.com





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to