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 21:35:01
Message-ID: 6298.1011994501@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:
> So ldd doesn't work for libraries, only executables...

Possibly it would work to explicitly include "-lssl" in the link
command for libecpg. In src/interfaces/ecpg/lib/Makefile,
add -lssl to the line "SHLIB_LINK= $(libpq)" and see if it's happier.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

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