Re: 7.2.2 on Mac OS 10.2.1 (Darwin 6.0) - Mailing list pgsql-ports

From Benjamin Reed
Subject Re: 7.2.2 on Mac OS 10.2.1 (Darwin 6.0)
Date
Msg-id 034C171C-D4D4-11D6-B5A2-00039357AAEE@befunk.com
Whole thread Raw
In response to 7.2.2 on Mac OS 10.2.1 (Darwin 6.0)  (Jeshua Lacock <jeshua@OpenOSX.com>)
List pgsql-ports
On Monday, September 30, 2002, at 07:46 PM, Jeshua Lacock wrote:

> Otherwise, I get a few "previous declaration" and "redefinition"
> errors.

Yeah, the sem stuff changed.

> However, where I am really running into trouble is, regardless of
> building with or without SSL support, is while attempting to build the
> "src/interfaces/ecpg/lib" directory I get the following:
>
> gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations  -flat_namespace -bundle -undefined suppress
> execute.o typename.o descriptor.o data.o error.o prepare.o memory.o
> connect.o misc.o -L/usr/local/ssl -L../../../../src/interfaces/libpq
> -lpq  -o libecpg.so.3.3.0
> ld: Undefined symbols:
> _crypt referenced from libpq expected to be defined in libcrypto

I'm not sure what could be causing this, but if you want a shortcut, we
have a PostgreSQL package in fink that builds OK.  You may at the very
least want to take a look at the patch file and see if any of the
things we're doing fix your issues (It's been a while since I looked at
the patch, I don't recall specifically what was changed).

You can view the patch in CVS here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/fink/dists/10.2/
unstable/crypto/finkinfo/postgresql-ssl-7.2.2-2.patch?rev=1.1&content-
type=text/vnd.viewcvs-markup


pgsql-ports by date:

Previous
From: Jeshua Lacock
Date:
Subject: 7.2.2 on Mac OS 10.2.1 (Darwin 6.0)
Next
From: Tom Lane
Date:
Subject: Re: 7.2.2 on Mac OS 10.2.1 (Darwin 6.0)