Re: updating my pg-drivers crashed my system...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Timo Roessner <timo(dot)roessner(at)gmx(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: updating my pg-drivers crashed my system...
Date: 2005-04-28 16:12:33
Message-ID: 12229.1114704753@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Timo Roessner <timo(dot)roessner(at)gmx(dot)net> writes:
> /usr/bin/perl: symbol lookup error:
> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/Pg/Pg.so:
> undefined symbol: PQserverVersion

It looks to me like the newer version of DBD::Pg requires a newer
version of libpq than you have installed. Now you say that you
have "Postgres 8" installed so you ought to be okay ... but somewhere
on your system there must be an older copy of libpq.so that does not
have that function.

You probably should fix this by changing your ldconfig search path
so that the newer libpq.so is found in preference to the older.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message tövis 2005-04-28 18:44:26 check CREATE/DROP INDEX
Previous Message Bob 2005-04-28 14:55:24 Re: temp tables