Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.sdsmt.edu!tau.uac.net!news.tufts.edu!blanket.mitre.org!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!newsfeed.pitt.edu!bb3.andrew.cmu.edu!cantaloupe.srv.cs.cmu.edu!wbardwel From: wbardwel@cs.cmu.edu (William Bardwell) Newsgroups: comp.unix.bsd.netbsd.misc Subject: shared library minor number stuff doesn't work right Date: 14 May 1996 20:33:36 GMT Organization: School of Computer Science, Carnegie Mellon Lines: 12 Message-ID: <4naqn0$rq0@cantaloupe.srv.cs.cmu.edu> NNTP-Posting-Host: laputa.fac.cs.cmu.edu We tried installing new X11 libraries...we had libraries called libX11.so.6.0 and we added ones called libX11.so.6.1, ldconfig would see and list only the 6.1 (which is right), but when we tried to run a program, it would say that it couldn't find libX11.so.6.0 ...but ldd says it is just linked with libX11.6 (which implies that it should work right, ie load the highest minor revision of major revision 6 libraries... This is on stock(as far as I know) 1.1 i386. -- William Bardwell wbardwel+@[cs.]cmu.edu