php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4527 "make install" fails
Submitted: 2000-05-20 09:27 UTC Modified: 2000-05-20 09:41 UTC
From: sebastian dot bergmann at web dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (20/05/2000) OS: Linux
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: sebastian dot bergmann at web dot de
New email:
PHP Version: OS:

 

 [2000-05-20 09:27 UTC] sebastian dot bergmann at web dot de
"make install" fails with the following error message after successfull calls of "./configure --disable-debug --with-apxs --with-mysql --enable-sysvsem --enable-sysvshm --enable-inline-optimization --enable-track-vars --enable-trans-sid --enable-wddx" and "make":

Making install in .
make[1]: Entering directory `/usr/src/php4-200005200445'
apxs -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
[activating module `php4' in /etc/httpd/httpd.conf]
installing shared modules into
/usr/local/lib/php/extensions/no-debug-non-zts-20000401
cp: modules/*: No such file or directory
make[1]: Leaving directory `/usr/src/php4-200005200445'
Making install in pear
make[1]: Entering directory `/usr/src/php4-200005200445/pear'
make[2]: Entering directory `/usr/src/php4-200005200445/pear'
mkdir: cannot make directory `/usr/local/lib/php/File': File exists
cp: /usr/local/lib/php/File/#INST@22302#: Not a directory
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/usr/src/php4-200005200445/pear'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/php4-200005200445/pear'
make: *** [install-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-20 09:41 UTC] sterling at cvs dot php dot net
rm /usr/local/lib/php/File

Then install PHP and it will work.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC