On Wed, 2003-08-06 at 13:39, Tom Foottit wrote:
On my RedHat 9 system (the RPMs were built on RedHat 9): [EMAIL PROTECTED] tom]$ ls -al /usr/lib/libgal-2.0.so.3 lrwxrwxrwx 1 root root 19 Jul 29 22:15 /usr/lib/libgal-2.0.so.3 -> libgal-2.0.so.3.1.0 [EMAIL PROTECTED] tom]$ rpm -qf /usr/lib/libgal-2.0.so.3.1.0 libgal2.0_3-1.99.7-0.ximian.6.2 [EMAIL PROTECTED] tom]$ ls -al /lib/libcrypto.so.4 lrwxrwxrwx 1 root root 19 Apr 10 22:11 /lib/libcrypto.so.4 -> libcrypto.so.0.9.7a [EMAIL PROTECTED] tom]$ rpm -qf /lib/libcrypto.so.0.9.7a openssl-0.9.7a-2 If you have those packages installed then you should have those libraries in place. Failing that you could try and create the symlinks yourself. Let me know if that helps. Tom On Wed, 6 Aug 2003, Kelly Whitaker wrote: > Hello, > > I downloaded these rpms: mulitsync-0.80-1.i386.rpm, > multisync-evoultion-0.80.1.i386.rpm and multisync-opie-0.80-1.i386.rpm. > > The multisync-0.80 installed great and it comes up with no problems. > When I tried to install the other 2 I get dependency problems. For > Evolution I need libgal-2.0.so.3 and for opie I need libcrypto.so.4. > I'm using RHs latest kernel. I've tried making links in /usr/lib and > I've tried installing the libgal-devel (which had even more depedency > issues). I can't find these specific lib files anywhere. I also > downloaded OpenSSL to see if I could get libcrypto from that tar ball. > Nothing has worked so far. > > Please help! > Kelly >
