Re: [osol-discuss] PHP with Apache in build 77

2007-12-14 Thread UNIX admin
Here's the output of ldd /usr/apache/libexec/libphp5.so: libz.so.1 = /usr/lib/libz.so.1 libexpat.so.0 = /usr/lib/libexpat.so.0 librt.so.1 = /lib/librt.so.1 libresolv.so.2 = /lib/libresolv.so.2 libm.so.2 = /lib/libm.so.2 libnsl.so.1 = /lib/libnsl.so.1

Re: [osol-discuss] PHP with Apache in build 77

2007-12-13 Thread Stephen Hahn
* UNIX admin [EMAIL PROTECTED] [2007-12-11 20:59]: /usr/php5/5.2.4/lib/libphp5-5.2.4.so over to /usr/apache/libexec/libphp5.so. Why in blue blazes did they compile it for /usr/php5/? I mean, PHP doesn't clash with anything Solaris delivers... they could have stuck him directly into

[osol-discuss] PHP with Apache in build 77

2007-12-11 Thread Eric Hamilton
I'm trying to configure and use the PHP 5.2.4 that is delivered with SXCE 77 (/usr/php5) with Apache as delivered (/usr/Apache). Apache runs fine locally but when I try to add in libphp5.so, I get an unresolved symbol for apr_pool_cleanup_null. Am I missing a dependency or have I otherwise

Re: [osol-discuss] PHP with Apache in build 77

2007-12-11 Thread UNIX admin
/usr/php5/5.2.4/lib/libphp5-5.2.4.so over to /usr/apache/libexec/libphp5.so. Why in blue blazes did they compile it for /usr/php5/? I mean, PHP doesn't clash with anything Solaris delivers... they could have stuck him directly into /usr/bin and /usr/lib/? But I agree with you, seeing PHP5

Re: [osol-discuss] PHP with Apache in build 77

2007-12-11 Thread UNIX admin
Cannot load /usr/apache/libexec/libphp5.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/apache/libexec/libphp5.so: symbol apr_pool_cleanup_null: referenced symbol not found Please do: ldd /usr/apache/libexec/libphp5.so and post the output here. This message posted

Re: [osol-discuss] PHP with Apache in build 77

2007-12-11 Thread Eric Hamilton
Here's the output of ldd /usr/apache/libexec/libphp5.so: libz.so.1 = /usr/lib/libz.so.1 libexpat.so.0 = /usr/lib/libexpat.so.0 librt.so.1 = /lib/librt.so.1 libresolv.so.2 = /lib/libresolv.so.2 libm.so.2 = /lib/libm.so.2 libnsl.so.1 =