Return to BSD News archive
#! rnews 1358 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.hawaii.edu!news.uoregon.edu!news.u.washington.edu!uw-beaver!uw-coco!nwnews.wa.com!nwfocus.wa.com!ender.techcenter.paccar.com!usenet From: "Arlen Fletcher" <fletcher@paccar.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Where is libc.so.3.0 for 2.1R ? Date: 26 Jul 1996 16:50:21 GMT Organization: PACCAR Technical Center Lines: 16 Message-ID: <01bb7b12$544bc460$232145a0@jane.techcenter.paccar.com> NNTP-Posting-Host: jane.techcenter.paccar.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Internet News 4.70.1132 I recently bought an application from a vendor that converts databases to HTML searchable format. They supported BSDi so I was hoping I'd get lucky and the software would run on our FreeBSD 2.1R systems. It didn't. I asked the manufacturer if they would ever port the app to FreeBSD and a week later they had!! 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. Where can I get libc.so.3.0 ? Will I have to rebuild the kernel if/when I get it? And how did the manufacturer end up with libc.so.3.0 on his 2.1R system?