Hi all, I hope someone can help me.  I can get apache (compile dynamically) 
and OAS to work, but when I added php module in, it segfault on me.  I am 
on solaris 2.6. This is what i used to compiled php: 
./configure --with-apxs=<path>/apxs --with-oci8 --with-oracle=<oracle_home> 
 --enable-track-vars --enable-versioning

Then I umcomment the LoadModule, e.g: 
LoadModule ows_module /opt/oas/4.0/ows/4.0/lib/ndwfapd.so
LoadModule php4_module        libexec/libphp4.so
#ClearModuleList               
AddModule mod_php4.c      
AddType application/x-httpd-php .php

to test it I ran as regular user (oas user): ./httpd -f <path>/httpd.conf 
which yields segfault, but when I uncomment everything related to php, it 
ran find.  Have some ever done this before, any help is appreciated. Thanks.



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to