php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19422 apxs fails
Submitted: 2002-09-15 16:44 UTC Modified: 2002-09-16 13:45 UTC
From: m dot martinello at iol dot it Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.3 OS: Linux 2.4.18
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: m dot martinello at iol dot it
New email:
PHP Version: OS:

 

 [2002-09-15 16:44 UTC] m dot martinello at iol dot it
On "make install" the installation fails with the following error:

/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

the "configure" line is:

./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

"configure" and "make" ends without any problem.

What can I do to solve this problem?

Thank you very much!
Bye
Mattia Martinello

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-16 08:11 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 12:01:31 2024 UTC