On make install the installation fails with the following error:
[FONT=courier new]/usr/local/apache2/bin/apxs -i -a -n php4 libphp4.la
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la
/usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp4.la
/usr/local/apache2/modules/
cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la
cp .libs/libphp4.a /usr/local/apache2/modules/libphp4.a
ranlib /usr/local/apache2/modules/libphp4.a
chmod 644 /usr/local/apache2/modules/libphp4.a
libtool: install: warning: remember to run libtool --finish
/usr/local/php-4.2.3/libs'
mv: cannot move/usr/local/apache2/modules/' to a subdirectory of
itself, /usr/local/apache2/modules/libphp4.so'
chmod 755 /usr/local/apache2/modules/libphp4.so
chmod: getting attributes of/usr/local/apache2/modules/libphp4.so': No
such file or directory
apxs:Error: Command failed with rc=65536[/FONT]
the configure line is:
[FONT=courier new]./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--enable-track-vars --enable-calendar --enable-ctype
--enable-gd-imgstrttf --enable-gd-native-ttf --enable-magic-quotes
--with-ftp --with-gettext --with-imap=yes --with-ldap=yes --with-mcrypt
--with-snmp --with-t1lib --with-ttf --with-freetype-dir=yes --with-xml
--with-swf=/usr/lib/libswf --with-gd --with-imap-ssl --with-openssl[/FONT]
"configure" and "make" ends without any problem.
What can I do to solve this problem?
Thank you very much!
Bye
Mattia Martinello