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