>howdy,
>
>i've got it all configured correctly .. well it doesn't spit any errors out
>on make
>but when i got to view a web page it opens a down load box ..so i added this
>
>LoadModule php4_module        libexec/libphp4.so
>
>to httpd.conf as per the manual and restarted apache but it didn't start
>saying it couldn't find libphp.so which leads me to my question .. that file
>is created automatically correct?
>
>i havent been able to find that file on my machine any where.. so i can't
>point it to another location ... any one got any ideas what i should do as i
>have not seen any info any where that will direct me in this situation...

Do the "make install" again and pay attention to what scrolls by and see
where it puts the libphp4.so file.

Then, make sure that's where Apache expects it.

the LoadModule directive acts in conjunction with the one above all the
LoadModules that tells Apache where to start looking for Modules in the
first place.

Some folks set that in httpd.conf to include the "libexec" part, so then
your libexec in the LoadModule line is ending up "doubling" the libexec in
the path and that ain't gonna work.

If there are any *working* LoadModule lines, you can try digging around to
find them on your hard drive, and make sure libphp4.so is sitting next to
them, and then do the LoadModule the same way as the working ones.

http://apache.org will explain all the stuff I just said in formal language.
:-)

-- 
Like Music?  http://l-i-e.com/artists.htm
I'm looking for a PRO QUALITY two-input sound card supported by Linux (any
major distro).  Need to record live events (mixed already) to stereo
CD-quality.  Soundcard Recommendations?
Software to handle the recording? Don't need fancy mixer stuff.  Zero (0)
post-production time.  Just raw PCM/WAV/AIFF 16+ bit, 44.1KHz, Stereo
audio-to-disk.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to