[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Need confirmation per raq 3/php 4. Almost done



On Tue, 25 Dec 2001, Joel Holtzman wrote:

 |...
 |make
 |make install
 |
 |and once again, I search in
 |/usr/lib/apache/
 |and only see libperl.so
 |not php4.so (libphp4.so)
 |
 |If I add that line to the httpd.conf will it know what to do?
 |I even tried locate libphp4 and only get .a type files

Maybe the make install is installing the libphp4.so file in some other
directory!!

check the output of make install for clues.

the results of a locate doesn't include files created after the last
update of the locatedb... so that won't help at all ... try find (but it's
very load intensive)

or ...

you should be able to see a libphp4.so in the directory where you build
php... just copy that into the /usr/lib/apache directory.. and it should
work fine.

Kingsly