imap with ssl compile q

francus@metsny.yossi.com francus@metsny.yossi.com
Thu, 21 Jun 2001 15:17:22 -0400


Probably belongs to another list, but maybe someone has run into this

Solaris 2.7
openssl 0.9.6a
imap-2000c

When I build imap with SSL I get an error message when it tries to link
mtest/ipopd/imapd that osdep.o has SSLeay_add.... as undefined. Now this
function is called in auth_ssl.c but I cannot find it defined in the imap
tree nor in the openssl tree. 
When I compile for pmax-netbsd osdep.o does not have the function (I check via
nm). 
I can comment out the code in auth_ssl.c and it seems to work, but it seems
like the wrong approach.
Anyone run into this?