This is a discussion on problem with linking against libs.... within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> hello, I reinstalled gentoo and everything is working fine but one thing: the "old-gentoo" linked everything against libXXX.so the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello, I reinstalled gentoo and everything is working fine but one thing: the "old-gentoo" linked everything against libXXX.so the new one links against libXXX.so.exact.version.number. the problem is that after an update (minor version) nothing is working that was using the lib (until I re-emerge the program of course). Is there a .conf file or something I obviously forgot to edit because I'm tired of setting sym-links regards sebstian |
| |||
| On Wed, 26 Nov 2003 19:25:00 +0100, Sebastian Siewior wrote: > hello, > > I reinstalled gentoo and everything is working fine but one thing: > the "old-gentoo" linked everything against libXXX.so the new one links > against libXXX.so.exact.version.number. > the problem is that after an update (minor version) nothing is working > that was using the lib (until I re-emerge the program of course). > Is there a .conf file or something I obviously forgot to edit because > I'm tired of setting sym-links > > regards > sebstian Try running 'revdep-rebuild' it was designed to fix library problems... HTH tBD -- e-mail: theblackdragon@linux.be jabber: theblackdragon@myjabber.net |
| ||||
| the point was why it gets linked against libXXX.so.ver instead of libXXX.so possible wrong libtool parameter or I'm to stupid to set it up the right way... regards On Thu, 27 Nov 2003 20:14:49 +0100 theBlackDragon <theblackdragon.GEENSPAM@linux.be> wrote: > Try running 'revdep-rebuild' it was designed to fix library > problems... > > HTH > > tBD |