Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Are Bryne <are-pgsql-ports(at)communique(dot)no>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Date: 2002-01-25 20:59:41
Message-ID: 5406.1011992381@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Are Bryne <are-pgsql-ports(at)communique(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Are Bryne 2002-01-25 21:14:02 Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Previous Message Are Bryne 2002-01-25 20:56:00 Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)