From owner-freebsd-emulation Wed Feb 24 14:19:50 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from nebraska.utcorp.com (unknown [146.145.135.14]) by hub.freebsd.org (Postfix) with ESMTP id 39E75121F1 for ; Wed, 24 Feb 1999 14:15:39 -0800 (PST) (envelope-from kseel@utcorp.com) Received: from utcorp.com (x-kspc.utcorp.com [146.145.135.17]) by nebraska.utcorp.com (8.8.5/8.8.5) with ESMTP id SAA28651 for ; Wed, 24 Feb 1999 18:01:17 -0500 (EST) Message-ID: <36D44371.700531E2@utcorp.com> Date: Wed, 24 Feb 1999 13:22:41 -0500 From: Kurt Seel X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: emulation@FreeBSD.ORG Subject: Re: glibc2? References: <36CC7204.A152046C@utcorp.com>, <36CDAF76.AD7148D0@utcorp.com> <36CDE196.28ABCCF6@scc.nl> Content-Type: multipart/alternative; boundary="------------396716EA02FA8CA820FDDA18" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------396716EA02FA8CA820FDDA18 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Marcel Moolenaar wrote: > 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 This is what tech support at scriptics had to say: > > Based on the output you sent, it does not appear that TclPro would work since > you do not have glibc2 installed. Here is the output I get when I do ldd on my > system (RedHat 5.0 kernel 2.0.33): > > /tclpro1.2 > ldd ./pwlin > libutil.so.1 => /lib/libutil.so.1 (0x40003000) > libdl.so.2 => /lib/libdl.so.2 (0x40006000) > libm.so.6 => /lib/libm.so.6 (0x40009000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40022000) > libc.so.6 => /lib/libc.so.6 (0x400b9000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000) > I am not that well versed in shared libs (I just write, compile, link and run my code). But I can follow directions pretty well ... What does this incantation of 'ldd' mean? And how does the output indicate the presense of glibc2? I only see libc.so.6. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759 --------------396716EA02FA8CA820FDDA18 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Marcel Moolenaar wrote:
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


 This is what tech support at scriptics had to say:

 
Based on the output you sent, it does not appear that TclPro would work since 
you do not have glibc2 installed. Here is the output I get when I do ldd on my 
system (RedHat 5.0 kernel 2.0.33):

/tclpro1.2 > ldd ./pwlin
        libutil.so.1 => /lib/libutil.so.1 (0x40003000)
        libdl.so.2 => /lib/libdl.so.2 (0x40006000)
        libm.so.6 => /lib/libm.so.6 (0x40009000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40022000)
        libc.so.6 => /lib/libc.so.6 (0x400b9000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)


 I am not that well versed in shared libs (I just write, compile, link and run my code).
But I can follow directions pretty well ...
 What does this incantation of 'ldd' mean? And how does the output indicate the
presense of glibc2? I only see libc.so.6.

-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
                -- Benjamin Franklin, 1759
  --------------396716EA02FA8CA820FDDA18-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message