Is litespeed standard compatible with HyperVM / LxAdmin

#3
Hi,

I've managed to install litespeed. I do not however seem to be able to upgrade php to version 5.2.5 from the default 4.4.8.

Any help you can give me with this would be greatly appreciated.



Jonathan Hamon
 
#5
Hi,

I've tried to build php 5.2.5 in the web interface and I get the message Starting ...... and thats all even after 15 minutes so thought that it was not working.

Any further suggestions?




Jonathan Hamon
 
#7
Hi,

This was very useful and I get as far as the configure command and then I get this error

Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.
 

xing

LiteSpeed Staff
#8
If on a rpm (redhat/centos) system please install libxml2 and libxml2-devel.

yum install libxml2 libxml2-devel

Note this is not a litespeed issue.
 
#9
Hi,


Thanks for your help so far What do I need for this please?

–with-mysql=<path_to_mysql_base_dir>, MySQL client shipped with PHP may not work due to changes in MySQL authentication.
 
Last edited:
#10
Hi,

Thanks for your help. I've now managed to get this working. Would just like to do a few more tweaks of php 5.2.5 and upgrade Mysql to 5.0.45



Jonathan Hamon
 
Top