Re: FATAL error "could not find function "alt_to_mic" in file cyrillic_and_mic.so

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-22 14:43:05
Message-ID: 188.1256222585@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jayaraman, Rajaram (STSD)" <rajaram(dot)j(at)hp(dot)com> writes:
> 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" ".

Well, the error is perfectly legitimate, because there is no such function
in that file, nor anywhere else in Postgres 8.4. It did exist back in
8.0 or so, which makes me think initdb is reading some ancient copy of
conversion_create.sql. You need to straighten out the apparent mixup
of files from different releases.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-10-22 14:45:11 Re: question about pg_dump
Previous Message Scot Kreienkamp 2009-10-22 14:42:14 question about pg_dump