9 Jul
2003
9 Jul
'03
10:34 p.m.
On Wed, 2003-07-09 at 22:32, Mark E. Mallett wrote:
../lib/liblib.a(randgen.o): In function
ssl_last_error': /usr/local/src/system/dovecot-0.99.11-test1/src/lib/randgen.c:90: undefined refer ence to
ERR_get_error'It's because we want random number generator for imap/pop3 binaries nowadays. I didn't notice it since I have /dev/urandom. Fixed in -test2.
Hmm, I have /dev/urandom too--
Oh. I guess "test -c /dev/urandom" isn't the proper way to check it then. It's not a character device with you? What OS? Maybe test -e would work.
does this also address the other two undefineds?
yes.