View Single Post
  #1   (View Single Post)  
Old 9th November 2010
joostvgh joostvgh is offline
Port Guard
 
Join Date: Jan 2010
Posts: 38
Default php - libphp5.so

first of all:

I've tried searching in these forums but I didn't come to a solution.

yesterday I was installing some stuff in my openbsd server (libiconv, which took me hours to make), and doing so I probably changed some stuff like 'ld', rights or CGFLAGS.

Now, apachectl won't start anymore (it started before I did this, and I didn't change anything to php)
error:
# apachectl start
Syntax error on line 1 of /var/www/conf/modules/php5.conf:
Cannot load /usr/local/lib/php/libphp5.so into server: Cannot load specified object
/usr/sbin/apachectl start: httpd could not be started

the file is in place, and i chmodded 777 to it.
(7904 -rwxrwxrwx 1 root bin 4028450 Jul 1 2009 libphp5.so)

What can I do?
Reply With Quote