Re: libpq: problem with shared library

2010-10-06 Thread Tomas Staig
Tomáš Hajas wrote: Hello, I'm trying to use PostgreSQL C API under Cygwin, but libpq attempts load a very strange shared library. On run-time it states: "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" and yes, name of the missing shared librar

Re: libpq: problem with shared library

2010-10-06 Thread Huang Bambo
Can you give the outpuoutput of 'ldd pqtest' ? 2010/10/6 Tomáš Hajas > > Hello, > > I'm trying to use PostgreSQL C API under Cygwin, but libpq attempts load a > very > strange shared library. On run-time it states: > "error while loading shared libraries: ?: cannot open shared object file: No >

libpq: problem with shared library

2010-10-06 Thread Tomáš Hajas
Hello, I'm trying to use PostgreSQL C API under Cygwin, but libpq attempts load a very strange shared library. On run-time it states: "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" and yes, name of the missing shared library is literally a ques