Am Montag, 25. November 2013, 16:48:09 schrieb Bruce Dubbs:
> Baho Utot wrote:
> > On 11/25/2013 04:51 PM, Bruce Dubbs wrote:
> >> Pierre Labastie wrote:
> >>> Hi,
> >>> 
> >>> During my slow progress towards introducing SWIG into the book, I
> >>> decided to build all the languages that SWIG could work with. Among
> >>> those is PHP. I>>> 
> >>> proceeded as in the book, but when rebooting, I got:
> >>>         Starting Apache HTTP daemon...httpd: Syntax error on line 171 of
> >>> 
> >>> /etc/httpd/httpd.conf: Cannot load usr/lib/httpd/modules/libphp5.so into
> >>> server: /etc/httpd/usr/lib/httpd/modules/libphp5.so: cannot open shared
> >>> object file: No such file or directory
> >>> 
> >>> Of course /usr/lib/httpd/modules/libphp5.so exist but with a leading /
> >>> 
> >>> So it looks like php `make install' does not insert the right
> >>> instruction in /etc/httpd/httpd.conf.
> >>> 
> >>> Adding the leading / at line 171 allows the server to start.
> >> 
> >> I think I have seen it too.  Do you mean it's setting:
> >> 
> >> LoadModule php5_module  usr/lib/httpd/modules/libphp5.so
> >> 
> >> I don't recall when I ran into the problem but it probably is in the php
> >> install code.  I also seem to recall it adding a 2nd line when the first
> >> already exists.
> >> 
> >>      -- Bruce
> > 
> > I use in /etc/httpd/httpd.conf
> > 
> > LoadModule php5_module modules/libphp5.so
> > 
> > Works for me
> 
> Sure, but the question is waht does php's make install do?
> 
>    -- Bruce

It adds 

{{{
LoadModule php5_module        usr/lib/httpd/modules/libphp5.so
}}}

without the leading /  ... at least, 5.3.27 does.  I use the 5.3 branch 
because 5.5.x seems to break MediaWiki.


--
Thomas
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to