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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Are Bryne <are-pgsql-ports(at)communique(dot)no>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Date: 2002-01-25 21:46:50
Message-ID: Pine.LNX.4.30.0201251644490.690-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Are Bryne writes:

> However, when I try compiling with elf=no in configure, this happens:
>
> gcc295 -O -pipe -DUSE_SSL -Wall -Wmissing-prototypes
^^^^^^^^^

Where does this come from? This doesn't appear in the source code.

> ld: no shared -lssl.2.-1 available

I'd suggest trying to build without OpenSSL first. Then check out how
libpq is being linked. It seems it's somehow picking up a wrong libssl
reference, but I don't understand the non-elf formats enough to be able to
tell you how.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Are Bryne 2002-01-25 21:54:56 Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Previous Message Tom Lane 2002-01-25 21:35:01 Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)