Hi,
don't know if this is the proper forum for this question. But I'll give it a try.
I'm trying to compile and run php 5.1.2 on Solaris 10 and SJS Webserver 6.1 and I'm struggling with the following...
configure options...
./configure --with-mysql=/usr/sfw --with-nsapi=/opt/SUNWwbsvr --enable-libgcc --with-zlib --with-libxml-dir=/usr/local
make & make install works fine.
added to mime.types
type=magnus-internal/x-httpd-php exts=php
added to magnus.conf
Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/opt/SUNWwbsvr/bin/libphp5.so"
and finally added to obj.conf
Service fn="php5_execute" type="magnus-internal/x-httpd-php"
starting the webserver is ok, but the problem is when I try to access any .php file (even ones that doesn't exist), the webserver crashes with the following...
[19/Mar/2006:17:59:25] catastrophe ( 6019): CORE3260: Server crash detected (signal SIGSEGV)
[19/Mar/2006:17:59:25] info ( 6019): CORE3261: Crash occurred in NSAPI SAF php5_execute
[19/Mar/2006:17:59:25] info ( 6019): CORE3262: Crash occurred in function schedctl_exit from module /lib/libc.so.1
[19/Mar/2006:17:59:25] failure ( 6018): CORE3107: Child process closed admin channel
Has anyone seen this before? Any idea of what is causing this? I can't see where I messed up myself so any help is appreciated.