This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libpq: problem with shared library


Can you give the outpuoutput of 'ldd pqtest' ?

2010/10/6 Tomáš Hajas <hajas@styleweb.sk>
>
> 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 question mark.
>
> To reproduce the problem, all it takes is just to use the library:
>
> #include <libpq-fe.h>
> int main(int argc, char **argv)
> {
> ? ? ? ?PQconnectdb("dbname=test");
> ? ? ? ?return 0;
> }
>
> Compiled with:
> gcc -o pqtest pqtest.c /usr/lib/libpq.a
>
> What could possibly cause this? Thanks in advace.
>
> Best regards,
> Tomas Hajas
>
> --
> Problem reports: ? ? ? http://cygwin.com/problems.html
> FAQ: ? ? ? ? ? ? ? ? ? http://cygwin.com/faq/
> Documentation: ? ? ? ? http://cygwin.com/docs.html
> Unsubscribe info: ? ? ?http://cygwin.com/ml/#unsubscribe-simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]