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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 09:01:27 2025 UTC