I am on my 10th attempt this week.
I cannot get PHP5 (CVS Build - php5-200406202030) to compile correctly as a DSO module for Apache 2.x due to the following error at the make install :
ERROR AT MAKE INSTALL:
Installing PHP SAPI module: apache2handler
/software/apache/build/instdso.sh SH_LIBTOOL='/software/apache/build/libtool' libphp5.la /software/apache/modules
/software/apache/build/libtool --mode=install cp libphp5.la /software/apache/modules/
cp .libs/libphp5.lai /software/apache/modules/libphp5.la
cp .libs/libphp5.a /software/apache/modules/libphp5.a
ranlib /software/apache/modules/libphp5.a
chmod 644 /software/apache/modules/libphp5.a
libtool: install: warning: remember to run libtool --finish /software/compileFactory/php-5.0.0RC3/libs'
Warning! dlname not found in /software/apache/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /software/apache/modules/libphp5.so
chmod: failed to get attributes of/software/apache/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
Here is my environment:
CVS SNAPSHOT:
php5-200406202030
OS VENDOR AND KERNEL:
Flavor: Redhat Linux 9
kernel: 2.4.20-8
LIBTOOL VERSION
libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
APACHE VERSION:
httpd-2.0.49
PHP configure options:
./configure --prefix=/software/php5 --with-apxs2=/usr/local/apache2/bin/apxs --disable-libxml
GCC VERSION:
gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Sorry to be so brief, but can anyone help???
Tried bugs.php.net and Google. Nothing to find other than references to the libtool version that i'm using, which seems to be the supported version.
Thanks,
George