Hey
I'm trying to install PHP 4.0.2 as a DSO
on hp-ux 11.0 (64 bit) with apache 1.3.12.
But apache fails when trying to load the shared object.
It feels like a libtool problem to me, but
if anybody else has had this problem....
root@nb49# make install
Making install in Zend
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -o libZend_gcc.la zend_gcc_inline.lo
Making install in main
cd /home2/eggternb/src/php-4.0.1pl2 && \
CONFIG_FILES= CONFIG_HEADERS= ./config.status
creating sapi/Makefile
.
.
.
.
Warning: inter-library dependencies are not known to be supported.
All declared inter-library dependencies are being dropped.
The inter-library dependencies that have been dropped here will be
automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
/opt/apache/bin/apxs -i -a -n php4 libs/libphp4.sl
cp libs/libphp4.sl /opt/apache/lib/modules/libphp4.sl
chmod 755 /opt/apache/lib/modules/libphp4.sl
[activating module `php4' in /opt/apache/etc/httpd.conf]
installing shared modules into /usr/local/lib/php/extensions/no-debug-non-zts-20000609
Making install in pear
creating header file hierarchy
creating phpize
creating php-config
root@nb49# /opt/apache/bin/httpd
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /opt/apache/lib/modules/libphp4.sl
Syntax error on line 238 of /opt/apache/etc/httpd.conf:
Cannot load /opt/apache/lib/modules/libphp4.sl into server: Unresolved external
root@nb49#