php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10714 make all in Zend could not find 'ln -s' as an executable
Submitted: 2001-05-07 14:21 UTC Modified: 2001-06-01 16:18 UTC
From: cpw at lanl dot gov Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Debian Linux (potato)
Private report: No CVE-ID: None
 [2001-05-07 14:21 UTC] cpw at lanl dot gov
I removed the ticks from the definition in libtool:

LN_S="ln -s"  -> LN_S="ln -s"

and for good measure I changed LN_S in the Zend/Makefile
to be ln -s.

Actually, I don't know which one was used (I assume libtool
overrides).

And, after that, the make proceeded without error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-07 18:28 UTC] sniper@php.net
Could you please try the latest CVS snapshot from
http://snaps.php.net/ ?

--Jani

 [2001-06-01 16:18 UTC] sniper@php.net
No feedback and compiles just fine for me.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC