nmh-workers
[Top] [All Lists]

[Nmh-workers] 1.1rc2 compile and slow send with aliases on Slackware linux

2004-01-30 17:30:05
Hello,

Compilation on Slackware Linux 9.1 (kernel 2.4.20) worked after using the
configure command documented in nmh-1.0.4 distribution:

LIBS=-gdbm ./configure

and ammending uip/slocal.c

#ifdef HAVE_DB1_NDBM_H
#include <db1/ndbm.h>
#else
#include <ndbm.h>
#endif

to read: 

#ifdef HAVE_DB1_NDBM_H
#include <db1/ndbm.h>
#else
#include <db3/ndbm.h>
#endif

Now however, if file aliases exists in ~/Mail and if line:

Aliasfile: aliases

is in .mh_profile,  it takes about 30 seconds to send a message (using send)


Otherwise it is instant.  With nmh-1.0.4 sending is immediate with 
or without aliases. 


Kirill Sapelkin znanie(_at_)rawbw(_dot_)com


_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://mail.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>
  • [Nmh-workers] 1.1rc2 compile and slow send with aliases on Slackware linux, Kirill Sapelkin <=