Full_Name: Simon Lok
Version: 2.2.8-1.3.6
OS: RedHat 6.0
Submission from: gin.inw.com (207.221.146.15)


I believe that there is a minor little annoying bug in your
latest distribution.  Under RedHat 6.0, the file nbdm.h has
been moved from /usr/include to /usr/include/db1.  I am assuming
that this is probably the case for all glibc 2.1 based systems.
There is only one reference that I found (in the mod_ssl.h file)
and by changing the code from

#include <ndbm.h>

to

#include <db1/ndbm.h>

your package now compiles and runs fine on my RedHat 6.0 system.
As for my background, I am fairly familiar with your package and 
have used it extensively under RedHat 5.2 without a hitch.

--SL

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to