Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'script problems' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
script problems
Authored by: taran on Aug 19, '04 10:12:41AM

Line 39 (export PHP_PREFIX="/usr/bin") should be (export PHP_PREFIX="/usr").

Also, trying both with the download of 2.4.6 from Sourceforge as well as CVS, configure dumps me out saying it cannot run config.sub (there is no such file included). The weird thing is that I've installed Turck on several RedHat machines with no problem.

I'm going to try commenting out the lines referencing the non-existent file(s) in configure and see if that works for me.



[ Reply to This | # ]
followup
Authored by: taran on Aug 19, '04 05:10:09PM
The problem was that phpize was looking for libtoolize. A bit of looking around uncovered libtool, glibtool, and glibtoolize, but no libtoolize so I did a quick sudo ln -s /usr/bin/glibtoolize /usr/bin/libtoolize and everything worked fine.

[ Reply to This | # ]