Hello,

In order to get dbmail to compile on osx 10.4 I have to change crypt.h to unistd.h in configure at line 6053 for v2.1.3 and 6098 for v2.0.7.

While running ./configure the check for crypt.h prints:
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no

I don't have a lot of experience with this type of thing but some research suggests that on unix systems the cyrpt functionality is in unistd.h and not crypt.h. Is this possibly different on linux?

Is changing the reference in configure from crypt.h to unistd.h a good way to solve my compile problem?


Thanks for any help,
Brad

Reply via email to