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

2003-11-09 Thread radha.manohar
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

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