From: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
---|---|
To: | "Jayaraman, Rajaram (STSD)" <rajaram(dot)j(at)hp(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: FATAL error could not find function "alt_to_mic" in file cyrillic_and_mic.so |
Date: | 2009-10-23 11:07:53 |
Message-ID: | 4AE18E89.1090802@postnewspapers.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Jayaraman, Rajaram (STSD) wrote:
> I have compiled PostgreSQL version 8.4.1 on HPUX 11iV3 (HPUX 11.31) on a
> ia64 hp server BL870c. When I try to start the database it creates the
> data directory and while initializing it gets till creating conversions
> and then throws a FATAL error “could not find function "alt_to_mic" in
> file "/opt/psb/db/pgsql/lib/cyrillic_and_mic.so" “.
Is there any chance you had a prior version of PostgreSQL installed in
/opt/psb/db/pgsql/ ?
If so, try building PostgreSQL with a new prefix (say
/opt/psb/db/pgsql84/ ).
> *creating conversions ... FATAL: could not find function "alt_to_mic"
> in file "/opt/psb/db/pgsql/lib/cyrillic_and_mic.so"*
You might also want to examine cyrillic_and_mic.so by listing its
symbols. HP-UX uses the "nm" command for this, so:
nm /opt/psb/db/pgsql/lib/cyrillic_and_mic.so
might be informative.
--
Craig Ringer
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2009-10-23 11:10:09 | Re: auto-filling a field on insert |
Previous Message | Craig Ringer | 2009-10-23 11:02:50 | Re: Incompatible library : Missing Magic Block |