Displaying 1 result from an estimated 1 matches for "cobrun".
Did you mean:
cobren
2009 Sep 28
0
TERM=linux results libc.so.6 not found
Hi guys,
A costumer is trying to run a cobol application in a VM. So far, so
good. The problem is that when I set the $TERM variable to linux, and
run the program, I get:
/opt/cobol/bin/cobrun: error while loading shared libraries: libc.so.6:
cannot open shared object file: No such file or directory
If I put TERM=xterm, I can successifully run the program. It also works
with TERM=vt100, TERM=xterm-new and TERM=xterm-old.
The reason I have to use TERM=linux is that some keys doesn'&...