I am using this configure command: ./configure --prefix=/engr/apache --enable-module=proxy --enable-shared=proxy --enable-module=define --enable-shared=define --enable-module=cern_meta --enable-shared=cern_meta --enable-module=usertrack --enable-shared=usertrack --enable-module=unique_id --enable-shared=unique_id --enable-module=headers --enable-shared=headers --enable-module=expires --enable-shared=expires --enable-module=digest --enable-shared=digest --enable-module=auth_dbm --enable-shared=auth_dbm --enable-module=speling --enable-shared=speling --enable-module=auth_anon --enable-shared=auth_anon --enable-module=rewrite --enable-shared=rewrite --enable-module=info --enable-shared=info --enable-module=so --enable-module=vhost_alias --enable-module=mime_magic --enable-shared=info --enable-shared=max --enable-shared=rewrite --enable-shared=vhost_alias --enable-shared=mime_magic But, after the make|make install, I receive these errors: Starting Apache Server for ewm-test.corp.sgi.com /engr/apache/site_conf/ewm-test.corp.sgi.com/start : ewm-test.corp.sgi.com::httpd could not be started Syntax error on line 230 of /engr/apache/site_conf/ewm-test.corp.sgi.com/conf/httpd.conf: Cannot load /engr/apache/libexec/libproxy.so into server: /engr/apache/libexec/libproxy.so: undefined symbol: ap_hook_unregister_I ERROR: can not start ewm-test.corp.sgi.com Line 230: LoadModule proxy_module libexec/libproxy.so After doing so, I look in the libexec dir, and I do not see libproxy.so being updated with the current timestamp. Commenting the proxy lines out of the httpd.conf does not help either. This is being compiled with gcc 2.96 on RH7.2. Anyone have any ideas how to get around this issue? Thanks eric --------------------------------------------------------------------- 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