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
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: cpw at lanl dot gov
New email:
PHP Version: OS:

 

 [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: Thu May 23 02:01:30 2024 UTC