At 06:15 PM 12/18/01 -0800, you wrote:
> >Here are the errors I encounter when I don't have various LoadModule and
> >AddModule lines commented out in httpd.conf:
> >
> >Cannot load /etc/httpd/libexec/mod_userdir.so into server:
> >/etc/httpd/libexec/mod_userdir.so: undefined symbol: ap_os_is_path_absolute
> >Cannot load /etc/httpd/libexec/mod_rewrite.so into server:
> >/etc/httpd/libexec/mod_rewrite.so: undefined symbol: dbm_fetch
> >Cannot load /etc/httpd/libexec/mod_auth_dbm.so into server:
> >/etc/httpd/libexec/mod_auth_dbm.so: undefined symbol: dbm_fetch
>
>Those suggest missing dependencies.  I've had trouble compiling Apache
>in the absence of the db3-devel package, for instance ...

I went ahead and d'l'd the latest apache tarball and replaced the 
installation. Works fine now :)) But a question of hair-splitting: why the 
following discrepancy in results (between service restart and apachectl start)?

#service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/libexec/mod_vhost_alias.so into server: 
/etc/httpd/libexec/mod_vhost_alias.so: undefined symbol: ap_os_is_path_absolute
                                                            [FAILED]
#/etc/httpd/bin/apachectl start
[Wed Dec 19 07:09:37 2001] [warn] Apache does not support line-end 
comments. Consider using quotes around argument: "# *.constructioncalc.com"
/etc/httpd/bin/apachectl start: httpd started

TIA,
BenO
P.S. Thanks for the *hero* comments, y'all. I think I'll buy myself a cape 
and fly over Redmond <g>




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to