php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2304 incomplete destination when installing php binary
Submitted: 1999-09-15 12:38 UTC Modified: 1999-09-21 04:37 UTC
From: snyder at athena dot lblesd dot k12 dot or dot us Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 2 OS: any
Private report: No CVE-ID: None
 [1999-09-15 12:38 UTC] snyder at athena dot lblesd dot k12 dot or dot us
when compiling just the php binary, the final step of copying the file assumes that all required directories already exist.  The last step of "make install" resulted in this command "cp php /usr/local/php4b2/bin".  Since /usr/local/php4b2 existed, but 'bin' didn't, I ended up with a file called bin.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-21 04:37 UTC] sas at cvs dot php dot net
Thanks, fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC