On 29-jul-09, at 06:46, Jorge Sarmiento wrote: > This is what I use when I run "configure" > > --enable-static-module=all > > that way it doesn't need to load any .so files, and stop giving me > "file not found" errors in CentOS 5 due to CentOS using a "non- > standard" $PATH
A finer grain solution would be to build-in only the plug-ins that you actually want to use. For instance: --enable-static-modules=file,dirlist,common,htpasswd The rest of the plug-ins would be compiled as dynamic libraries. However, as long as you won't use those file it'd be safe to remove them after the installation. Cheers! -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
