php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30258 make install fails to install mod_php4.so
Submitted: 2004-09-27 21:30 UTC Modified: 2004-12-12 16:10 UTC
Votes:6
Avg. Score:4.3 ± 0.9
Reproduced:6 of 6 (100.0%)
Same Version:4 (66.7%)
Same OS:1 (16.7%)
From: mcaplin at miami dot edu Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.9 OS: Tru64 UNIX
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: mcaplin at miami dot edu
New email:
PHP Version: OS:

 

 [2004-09-27 21:30 UTC] mcaplin at miami dot edu
Description:
------------
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-imap --with-mysql=/usr/local --with-curl --with-gettext --enable-memory-limit --quiet

# /usr/lcoal/bin/make -s
[many warnings]

# apachectl stop 
/usr/local/apache/bin/apachectl stop: httpd stopped

# /usr/local/bin/make install 
Installing PHP SAPI module:       apache
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1
Exit 2

# ls -l ./libs
total 14840
-rw-r--r--   1 root     1003     15136388 Sep 27 13:18 libphp4.a
-rw-r--r--   1 root     1003          836 Sep 27 13:18 libphp4.la

Tried with Apache versions 1.3.29 and 1.3.31.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-12 16:10 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 05:01:30 2024 UTC