Koozali.org: home of the SME Server

How to install openssl-dev

Offline davibou

  • ***
  • 79
  • +0/-0
How to install openssl-dev
« 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

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
How to install openssl-dev
« Reply #1 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

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: How to install openssl-dev
« Reply #2 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
Regards,
William

IF I give advise.. It's only if it was me....

Offline davibou

  • ***
  • 79
  • +0/-0
How to install openssl-dev
« Reply #3 on: January 26, 2007, 01:25:10 AM »
Thanks sounds good for me :))))))

Offline gordonr

  • *
  • 646
  • +0/-0
    • http://www.smeserver.com.au/
Please enable the CentOS base and updates repos
« Reply #4 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.
............