Well, lets think about this for a minute.. You create a library for others to use. 
When you deem a change necessary enough to bump versions, this normally means you have 
changed the library in such a way, that calls to it should change...

Wouldn't you think?? So are you really fixing the problem, or are you to lazy 
recompile the programs so it works right.. I hope your not going to be the guy later 
who gets hacked and says gentoo sucks because their security is bad.. 

This is actually a ebuild bug and the old libs should be there.. but are not.. So, 
doing a revdep-rebuild will recompile what you want.. (removing the links first of 
course). 

You guys amaze me sometimes.

> Ok guys,
> The libssl.so.0.9.7 probelm I fixed it ( the one that
> says "error while loading shared libraries:
> libssl.so.0.9.6: cannot open shared object file: No
> such file or directory")
> 
> First link libssl.so.0.9.7 to libssl.so.0.9.6 then do
> libcrypto:
> cd /usr/lib/
> ln -s libssl.so.0.9.7 libssl.so.0.9.6
> ln -s libcrypto.so.0.9.7 libcrypto.so.0.9.6
> 
> then just merge openssl
> emerge openssl

--
[EMAIL PROTECTED] mailing list

Reply via email to