dbTalk Databases Forums  

Re: PSQL NEWBIE - RUNTIME ERROR

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss Re: PSQL NEWBIE - RUNTIME ERROR in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martijn van Oosterhout
 
Posts: n/a

Default Re: PSQL NEWBIE - RUNTIME ERROR - 07-01-2003 , 08:16 PM






If you link to a library on your system that is not in your library path,
you will get this problem.

The solutions is basically one of:
- Create a symlink to the lib in a directory that is in the path (like
/usr/local/lib)
- Add the directory to your /etc/ld.so.conf
- Add it to your LD_LIBRARY_PATH environment variable

Rerun ldconfig in any case.

Hope this helps.

On Fri, Jun 27, 2003 at 05:07:53PM +0200, FTL Africa wrote:
Quote:
Hello,

I am a fairly new user of postgresql on linux. I have followed the instruction quite well, I'm sure. I have been working on the first program example in C and am getting an error when I run the first program test "testlibpq..c" (I haven't tried the other tests). This is the error msg I am getting:

./testlibpq:error in loading shared libraries

libpq.so.2: cannot open shared object file: No such file or directory.

These are the version I am working with:

postgreSQL : 7.2.1

linux : 2.0.32

gcc : 2.7.2.3

I compiled using:

cc -c -I/usr/local/pgsql/include testlibpq.c

linked with:

cc -0 testlibpq testlibpq.0 -L/usr/local/psql/lib -lpq

ran with:

./testlibpq

Any help will be highly appreciated. I am stuck at this point right now.

Thanks In Advance,

Litso

--
Martijn van Oosterhout <kleptog (AT) svana (DOT) org> http://svana.org/kleptog/
Quote:
"the West won the world not by the superiority of its ideas or values or
religion but rather by its superiority in applying organized violence.
Westerners often forget this fact, non-Westerners never do."
- Samuel P. Huntington
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/AjJRY5Twig3Ge+YRAnLEAKDHrlYLZC2LPskwfDDjoEQ7AucP3A Cgse/l
ofIdz5wqgpJcQ14kW1SR6KU=
=Mb8y
-----END PGP SIGNATURE-----



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.