View Single Post
  #4   (View Single Post)  
Old 10th November 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I don't know what kind of Frankensystem you have created for yourself with whatever you did, or thought you were doing.. Nor am I a php user.

Nevertheless, try this:
Code:
# mkdir -p /var/www/usr/local/lib/php
# cp -p /usr/local/lib/php/libphp5.so /var/www/usr/local/lib/php
and have your php5.conf point to /usr/local/lib/php/libphp5.so.
Reply With Quote