View Single Post
  #7  
Old 01-19-2010, 01:12 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
I think it is just that lsphp does load the library in /opt/xml2/lib/, but load the one in /usr/lib64 .
You can check output of
ldd lsphp5
and
ldd /usr/local/bin/php

Try setting LD_LIBRARY_PATH or LD_RUN_PATH environment see if it helps or not, but rpath should be build into the lsphp binary.

Which version of PHP and cPanel are you using?

Last edited by mistwang; 12-04-2010 at 05:29 PM..
Reply With Quote