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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC