This is a discussion on libpq.so full name? within the Pgsql General forums, part of the PostgreSQL category; --> hi I had Postgres 8.0.0 installed on my m/c and now i have installed Postgresql 8.1.4 (FC 4) x86 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi I had Postgres 8.0.0 installed on my m/c and now i have installed Postgresql 8.1.4 (FC 4) x86 , 64 bit arch. i rebuild my executable giving -L$(ROOT)/postgres/lib/ -lpq the directory $(ROOT)/postgres/lib contains libpq.so with size = 133320 it gives an error (linking error i think), howver if i rename the above file to libpq.so.3 then it works fine. What is this behaviour? thanks, regards Surabhi |
| ||||
| On Tue, Nov 14, 2006 at 07:54:30PM +0530, surabhi.ahuja wrote: > hi > I had Postgres 8.0.0 installed on my m/c and > now i have installed Postgresql 8.1.4 (FC 4) x86 , 64 bit arch. > > i rebuild my executable giving -L$(ROOT)/postgres/lib/ -lpq > > the directory $(ROOT)/postgres/lib > contains libpq.so with size = 133320 > > it gives an error (linking error i think), > howver if i rename the above file to libpq.so.3 then it works fine. > What is this behaviour? Please provide the exact commandline you're running and the exact error message. Have a nice day, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > From each according to his ability. To each according to his ability to litigate. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFFWdfjIB7bNG8LQkwRAldXAJ0QWeGGgpuRuPPMxQ1XaA JnQ4O7GgCgjU0G PVlOxRUNQILQf/GQiG61tLc= =jQB3 -----END PGP SIGNATURE----- |