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


followup | 5 comments | Create New Account
Click here to return to the 'followup' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
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 | # ]