nmh-workers
[Top] [All Lists]

nmh, qmail, RedHat

1998-02-19 20:44:05
I am trying to compile nmh on Linux/GNU RedHat 5.0 (glibc), and 
hopefully I get it to work with qmail.

I did 
./configure --with-mts=sendmail --with-editor=prompter --with-pager=less
sed -e 's}^/\* \#define LINUX_STDIO  1 \*/}#define LINUX_STDIO  1}' \
        config.h > config.new
        mv config.new config.h
make

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 ../mts/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

Besides this, I would also like to know:
Can I specify at compile time that the mail is going to be dropped in 
~/Mailbox (by qmail)? (Or my only option is to do what the mh-tailor man
page suggest or set MAILDROP)

Thx for any help
Mate
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis  


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