-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ben Ocean wrote:

>I don't believe there are any Apache d'lists, so please accept my apologies 
>for posting this question to a rather closely-related list such as this.

http://www.moongroup.com/pages.php?page=subscriptions

Look for apache.

>#!/bin/sh
>cd /usr/src/redhat/SOURCES/apache_1.3.19
>./configure --enable-module=most --enable-shared=max \
>--permute-module=auth:auth_anon \
>--prefix=/etc/httpd \
>--enable-suexec \
>--suexec-caller=hermes \
>--suexec-docroot=/home/httpd/cgi \
>--suexec-logfile=/var/log/suexec \
>exit 0

Is it safe to assume that there was a make and make install involved
as well?  ;-)

>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 ...

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp


-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPB/4RL9BpdPKTBGtEQLk/gCfae9i6SjelFU5t/2FPhjAtqbXZaIAoLxE
lORfkG8jIjHiPbmRjM9nm9bO
=016S
-----END PGP SIGNATURE-----




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

Reply via email to