Hi! I'm trying to compile php5.2.1 on AIX 5.3. make runs successfull, but when I hit make install, I get the followings:
[EMAIL PROTECTED]:/teszt/php-5.2.1# make install echo '\ \ Installing PHP SAPI module: apache2handler /website/build/instdso.sh SH_LIBTOOL='/website/build/libtool' libphp5.la /website/modules rm -f /website/modules/libphp5.so /website/build/libtool --mode=install cp libphp5.la /website/modules/ cp .libs/libphp5.a /website/modules/libphp5.a cp .libs/libphp5.lai /website/modules/libphp5.la libtool: install: warning: remember to run `libtool --finish /teszt/php-5.2.1/libs' chmod 755 /website/modules/libphp5.so chmod: /website/modules/libphp5.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. After this nothing is copied to the /website/modules directory, and I simply don't see the point where it would try to copy the libphp5.so I suppose something is missing on my system, but I don't know what, and where to look for it. Thanks -- Nagy Attila Gabor