Perhaps my google-fu isn't working today...
Running 5.4-RELEASE.
I've installed (from packages) php-5.3, I *did* follow the pkg
instructions to symlink the various config files, but I now get:
[email protected]:/root# httpd
httpd:/usr/local/lib/php-5.3/libphp5.so: undefined symbol 'unixd_config'
httpd:/usr/local/lib/php-5.3/libphp5.so: undefined symbol
'apr_pool_cleanup_null'
httpd:/usr/local/lib/php-5.3/libphp5.so: undefined symbol
'ap_hook_post_config'
httpd:/usr/local/lib/php-5.3/libphp5.so: undefined symbol 'apr_table_add'
[...more of the same...]
Syntax error on line 1 of /var/www/conf/modules/php.conf:
Cannot load /usr/local/lib/php-5.3/libphp5.so into server: Cannot load
specified object
I've manually checked that all the dynamic dependencies listed in that
shared lib do exist, which I expected (the error message would have been
different).
This is httpd from base, and php straight from packages - how on earth
did I break it?
-Adam
[email protected]