From:             [EMAIL PROTECTED]
Operating system: Debian Linux (potato)
PHP version:      4.0.5
PHP Bug Type:     Compile Failure
Bug description:  make all in Zend could not find 'ln -s' as an executable

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.


-- 
Edit Bug report at: http://bugs.php.net/?id=10714&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to