Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] Re: openssl 0.9.7

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Ladislav Hagara <hgr AT vabo.cz>
  • To: eric AT sandall.us
  • Cc: sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire] Re: openssl 0.9.7
  • Date: Fri, 10 Jan 2003 12:44:59 +0100

Howdy all !!!

I played a little with it.
I "dispel -d openssl 0.9.6h" and "cast -c wget".
After "cast -c openssl" (updated to 0.9.7) wget was evidently broken.

root@sourcemage:/usr/lib# wget
wget: error while loading shared libraries: libssl.so.0.9.6: cannot open
shared object file: No such file or directory

root@sourcemage:/usr/lib# ldd /usr/bin/wget
libssl.so.0.9.6 => not found
libcrypto.so.0.9.6 => not found
libdl.so.2 => /lib/libdl.so.2 (0x40020000)
libc.so.6 => /lib/libc.so.6 (0x40023000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

After I copy libcrypto.so.0.9.6 and libssl.so.0.9.6 from
/var/cache/sorcery/openssl-0.9.6h-i686-pc-linux-gnu.tar.bz2,
wget was all right again:
root@sourcemage:/usr/lib# ls -l *0.9.6*
-r-xr-xr-x 1 root root 902709 Jan 7 00:40 libcrypto.so.0.9.6
-r-xr-xr-x 1 root root 219265 Jan 7 00:40 libssl.so.0.9.6

So, sorcery could allow installing two version of libraries: new one and
binary files from older one, if it is fitting.
It could probably solve probles like this:
new gpa depends on new gpgme, but most of spells depended on gpgme needs old
version of gpgme, so we can only install old gpa.
If we had two versions of libraries installed, we could use old ones and new
ones versions concurrently.

- lace -





Archive powered by MHonArc 2.6.24.

Top of Page