Re: [GENERAL] undefined symbol: PQconnectdbParams

2010-08-15 Thread Sim Zacks
>> When I try using createdb or createlang I get the error: >> >> undefined symbol: PQconnectdbParams > It's probably finding the wrong library. Which binaries are you using? > If you do "ldd /path/to/binary", what does it show? Maybe you need to > set LD_LIBRARY_PATH to the "lib" directory of you

Re: [GENERAL] undefined symbol: PQconnectdbParams

2010-08-14 Thread Jeff Davis
On Sat, 2010-08-14 at 23:18 +0300, Sim Zacks wrote: > > I compiled postgresql beta 4 on a users account and installed it with a > different port into my home directory (~/pg9) > > This was recommended by my web host because they refused to give me > plpythonu access on a shared server. (perfectly

[GENERAL] undefined symbol: PQconnectdbParams

2010-08-14 Thread Sim Zacks
I compiled postgresql beta 4 on a users account and installed it with a different port into my home directory (~/pg9) This was recommended by my web host because they refused to give me plpythonu access on a shared server. (perfectly understandable from their perspective) I can get into psql u