natbob Posted August 12, 2008 Share Posted August 12, 2008 When I try to compile php 5 on a new ubuntu machine (with the compiler of course) php give the error libxml2 not found (or somthing to that effect). Do I need to install a libxml package too? ??? Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/119389-solved-php-compile-error-libxml/ Share on other sites More sharing options...
trq Posted August 12, 2008 Share Posted August 12, 2008 Firstly, is there a particular reason your compiling from source? You really don't need to unless your building a newer version than whats available through apt-get. And to answer your question, yes, the relevent xml libraries will need be installed. Link to comment https://forums.phpfreaks.com/topic/119389-solved-php-compile-error-libxml/#findComment-615102 Share on other sites More sharing options...
trq Posted August 12, 2008 Share Posted August 12, 2008 ps: I've a blog post on our main site (here) that you also might find usefull. Link to comment https://forums.phpfreaks.com/topic/119389-solved-php-compile-error-libxml/#findComment-615104 Share on other sites More sharing options...
natbob Posted August 16, 2008 Author Share Posted August 16, 2008 thanks, I'm pretty new to Linux and didn't really comprehend the awesome power of apt-get. Link to comment https://forums.phpfreaks.com/topic/119389-solved-php-compile-error-libxml/#findComment-617755 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.