Forum Moderators: phranque
Environment: AIX 5.2 IBM HTTP Server 2.0.47
I have compile/build the PHP module on AIX. When i try to install DSO modules in HTTP Server using ./build/libtool it's not actually creating the .so file. Don't know whether it's a problem with libtool or not?
Thanks in Advance.
-Avi
Below is the trace:
Installing PHP SAPI module: apache2handler
/gl06web1d1/HTTP2server/build/instdso.sh SH_LIBTOOL='/gl06web1d1/HTTP2server/build/libtool' libphp4.la /gl06web1d1/HTTP2server/modules
rm -f /gl06web1d1/HTTP2server/modules/libphp4.so
/gl06web1d1/HTTP2server/build/libtool --mode=install cp libphp4.la /gl06web1d1/HTTP2server/modules/
cp .libs/libphp4.a /gl06web1d1/HTTP2server/modules/libphp4.a
cp .libs/libphp4.lai /gl06web1d1/HTTP2server/modules/libphp4.la
libtool: install: warning: remember to run `libtool --finish /tmp/php/php-4.3.11/libs'
chmod 755 /gl06web1d1/HTTP2server/modules/libphp4.so
chmod: /gl06web1d1/HTTP2server/modules/libphp4.so: A file or directory in the path name does not exist.
apxs:Error: Command failed with rc=65536
.
make: 1254-004 The error code from the last command is 1.
Stop.
Welcome to WebmasterWorld!
Knowledge of IBM's 'flavor' of Apache is likely to be comparatively limited here. I would suggest looking at their support site for guidance, and searching their documentation for the spefic error messages you're seeing.
Also, typing the error message (surrounded by quotes) into your favorite search engine often turns up documentation, knowledgebase articles, and discussions about those specific errors.
Jim