At 5/6/2004 12:06 AM, The Little Prince wrote:
> After running configure (./configure --with-openssl=/usr/local/ssl) with no
> problem, I get the following when I try to make:
>
> -I../common ../common/libcommon.a \
> -lcrypt -L/usr/local/ssl/lib -lssl -lcrypto
> ../common/libcommon.a(maillock.o)(.text+0x3fc): In function `Qmaillock':
> /home/mail/qpopper4.0.5/common/maillock.c:278: the use of `tempnam' is
> dangerous, better use `mkstemp'
>
this warning doesn't stop the binary from being compiled. ignore it.
Thanks. That caused me to dig deeper into the problem(s) I was having.
It turned out to be a problem with the certificate. I compiled a certificate that required a password, so it was requesting a password every time I attempted to connect to qpopper, since I configured qpopper to only accept SSL connections.
