* Thus wrote Justin Hendrickson ([EMAIL PROTECTED]):
> FreeBSD and phpize have never cooperated with me. The phpize script 
> requires a number of files, like automake, autoconf, libtool, ect, 
> however FreeBSD installs these files as automake14, autoconf253 and 
> libtool14. Has anyone out there found a good way to get around this 
> problem without manually copying the files over to their respective 
> locations?

I usually symbolicly link the files like:

ln -s /usr/local/bin/libtool14 /usr/local/bin/libtool

I have had problems with autoconf253, autoconf213 might work
better.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to