php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32946 'make install' doesn't work with apache 2.0.54
Submitted: 2005-05-04 18:06 UTC Modified: 2010-12-20 11:54 UTC
From: nlopess@php.net Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5CVS-2005-05-04 (dev) OS: linux
Private report: No CVE-ID: None
 [2005-05-04 18:06 UTC] nlopess@php.net
Description:
------------
'make install' isn't working with Apache 2.0.54.

Reproduce code:
---------------
php configure: --disable-cgi --enable-pcntl --with-ftp --with-tidy --with-apxs2=/usr/local/apache2/bin/apxs

Apache conf: --enable-rewrite --enable-so

Actual result:
--------------
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
echo
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: cannot access `/usr/local/apache2/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-04 21:58 UTC] rasmus@php.net
what does: /usr/local/apache2/bin/apxs -q LIBEXECDIR
output?

I would assume it gives /usr/local/apache2/modules

If so, does this directory exist?
 [2005-05-05 19:25 UTC] nlopess@php.net
yep, it prints /usr/local/apache2/modules.
That dir exists and has enough permissions.
 [2005-05-06 03:05 UTC] sniper@php.net
This is not a PHP bug. Complain to Apache about apxs not working like it should.

 [2010-12-20 11:54 UTC] jani@php.net
-Package: Tidy +Package: Apache2 related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC