At 04:42 AM 9/11/2002, you wrote:
>At 10:08 PM 9/10/02 -0700, Chuck Yerkes wrote:
>>Start with "ldd qpopper"
>>
>>see which libraries it's using, which .h files the build
>>is hitting.
>>
>>You might get adventurous on your build machine and gzip
>>the appropriate .h files in /usr/include/ and maybe the libssl.*
>>stuff.  Just to be sure your build isn't using it.
>>
>>Force it to link static (CFLAGS+=-static) so you don't
>>catch the wrong static libssl.so
>
>Chuck!  Chuck!
>
>I think you may have found it!  Under FreeBSD it seems to be utilizing the 
>wrong libraries!
>
>I recompiled and tweaked the library loc settings and I think I got it 
>working! Give me a few days to play with it to make sure I'm right, but 
>you pointed me in the right direction!  I think we may have figured out 
>what the FreeBSD problem is.
>
>Thanks very much!!


I finally got qpopper to build on FreeBSD last night after cleaning out 
more libraries.  It seems that a stale libcrypto was the cause this 
time.  I still get an error when trying to connect to qpopper via SSL/TLS, 
however:

Possible probe of account xxxxxxxx

I think I'm just going to need to go through and remove more old headers 
and libraries, but I'm going to make this work one way or another.

-Scott

Reply via email to