Re: [Haskell-cafe] Re: Problems installing HDBC-postgresql

2006-07-12 Thread Martin Percossi
Hi, sorry for the delay in replying. You were right -- it was not finding the correct version of the library. In fact, all I had to do was change the order in my LD_LIBRARY_PATH -- but thanks for the suggestion on strace -- I will certainly be using this tool for future problems. Many thank

[Haskell-cafe] Re: Problems installing HDBC-postgresql

2006-07-10 Thread John Goerzen
On 2006-07-10, Martin Percossi <[EMAIL PROTECTED]> wrote: > Hi, I'm having problems using HDBC-postgresql (I've tried both 0.99.2.1 > and 1.0.0.0) with postgresql (version 8.1.4, installed in /share/pgsql). > I adjust the include-dir and extra-lib-dirs to use the custom location > of postgresql,