php/apache/mysql

Bryan Richard bryan at pyzine.com
Wed Nov 6 07:40:35 CST 2002


On Tue, 2002-11-05 at 21:49, Eric Rossiter wrote:
> Evening everyone,
> 
> Tried again at home.  Used the source, Luke... er.. uh.. whoever it was
> suggested I learn to use source files...
> 
> The results of this evening's activities, can be found here:
> 
> 
> http://www.trios.org/ilug/modules.php?name=Journal&file=display&jid=2
> 
Doesn't look like you compiled apache with DSO support. Add to your
apache ./configure :

--enable-module=so

After that, make sure that apxs lives in /usr/sbin/apxs and try running
the php ./configure again.

Your permisssions error on phpnuke/admin.php might be solved by chmoding
the permissions on the phpnuke dir and files to readable.

-- 
Bryan




More information about the Kclug mailing list