nmh-workers
[Top] [All Lists]

Re: nmh, qmail, RedHat

1998-02-20 00:26:46
and I got the error

gcc -c -DHAVE_CONFIG_H -I.. -I. -I.. -O2 slocal.c
gcc -s -o slocal slocal.o aliasbr.o dropsbr.o ../config/version.o 
../config/config.o ../sbr/libmh.a ..
/m
ts/libmts.a ../zotnet/libzot.a 
slocal.o: In function `suppress_duplicates':
slocal.o(.text+0x21aa): undefined reference to `dbm_open'
slocal.o(.text+0x21ec): undefined reference to `dbm_fetch'
slocal.o(.text+0x2275): undefined reference to `dbm_store'
slocal.o(.text+0x2296): undefined reference to `dbm_close'
make[1]: *** [slocal] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/nmh-0.21/uip'
make: *** [all-recursive] Error 1

Manually define HAVE_SIGSETJMP after running configure.

Oops... I sent that off too quickly, and wasn't playing close
enough attention.

If your Linux box has gdbm, you will need to modify the source
in slocal.c to use those calls instead.  If you don't have some
type of gdbm/ndbm package, you will need to install one to build
nmh (unless you don't want slocal, in which case, just comment it
out of the Makefile in the directly uip).

--
Richard Coleman
coleman(_at_)math(_dot_)gatech(_dot_)edu


<Prev in Thread] Current Thread [Next in Thread>