Hi,
When I rebuild the Apache 1.3.19 for my Redhat 7.0 system to update
my RPM (ftp://ftp.falsehope.com/home/gomez/apache/), I didn't notice
that the patch I submitted at 1.3.17 time for Redhat 7.0 / glibc 2.2
was still not included :
--- ./src/modules/standard/mod_auth_db.module.orig Tue Jan 30 19:48:20 2001
+++ ./src/modules/standard/mod_auth_db.module Tue Jan 30 19:53:18 2001
@@ -17,6 +17,11 @@
elif ./helpers/TestCompile lib db dbopen; then
DB_VERSION='Berkeley-DB/1.x'
DB_LIB='-ldb'
+ elif ./helpers/TestCompile lib db1 dbm_open; then
+ # For Red Hat 7
+ DB_VERSION='Berkeley-DB/1.x'
+ DB_LIB='-ldb1'
+ CFLAGS="$CFLAGS -I/usr/include/db1"
fi
if [ ".$DB_VERSION" != . ]; then
if [ ".$DB_LIB" != . ]; then
I didn't notice since I applied that patch at RPM build time ;-(
Thanks to include in 1.3.20-dev ;-)
apache_1.3.17-glibc22.patch