From owner-freebsd-questions Sat Jun 28 06:08:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA19205 for questions-outgoing; Sat, 28 Jun 1997 06:08:57 -0700 (PDT) Received: from kona.javanet.com (kona.javanet.com [205.219.162.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA19195 for ; Sat, 28 Jun 1997 06:08:53 -0700 (PDT) Received: from helios.void.org (spfl-us131.javanet.com [206.103.15.46]) by kona.javanet.com (8.8.5/8.7) with SMTP id JAA23575; Sat, 28 Jun 1997 09:08:40 -0400 (EDT) Message-ID: <33B4D449.41C67EA6@javanet.com> Date: Sat, 28 Jun 1997 05:07:59 -0400 From: Jack X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: potok@free.polbox.pl CC: freebsd-questions@freebsd.org Subject: Re: Can't find libc.so.3.0 References: <199706280912.LAA00610@sliphost37.uni-trier.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sascha Blank wrote: > > Hello Mariusz, > > Mariusz Potocki has written recently: > > I recently installed XFree 3.2, but after unpacking: bin, doc, fnts, > > lib, man, set, cfg, VG16 from .tgz files and performed preinstal.sh > > and postinstal.sh i can not launch X (startx) because of message: > > Can't find libc.so.3.0. > > Where I can find it and where place it? > > (I'm using 2.1.5 release and XFree 3.12 works just fine). > > it looks like you have downloaded an XFree 3.2 version which was built > to run on a FreeBSD 2.2 system, which uses libc.so.3.0. In order to run > XFree 3.2 on your 2.1.5 system you must download a version that has been > built for the 2.1.x branch instead. This version will then use > libc.so.2.2 instead. > > -- > Sascha Blank - mailto:blank@fox.uni-trier.de > Student and System Administrator at the University of Trier, Germany > Finger my account to receive my Public PGP key > I don't speak for my employers, they don't pay me enough for that. Or, if you want to play with fire, you can just make a link to libc.so.2.0 (or whatever you have. (/usr/lib? I'm not sure) Anyways, I've done that for a couple programs, and no problems here (FBSD 2.1.5)