From owner-freebsd-hackers Sun Nov 5 18:23:37 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA27585 for hackers-outgoing; Sun, 5 Nov 1995 18:23:37 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA27580 for ; Sun, 5 Nov 1995 18:23:34 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id SAA21888; Sun, 5 Nov 1995 18:22:21 -0800 To: Michael Smith cc: gary@palmer.demon.co.uk (Gary Palmer), freebsd-hackers@freebsd.org Subject: Re: Looking for Linux libs 8( In-reply-to: Your message of "Mon, 06 Nov 1995 12:12:28 +1030." <199511060142.MAA29432@genesis.atrad.adelaide.edu.au> Date: Sun, 05 Nov 1995 18:22:21 -0800 Message-ID: <21886.815624541@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > Gary Palmer stands accused of saying: > > > > > I'm trying to locate copies of the Linux libs libXt.so.6 and libX11.so.6 > > > in ZMAGIC form, in order to get linux-IDL up and happening. > > > > They were on the 2.0.5 CDROM (in the xperiment dist). That's where I > > got my copies. I can uue and mail them to you if you want. > > I have the 2.0.5 CD, it has libXt.so.3 and libX11.so.3; I need .6 8( > (I've tried symlinking without any success) This is weird because I just installed the linux_lib port from scratch on a new box (and it worked fine, after I added the build target for doing the mkdir -p ${PREFIX} and committed it) and I now have: root@time-> ls /compat/linux/lib ld.so libXaw.so.3 libXt.so.3.1.0 libgr.so.1 libm.so.4.5.26 libX11.so.3 libXaw.so.3.1.0 libc.so.4 libgr.so.1.3 libX11.so.3.1.0 libXt.so.3 libc.so.4.5.26 libm.so.4 Jordan