From: donald t. <don...@sy...> - 2007-02-25 03:26:42
|
I have downloaded and installed the latest open cobol from the website, and installed it on a mandriva machine. It appears to be compiling my hello-world program, but when I try to run it, i get the following: ./test: error while loading shared libraries: libcob.so.1: cannot open shared object file: No such file or directory I expect I either have to move the libraries somewhere particular, or set some sort of variable to tell the compiler where they are, but do not have a clue how to do so. A search finds that file in usr/local/lib. If anybody can advise me, or point me at the germane info, I'd appreciate it. Donald |