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



Quoting The Little Prince ([EMAIL PROTECTED]):
> On Tue, 10 Sep 2002, Scott Johnson wrote:
> 
> > Tony,
> >
> > This is certainly a weird problem.  The lib has the appropriate refs, and
> > the versions of the headers match the lib.
> > This problem is driving me nuts!
> >
> 
> i'd bet it's some sort of compatability issue with freebsd. i dont hear of
> this from the linux camp.
> dont have a freebsd box to test an install, either :(

Reply via email to