Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.hawaii.edu!news.uoregon.edu!hunter.premier.net!op.net!news.mathworks.com!newsfeed.internetmci.com!news.sprintlink.net!news-stk-200.sprintlink.net!EU.net!ieunet!maths.tcd.ie!not-for-mail From: dwmalone@maths.tcd.ie (David Malone) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Where is libc.so.3.0 for 2.1R ? Date: 26 Jul 1996 19:44:05 +0100 Organization: Dept. of Maths, Trinity College, Dublin, Ireland. Lines: 14 Message-ID: <4tb3ll$9ef@synge.maths.tcd.ie> References: <01bb7b12$544bc460$232145a0@jane.techcenter.paccar.com> NNTP-Posting-Host: synge.maths.tcd.ie "Arlen Fletcher" <fletcher@paccar.com> writes: >When I tried to run the app it complained with: >ld.so: bwsearch: Can't find shared library "libc.so.3.0" >which is reasonable, since libc.so.2.2 is the most recent version I have >of that library. If the application doesn't use any calls which have been changed between 2.1 and 2.2-current then you could just make a link from the libc.so.2.2 to libc.so.3.0. Try it and see if it blows up ! David.