sendmail's mailertable compilation problem with 11.1
Hello,
I am using an opensuse 11.1 x64 with the sendmail default rpm (endmail-devel-8.14.3-50.9, sendmail-8.14.3-50.9
)
while trying to recompile my mailertable i a getting:
smtp:/etc/mail # make
Rebuilding /etc/mail/mailertable.db.
makemap hash /etc/mail/mailertable.db < /etc/mail/mailertable
makemap: Need to recompile with -DNEWDB for hash support
make: *** [/etc/mail/mailertable.db] Erreur 73
or:
smtp:/etc/mail # makemap hash mailertable.db < mailertable
makemap: Need to recompile with -DNEWDB for hash support
i don't understand since i am using the default packages.
In my sendmail.mc:
FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
in my sendmail.cf:
Kmailertable hash -o /etc/mail/mailertable.db
Does somebody could give me any clue ?
thanks
|