Re: [GENERAL] Load "myLib.so" error cannot load obj file...

2006-09-13 Thread Tom Lane
didier tanti <[EMAIL PROTECTED]> writes: > ERROR: could not load library "/myPath/libxx.so": libpcre.so : cannot open > shared object file: No such file or directory. > the problem is that the libpcre.so does exist and is in my > LD_LIBRARY_PATH, But is it in the postmaster's LD_LIBRARY_PATH?

[GENERAL] Load "myLib.so" error cannot load obj file...

2006-09-13 Thread didier tanti
Hello,i am desesperate to get this resolved, you are my only hope here is the issue:i am compiling a .so using:gcc -shared libxx.so -lpcre,then in my DB, i am trying:LOAD '/myPath/libxx.so',it keeps returning me :ERROR: could not load library "/myPath/libxx.so": libpcre.so : cannot open shared obje