Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 1999 23:11:34 +0100
From:      Marcel Moolenaar <marcel@scc.nl>
To:        emulation@FreeBSD.ORG
Subject:   Re: glibc2?
Message-ID:  <36CDE196.28ABCCF6@scc.nl>
References:  <36CC7204.A152046C@utcorp.com>, <36CDAF76.AD7148D0@utcorp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
User Kseel wrote:

>  What might this indicate?
> 
>  11746 pwlin    CALL  linux_open(0xefbfd71c,0,0)
>  11746 pwlin    NAMI  "/compat/linux/usr/lib/libc.so.6"
>  11746 pwlin    NAMI  "/usr/lib/libc.so.6"
>  11746 pwlin    RET   linux_open JUSTRETURN

libc.so.6 resided in [/compat/linux]/lib...

>  11746 pwlin    CALL  linux_open(0xefbfd71c,0,0)
>  11746 pwlin    NAMI  "/compat/linux/usr/lib/ld-linux.so.2"
>  11746 pwlin    NAMI  "/usr/lib/ld-linux.so.2"
>  11746 pwlin    RET   linux_open JUSTRETURN

ld-linux.so.2 resides in [/compat/linux]/lib...

Why is it looking for those libraries in any other directory than /lib?
Did you post the beginning of the ktrace?
Are you sure tclpro is properly configured?
How did the install go?

The ktrace itself didn't show a specific reason for coredumping.

marcel


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36CDE196.28ABCCF6>