Re: uuid type for postgres

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Patrick Welche <prlw1@newn.cam.ac.uk>, Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org, nathan wagner <nw@hydaspes.if.org>
Date: 2005-09-07T21:24:41Z
Lists: pgsql-hackers, pgsql-sql
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> This is a fairly recent 8.1, maybe post-beta1.  Not sure what happened.

This:

2005-05-07 01:48  neilc

	* configure, configure.in: Revert the ld --as-needed patch. This
	breaks Fedora Core 3, due to a strange interaction between ld,
	readline, termcap, and psql. The symptom is psql failing with this
	error on startup:
	
	    symbol lookup error: /usr/lib64/libreadline.so.4: undefined
	symbol: BC
	
	I'm still trying to find the best way to solve this, but in the
	mean time I'm reverting the patch in order to unbreak FC3.


			regards, tom lane