LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   libssl.so.0.9.7 (https://www.linuxquestions.org/questions/linux-newbie-8/libssl-so-0-9-7-a-285081/)

ultrashawn 02-01-2005 06:16 PM

libssl.so.0.9.7
 
hey, after downloading gkrellm I tried to install it but got a failed dependency for libssl.so.0.9.7 so I searched the internet and downloaded openssl-0.9.7a-35.1.i386.rpm. After downloading this I tried installing both using YAST and from the terminal (I am using Suse 9.2) however from the terminal I got failed dependencies and YAST just closed after I opened the file. After trying this I soon then got other errors happening such as having problems with programs that had always worked before. For example when trying to use Wget I received this error

Wget: error while loading shared libraries: libssl.so.0.9.7: cannot open sharedobject file: No such file or directory

also when trying to open ooffice I recieve this error
/usr/lib/ooo-1.1/program/soffice.bin: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory


Also when trying strace on wget I recieve this error (this is only the end of the error because the actual error is 60+ lines

stat64("/usr/lib/i686", 0xbfffe8e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tm/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tm", 0xbfffe8e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/libssl.so.0.9.7", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=25816, ...}) = 0
writev(2, [{"wget", 4}, {": ", 2}, {"error while loading shared libra"..., 36},{": ", 2}, {"libssl.so.0.9.7", 15}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10wget: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file:No such file or directory
) = 119

Any help would be greatly appreciated becasue I have been having this problem for several weeks and after searching this site and google and reading a number of articles I still have not been able to figure it out

pvs 02-02-2005 12:47 AM

what says "rpm -i openssl-0.9.7a-35.1.i386.rpm" in console ?

ultrashawn 02-03-2005 09:25 PM

When trying to do that I get

linux:/home/sandes # rpm -i openssl-0.9.7b-1.i386.rpm
error: Failed dependencies:
perl(getopts.pl) is needed by openssl-0.9.7b-1

I also tried downloading another rpm of openssl-0.9.7 and when trying to install that I get

sandes@linux:~> rpm -i openssl-0.9.7a-35.1.i386.rpm
warning: openssl-0.9.7a-35.1.i386.rpm: V3 DSA signature: NOKEY, key ID ac64a5d1
error: Failed dependencies:
libgssapi_krb5.so.2 is needed by openssl-0.9.7a-35.1
libk5crypto.so.3 is needed by openssl-0.9.7a-35.1
libkrb5.so.3 is needed by openssl-0.9.7a-35.1

pvs 02-04-2005 01:09 AM

In the first package perl is needed for some scripts, so if you don't need to configure access to your comp via SSH or something like that you can install it by typing

rpm -i openssl-0.9.7b-1.i386.rpm --nodeps

or you can install(reinstall?) perl.

To resolve dependencies of 0.9.7a you need kerberos v5. Possible names of packages are krb5-*.rpm libkrb5-*.rpm heimdal-*.rpm . You can try to find it on http://rpmfind.net


All times are GMT -5. The time now is 01:55 PM.