On Fri 08 May 2015 22:04:27 NZST +1200, Barry wrote:

> "May 08 20:33:40 TheBox httpd[4312]: Starting httpd: httpd: Syntax
> error on line 305 of /etc/httpd/conf/httpd.conf: Syntax error
> on line 2 of /etc/httpd/modules.d/70_mod_php.conf: Cannot load
> /etc/httpd/extramodules/mod_php5.so into server: libphp5_common.so.5:
> cannot open shared object file: No such file or directory"

Well it's pretty clear isn't it? Apache loads all its configured modules
on startup. One of the modules loads php, but it fails with not finding
the php library (libXXX.xo.XXX is always a shared library for dynamic
linking).

Most likely you haven't installed the php package(s) necessary for
apache (don't ask me why). Other possibilities are that your distro's
package dependencies are broken, or your distro itself is broken, or has
a lousy system configuration utility. Since it's your distro you're on
your own here ;-)

Volker

-- 
Volker Kuhlmann
http://volker.top.geek.nz/      Please do not CC list postings to me.
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to