Re: [PERFORM] [NOVICE] error while executing a c program with embedded sql

2003-11-10 Thread radha.manohar
Thanks a lot. IT WORKED! with your suggestions. Regards, Radha > On Sun, 2003-11-09 at 15:06, [EMAIL PROTECTED] wrote: >> 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. >> >> W

Re: [PERFORM] [NOVICE] error while executing a c program with embedded sql

2003-11-09 Thread Tom Lane
<[EMAIL PROTECTED]> writes: > ./test1: error while loading shared libraries: libecpg.so.3: cannot open > shared object file: No such file or directory The dynamic linker is failing to find either libecpg.so itself, or one of the shared libraries it depends on (perhaps libpq.so). If you are on a L