Can't open libnative.so -- trace info on SunOS 4.1.3
Alexandre Oliva
oliva at dcc.unicamp.br
Fri Aug 14 11:53:54 PDT 1998
Christopher X Candreva <chris at westnet.com> writes:
> The real problem is, though. Kaffe opens /usr/local/lib/libnative.so just
> fine it seems. THEN it tries to open /usr/lib/libnative.so and
> /usr/openwin/lib/libnative.so, failes, and prints the above message.
> open ("/usr/local/lib/libnative.so", 0, 035740000420) = 3
> read (3, "".., 32) = 32
> mmap (0, 122968, 0x5, 0x80000002, 3, 0) = 0xef6f6000
[...]
> munmap (0xef6f6000, 122968) = 0
Look, it seems to have failed to find something it needs in the
library, so it decides not to use it and proceeds to the next possible
match:
> open ("/usr/lib/libnative.so", 0, 01) = -1 ENOENT (No such file or directory)
This is probably a problem in SunOS 4.1.3 dynamic linker. The problem
seems to have been fixed in SunOS 4.1.4.
--
Alexandre Oliva
mailto:oliva at dcc.unicamp.br mailto:aoliva at acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil
More information about the kaffe
mailing list