On Sat, Dec 05, 1998, [EMAIL PROTECTED] wrote:
> Full_Name: Bret Holstein
> Version: 2.1.3
> OS: Linux
> Submission from: 208-136-154-20.marcus-online.net (208.136.154.20)
>
> I am using Red Hat Linux 5.0 but has successfully recompiled my Apache web
> server several times with mod_ssl and mod_perl. This was true up until mod_ssl
> 2.1.2 (though I did not try 2.1.1). In all previous attempts I followed your
> instruction but also added a compile option '-lgdbm' for mod_rewrite. Again,
> these compiled without incident in the past.
gdbm? Don't do this, especially not for mod_rewrite. gdbm's NDBM emulation is
far from complete and working as experiences of the users showed. You _have_
to use a NDBM-compliant library for mod_rewrite _and_ all other modules.
> With mod_ssl 2.1.2 and 2.1.3, I get an error at the './configure' part of the
> procedure, just before I make Apache (not the ./configure in mod_ssl)...it is
> looking for a file '-ldbm' which it can't find and aborts.
Aborts? 2.1.2 and 2.1.3 should correctly _FALLBACK_ to the built-in SDBM. And
even mod_rewrite falls back to not using DBM at all when it couldn't be found.
So, I'm a little bit confused what part aborts here.
> Although at first
> glance this looks like the library I add, in fact it is not. Nor is it a
> spelling error on my part when adding my library option.
Sure, adding -lgdbm doesn't change anything because only libc, libdbm
and libndbm are checked.
> If I go through the procedure, skipping just the mod_ssl parts, it will complete
> successfully. I am thinking that it is something that has changed with mod_ssl
> since version 2.1.0. I haven't changed any libraries, compilers or, in fact,
> anything on this system since 2.1.0.
>
> I know enough to be dangerous but don't know how to find where this added so I
> don't know where to start in correcting this problem.
Please give me the following information in order to trace it down:
1. The exact APACI configure command line you used
2. The output of this configure command from your terminal session
3. The output of a "ls -l /usr/lib/ /usr/local/lib" on your system.
Then I can investigate further.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]