[PHP] PHP and Mod_PLSQL

2004-07-19 Thread Francis Mignault
I am having trouble making HTMLDB (Mod_PLSQL) and PHP work together.

I installed PHP and did the make and make install
but if I LoadModule php4_module, only the basic php works (not the OCI) and
mod_plsql stops working.

Here are the lines that I added in http.conf :

LoadModule php4_modulelibexec/libphp4.so
AddModule mod_php4.c

#
# This next section will add a handler for .php files, put it with other
IfModule lines.
#

  AddType application/x-httpd-php4 .php
  AddType application/x-httpd-php4-source .phps


Any suggestions would be welcome.

Thanks

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



[PHP] Segmentation fault(11) using oci8 Oracle 10g

2004-07-19 Thread Francis Mignault
When I try to use oci8 on redhat8 Oracle 10.1
I get the following error on make PHP :
/u01/app/oracle/product/10.1.0/lib/libclntsh.so: warning: remap_file_pages
is not implemented and will always fail

and Segmentation fault(11) in the apache log.

Any ideas why ?

Thanks

Francis.

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