Re: BUG #13630: initdb - libreadline.so.6 symbol BC error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bruce(at)sum-it(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13630: initdb - libreadline.so.6 symbol BC error
Date: 2015-09-21 20:15:18
Message-ID: 8048.1442866518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

bruce(at)sum-it(dot)com writes:
> The following bug has been logged on the website:
> Bug reference: 13630
> Logged by: Bruce Silveria
> Email address: bruce(at)sum-it(dot)com
> PostgreSQL version: 9.4.4
> Operating system: Solaris 10 u10
> Description:

> Version 9.4.1 installs and runs but initdb in versions 9.4.2 thru 9.4.4
> returns the following error:

> initdb --encoding=UTF8 /u/pgsql

> ld.so.1: initdb: fatal: relocation error: file
> /usr/local/lib/libreadline.so.6: symbol BC: referenced symbol not found
> Killed

[ scratches head... ] I looked through all the commits between 9.4.1 and
9.4.2 and couldn't find any changes that seemed likely to be related to
this. Are you sure you are building 9.4.1 and the later versions in
exactly the same way? What configure options are you using, anyway?
("pg_config" output from working 9.4.1 and broken 9.4.2 might be useful
to compare.)

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joe Conway 2015-09-21 21:59:57 Re: BUG #13628: System Hangs During Update Query
Previous Message bruce 2015-09-21 18:54:49 BUG #13630: initdb - libreadline.so.6 symbol BC error