Re: Determining client_encoding from client locale
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jaime Casanova <jcasanov@systemguards.com.ec>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, pgsql-hackers@postgresql.org, Bruce Momjian <bruce@momjian.us>, Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>, Peter Eisentraut <peter_e@gmx.net>
Date: 2009-07-23T16:02:24Z
Lists: pgsql-hackers
Jaime Casanova <jcasanov@systemguards.com.ec> writes: > On Wed, Jul 22, 2009 at 7:30 PM, Alvaro > Herrera<alvherre@commandprompt.com> wrote: >> Do you have an older version of libpq.so around? > the one that installed with 8.4.0 but i thougth that when you specify > -L to gcc you're telling it where to pick libraries from, no? On most Linux systems, -L doesn't have any effect on what happens at runtime --- the dynamic linker's search path will determine that. Try "ldd" on the executable to see which shlibs really get picked up. regards, tom lane