There used to be called a iBCS modules that you loaded and it ran SCO stuff.
Now it's called ABI. I think it's still a module:
/lib/modules/2.4.18-10/kernel/abi/sco/abi-sco.o
Maybe use can do a insmod abi-sco or modprobe abi-sco.
Is this modules already loaded (lsmod)?
-eric wood
- Origina
Hi Guys,
Thanks for the help offered. I have been looking at this a bit further, and here is
what I have found out...
libc_s looks like the Dynamic Link Library for COFF applications. Running "file" on
the application, says it is an SCO ELF binary. Seems to me that libc_s is the wrong
tra
Add /shlib to your /etc/ld.so.conf file and run the re-run the "ldconfig"
program.
-eric
- Original Message -
From: <[EMAIL PROTECTED]>
> He installed the libc_s in a directory he called /shlib, like it is on
SCO Openserver. This is not the right place, or this library doesn't work.
I am looking for some advice, please.
A friend is trying to run an application built on SCO Openserver 5.05. He is trying
to run it on RH 7.3. He has tried using the the libc_s from the file
"sco-libs-940731.tar.gz" from tsx-11.mit.edu, but the application still bombs out. He
installed the