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!!
