|
From: Christoph H. <hc...@ca...> - 2002-01-11 17:18:29
|
On Thu, Jan 10, 2002 at 02:13:09PM -0500, Bryan Elliott wrote: > Let me begin by apologizing for the length of this post, but I want to > ensure I've included all the relevent information to ease > troubleshooting. > I'm attempting to run an OpenServer 5.0.6 app(in ELF format) using > kernel 2.4.17 with the 2.4.17-abi patch successfully applied. When I > attempt to run said app, it abruptly exits with a bus error. I've had > success running numerous other ELF binaries from the system in question. > After examining the trace data, I am led to believe that the problem may > be with unimplemented mmap flags in the abi-sco code. I have installed > all the libraries that sco's ldd tells me the application is linked to > under /emul/sco/usr/lib and have created the osr5 symlink. > So my question is do you believe this is mmap() related, and if so how > would you proceed to work around it. Or, if it something more obvious, > please show me the error of my previous assumption. Thanks in advance. I'm not sure if if's due to the unimplemented flag (MAP_NOEOF), but using more shared libraries with the OpenServer personality works only if you use the libc.so.1 from /OpenServer on a UnixWare box. If you use if for non-commercial use you can get free licenses from Caldera, else you have to get another license :P Christoph |