Re: error while executing a c program with embedded sql - Mailing list pgsql-novice

From
Subject Re: error while executing a c program with embedded sql
Date
Msg-id 3324.134.129.110.96.1068390374.squirrel@webmail.ndsu.nodak.edu
Whole thread Raw
Responses Re: error while executing a c program with embedded sql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: error while executing a c program with embedded sql  (Oliver Elphick <olly@lfix.co.uk>)
Re: [PERFORM] error while executing a c program with embedded sql  (Rajesh Kumar Mallah <mallah@trade-india.com>)
List pgsql-novice
I have a c program called test1.pgc with some sql statements embedded in
it. The program was preprocessed, compiled and linked. Now, I have the
executable test1.

When I run the executable it says,

./test1: error while loading shared libraries: libecpg.so.3: cannot open
shared object file: No such file or directory

What does it mean by this error message? What should I do to correct this
error and run the executable successfully?

Your response would be very much appreciated.

Thanks and Regards,

Radha



pgsql-novice by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Questions, help!!
Next
From: Tom Lane
Date:
Subject: Re: error while executing a c program with embedded sql