Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: davibou on January 24, 2007, 04:41:34 PM

Title: How to install openssl-dev
Post by: davibou on January 24, 2007, 04:41:34 PM
After a yum install it seem that there is a failled dependencies

Code: [Select]

 yum --enablerepo=base install openssl-devel
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package openssl-devel.i586 0:0.9.7a-43.10 set to be updated
--> Running transaction check
--> Processing Dependency: zlib-devel for package: openssl-devel
--> Processing Dependency: openssl = 0.9.7a-43.10 for package: openssl-devel
--> Processing Dependency: krb5-devel for package: openssl-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package krb5-devel.i386 0:1.3.4-33 set to be updated
---> Package zlib-devel.i386 0:1.2.1.2-1.2 set to be updated
---> Package openssl.i586 0:0.9.7a-43.10 set to be updated
--> Running transaction check
--> Processing Dependency: e2fsprogs-devel for package: krb5-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package e2fsprogs-devel.i386 0:1.35-12.4.EL4 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 openssl-devel           i586       0.9.7a-43.10     base              1.6 M
Installing for dependencies:
 e2fsprogs-devel         i386       1.35-12.4.EL4    base              481 k
 krb5-devel              i386       1.3.4-33         base              819 k
 openssl                 i586       0.9.7a-43.10     base              1.1 M
 zlib-devel              i386       1.2.1.2-1.2      base               89 k

Transaction Summary
=============================================================================
Install      5 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 4.0 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test


Transaction Check Error:   package openssl-0.9.7a-43.14 (which is newer than openssl-0.9.7a-43.10) is already installed


How can i install openssl-dev ? ( think open-ssl was upgraded by the last update 7 -> 7.1)

Regards David
Title: How to install openssl-dev
Post by: SARK devs on January 25, 2007, 10:45:03 PM
Quote
How can i install openssl-dev ? ( think open-ssl was upgraded by the last update 7 -> 7.1)


Er...

Looks like you need 0.9.7a-43.14 which you can find here...

http://rpmfind.net/linux/RPM/ASP/i386/updates/10.1/i386/openssl-devel-0.9.7a-43.14asp.i386.html

Kind Regards

Selintra
Title: Re: How to install openssl-dev
Post by: william_syd on January 25, 2007, 11:44:38 PM
Quote from: "davibou"


How can i install openssl-dev ?

Regards David


Try...

Code: [Select]
yum --enablerepo=base --enablerepo=updates install openssl-devel
Title: How to install openssl-dev
Post by: davibou on January 26, 2007, 01:25:10 AM
Thanks sounds good for me :))))))
Title: Please enable the CentOS base and updates repos
Post by: gordonr on January 27, 2007, 10:08:37 PM
Quote from: "davibou"
Thanks sounds good for me :))))))


The CentOS base and updates repos are enabled by default in 7.1, but they will not be forced to enabled for upgrades from 7.0 to 7.1 as doing so may cause pain for people who intentionally disable them.

Please ensure that you have updated to 7.1 and unless you have a good reason to do otherwise, please enable the CentOS base and updates repos.