LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-11-2004, 05:27 PM   #1
tleviathan
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Rep: Reputation: 0
cant install libssl.so.4


Hi,
i am trying to install a dc client but it need some libraries. at the begining it wrote:
Quote:
Some of packages were unable to install:
dclib-0.3.2-1.i386 (bacause of libssl.so.4).
Does anybody know how to install it,
i downloaded the openssl package, in the install file there are commands:
Code:
./configure
make
make test
make install
i have never install anything on the linux and i have mandrakelinux installed.

does anybody help with that?
 
Old 10-11-2004, 06:08 PM   #2
Harpune
Member
 
Registered: Sep 2002
Location: Seattle, WA
Distribution: Ubuntu
Posts: 101

Rep: Reputation: 15
Hey,

Have you tried finding an RPM for openssl yet? RPMs are generall easier to install as they usually only require one command and don't involve any compiling.

there is an openssl RPM at http://rpmfind.net//linux/RPM/mandra...2mdk.i586.html to install it you would type (as root) 'rpm -ivh openssl-0.9.7b-4.2.92mdk.i586.rpm'

Having said that you can also compile and install the package you have:

Installing software on linux for hte first time can be a pretty tricky task. Once you get used to it, thought, it gets a lot easier. I am assuming that you have downloaded a standard tarball (.tar.gz or .tar.bz2 extension). The steps for installing software like this are pretty straightforward, but confusing for first timers.

Since you can read the INSTALL file, I assume you already know how to unpack the file, right? I would unpack the file in /usr/src or some place in your home directory. Then you will need to open a command line and move into the directory that you unpacked the file into (/usr/src/openssl or /home/<you>/openssl). The most important thing to remember is that you have to be root to perform the installation steps (type 'su' to become root).

In the openssl/ directory:

type 'make'

This will compile the sources in the package and create binaries that can be installed.

type 'make test'

This step isn't necesarry except that it is a safe guard to make sure the binaries are in good condition and work.

type 'make install'

This copies the binaries that you have compiled into place where they will work.
 
Old 10-12-2004, 03:26 PM   #3
tleviathan
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
thanks for your replay, but...i did what you wrote [...you would type (as root) 'rpm -ivh openssl-0.9.7b-4.2.92mdk.i586.rpm'.] and it failed.
there is what it wrote:
==================
[root@142687 tmp]# rpm -ivh openssl-0.9.7b-4.2.92mdk.i586.rpm
warning: openssl-0.9.7b-4.2.92mdk.i586.rpm: V3 DSA signature: NOKEY, key ID 2245 8a98
error: Failed dependencies:
libopenssl0.9.7 = 0.9.7b-4.2.92mdk is needed by openssl-0.9.7b-4.2.92mdk
[root@142687 tmp]#
[root@142687 tmp]# rpm -ivh openssl-0.9.7b-4.2.92mdk.i586.rpm
warning: openssl-0.9.7b-4.2.92mdk.i586.rpm: V3 DSA signature: NOKEY, key ID 2245 8a98
error: Failed dependencies:
libopenssl0.9.7 = 0.9.7b-4.2.92mdk is needed by openssl-0.9.7b-4.2.92mdk
[root@142687 tmp]#
==================
I have no idea what was wrong...
 
Old 10-12-2004, 04:08 PM   #4
Harpune
Member
 
Registered: Sep 2002
Location: Seattle, WA
Distribution: Ubuntu
Posts: 101

Rep: Reputation: 15
Probably the biggest problem with rpms is the lack of dependecy resolution. It looks like this package requires at least on dependency that you don't have installed:

error: Failed dependencies:
libopenssl0.9.7 = 0.9.7b-4.2.92mdk is needed by openssl-0.9.7b-4.2.92mdk

Heading back on over to rpmfind.net, I found this package for libssl: http://rpmfind.net//linux/RPM/mandra...3mdk.i586.html

It is possible, even likely, that you will need more depencendies than this, rpmfind is a good place to search for rpm packages to install. Make sure you get i586 packages for mandrake if you download any from that site.

Hope that helps.
 
Old 10-13-2004, 11:13 AM   #5
tleviathan
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Well, thanks a lot,

i did it but.... i don't know where a have installed that program. i clicked on that icon 'dcgui....rpm' the installation started and and how it started so it ended. it showed 'installation complete' and thats all...

So, where am i supposed to look for that program?
 
Old 11-05-2004, 07:48 AM   #6
flapane
LQ Newbie
 
Registered: Nov 2004
Location: Naples, ITA
Distribution: U-dapper
Posts: 3

Rep: Reputation: 0
I try to install openssl etc etc but I have the same error of theviathan:
Failed dependencies etc etc
I download the libopenssl0.9.7-0.9.7c-3mdk RPM for i586 but, when I try to install it, I read:
[root@localhost Desktop]# rpm -ivh libopenssl0.9.7-0.9.7b-4.2.92mdk.i586.rpm
warning: libopenssl0.9.7-0.9.7b-4.2.92mdk.i586.rpm: V3 DSA signature: NOKEY, key ID 22458a98
Preparing... ########################################### [100%]
package libopenssl0.9.7-0.9.7c-2mdk (which is newer than libopenssl0.9.7-0.9.7b-4.2.92mdk) is already installed
file /usr/lib/libcrypto.so.0.9.7 from install of libopenssl0.9.7-0.9.7b-4.2.92mdk conflicts with file from package libopenssl0.9.7-0.9.7c-2mdk
file /usr/lib/libssl.so.0.9.7 from install of libopenssl0.9.7-0.9.7b-4.2.92mdk conflicts with file from package libopenssl0.9.7-0.9.7c-2mdk
[root@localhost Desktop]# rpm -ivh libopenssl0.9.7-0.9.7c-3mdk.i586.rpm
Preparing... ########################################### [100%]
file /usr/lib/libcrypto.so.0.9.7 from install of libopenssl0.9.7-0.9.7c-3mdk conflicts with file from package libopenssl0.9.7-0.9.7c-2mdk
file /usr/lib/libssl.so.0.9.7 from install of libopenssl0.9.7-0.9.7c-3mdk conflicts with file from package libopenssl0.9.7-0.9.7c-2mdk

plz help..
I have mdk10
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
libssl.so.0.9.7 ultrashawn Linux - Newbie 3 02-04-2005 01:09 AM
libssl.so.2 and nessus rid00z Linux - Software 1 09-22-2003 09:19 PM
LibSSL jadukor_bd Linux - Software 2 09-18-2003 02:11 PM
libcrypto and libssl Ju Deddo Koinu Linux - Software 1 05-01-2003 10:54 PM
Openssl does not install libssl.so ninen Linux - Software 2 03-25-2003 02:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration