Re: 7.4.2 initdb problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Medora Schauer" <mschauer(at)fairfield(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.4.2 initdb problem
Date: 2004-04-20 01:27:52
Message-ID: 2367.1082424472@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Medora Schauer" <mschauer(at)fairfield(dot)com> writes:
> creating conversions... ERROR: could not load library
> "/usr/local/pgsql-7.4.2/lib/ascii_and_mic.so":
> /usr/local/pgsql-7.4.2/lib/ascii_and_mic.so: undefined symbol:
> pg_mic2ascii

Hm, that's odd. The pg_mic2ascii function is defined in the main
backend, so it certainly should be available to ascii_and_mic.so.
Is it possible the postgres executable has been stripped, or some
such strange move? Did you build Postgres yourself or use someone
else's RPM, and if so whose?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2004-04-20 02:15:26 Re: [OT] Tom's/Marc's spam filters?
Previous Message Tom Lane 2004-04-20 01:05:20 Re: doubt about pg_dumpall