Re: Ungooglable error message when running initdb: Symbol not found: _check_encoding_conversion_args

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: August Lilleaas <augustlilleaas(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Ungooglable error message when running initdb: Symbol not found: _check_encoding_conversion_args
Date: 2009-09-02 14:41:56
Message-ID: 2861.1251902516@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

August Lilleaas <augustlilleaas(at)gmail(dot)com> writes:
> I'm configuring with `./configure
> --prefix=/usr/local/Cellar/postgresql/8.4.0`, without sudo. I hawe chowned
> /usr/local so that I don't need to sudo it. I'm getting the following error
> when running `initdb` after successfully compiling postgresql

> Symbol not found: _check_encoding_conversion_args

Is it possible the 'postgres' you're invoking is not 8.4.0 but something
a bit older? That function was added to the backend relatively
recently.

The other possibility that comes to mind is that this is Snow
Leopard-specific breakage. But others have reported successful builds
on SL.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Massa, Harald Armin 2009-09-02 14:46:04 Re: creating array of integer[] out of query - how?
Previous Message Andreas Kretschmer 2009-09-02 14:39:29 Re: PL/SQL & unset custom variable