Help Wanted for running C code

From: Pa O'Clerigh <switswoo79(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Help Wanted for running C code
Date: 2002-03-05 11:26:46
Message-ID: 20020305112646.33414.qmail@web9102.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello help wanted asap for this one please.
I have installed POstgres on my own machine and i am
in charge of its settings.

the problem is when i try and run a small piece of c
code i get an error which states the following:
cc testing_connection.c -L/usr/local/pgsql/lib -lpq
-I/usr/local/pgsql/include -o fred -O0
$ ./fred
./fred: error in loading shared libraries: libpq.so.2:
cannot open shared object file: No such file or
directory

the program followed all the steps set out in the
postgres documentation on building Libpq programs.
But i still get the above??
Any suggestions please

__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-03-05 13:10:50 Re: Cache invalidation notification (was: Database Caching)
Previous Message Gavin Sherry 2002-03-05 10:21:58 Re: [PATCHES] WITH DELIMITERS in COPY