Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable) - Mailing list pgsql-ports

From Tom Lane
Subject Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Date
Msg-id 5406.1011992381@sss.pgh.pa.us
Whole thread Raw
Responses Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
List pgsql-ports
Are Bryne <are-pgsql-ports@communique.no> writes:
> ld: no shared -lssl.2.-1 available
>                           ^
>                           \___ This has nothing to do with it?

Hmm, I didn't look that closely.

> file on the .so gives:
> /usr/local/lib/libssl.so.2: FreeBSD/i386 compact demand paged shared library

Okay, so you do have a proper shared library.

Since the ecpg link command didn't mention ssl explicitly, I guess the
reference must be coming out of libpq.so.  What do you get if you run
ldd on libpq.so?  (I think it's called ldd on bsd, if not try chatr.)

            regards, tom lane

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Next
From: Are Bryne
Date:
Subject: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)