> I just did a complete download and install with only the changes
> specified on a stock RH 6 box with only the appropriate updates installed.
>
> /usr/include/db1/ndbm.h
> /usr/i386-glibc20-linux/include/ndbm.h
I also have all the necessary updates installed. Is there a chance you're
missing the following during compile:
cc -I.. -g -c db.c -o db.o
db.c:16: ndbm.h: No such file or directory
make[1]: *** [db.o] Error 1
The i386-glibc20-linux is from the compat-glibc20 package, which I didn't
have installed. After installing it, gcc still can't find it. If I point
it directly at that header, I get:
db.o: In function `auth_dbopen':
/usr/src/fwtk-2.1/fwtk/auth/db.c:66: undefined reference to `dbm_open'
db.o: In function `auth_dbclose':
[etc,etc,etc..]
This is from a fresh tarball, not a make clean.
Thanks again,
Dave
-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]