Hi, I've donwloaded apache_1.3.12.src.rpm from
RedHat's site and I am trying to build it.
Unfortunately it keeps giving me error
+ adding selected modules
o rewrite_module uses ConfigStart/End
disabling DBM support for mod_rewrite
(perhaps you need to add -ldbm, -lndbm or -lgdbm
to EXTRA_LIBS)
o db_auth_module uses ConfigStart/End
Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries
found.
Either disable mod_auth_db or provide us with
the paths
to the Berkeley-DB include and library files.
(Hint: INCLUDES, LDFLAGS, LIBS)
The "funny" things it that I do have db1, db3 and gdbm
(devel also) installed.
rpm -qi db1
Name : db1
Relocations: /usr
Version : 1.85
Vendor: Red Hat, Inc.
Release : 4 Build
Date: Thu 17 Aug 2000
09:06:58 PM AMT
Install date: Fri 03 Nov 2000 08:03:45 AM AMT
Build Host:
porky.devel.redhat.com
Group : System Environment/Libraries Source
RPM:
db1-1.85-4.src.rpm
Size : 76370
License: BSD
Packager : Red Hat, Inc.
<http://bugzilla.redhat.com/bugzilla>
URL : http://www.sleepycat.com
Summary : The BSD database library for C (version
1).
ldconfig -v shows
libdb1 e db3
ldconfig -v | grep db
ldconfig: Path `/usr/lib' given more than once
libnss_db.so.2 -> libnss_db.so.2.0.0
libnss_db.so.1 -> libnss_db.so.1.0.0
libdb-3.1.so -> libdb-3.1.so
libpwdb.so.0 -> libpwdb.so.0.61.1
libthread_db.so.1 -> libthread_db-1.0.so
libgdbm.so.2 -> libgdbm.so.2.0.0
libdb.so.3 -> libdb2.so.3
libdb.so.2 -> libdb1.so.2
libkdb5.so.3 -> libkdb5.so.3.0
I am using the original .spec. and a standard RH 7.0 +
upgrades machine
Why is this related to php ? Because I'll need to
compile apache with phtreads support in order to use
php+oracle.
thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]