On 9/10/05, Uzo Andrew Madu <uzo@xxxxxxxxxxxxxxx> wrote: > Hi, > I have built httpd-2.0.54-src on Linux SuSe Pro 9.3 using the following: > > 1. ./configure --enable-proxy=shared --enable-proxy-connect=shared > --enable-proxy-ftp=shared --enable-proxy-http=shared --enable-rewrite=shared > --enable-ssl=shared --enable-vhost-alias=shared --enable-auth-anon=shared > --enable-disk-cache=shared --enable-mem-cache=shared > --enable-mime-magic=shared > > 2. make > > 3. make install > > When I try to run apache with the following: > > linux:/usr/local/apache2/bin # ./apachectl start > > I get the following error message: > > Syntax error on line 234 of /usr/local/apache2/conf/httpd.conf: > Cannot load /usr/local/apache2/modules/mod_disk_cache.so into > server: /usr/local/apache2/modules/mod_disk_cache.so: undefined symbol: > ap_cache_cacheable_hdrs_out > > What is the problem here and how can I resolve it? It looks like you are trying to use mod_disk_cache without having its parent module mod_cache included. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx