LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cant install libssl.so.4 (https://www.linuxquestions.org/questions/linux-newbie-8/cant-install-libssl-so-4-a-241483/)

tleviathan 10-11-2004 05:27 PM

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?

Harpune 10-11-2004 06:08 PM

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.

tleviathan 10-12-2004 03:26 PM

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...

Harpune 10-12-2004 04:08 PM

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.

tleviathan 10-13-2004 11:13 AM

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?

flapane 11-05-2004 07:48 AM

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


All times are GMT -5. The time now is 06:42 PM.