LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Downgrading openssl on Centos (https://www.linuxquestions.org/questions/linux-newbie-8/downgrading-openssl-on-centos-834840/)

onesikgypo 09-27-2010 07:29 PM

Downgrading openssl on Centos
 
Hi,

I recently just installed centos, but it appears that when i installed it v 0.9.8e was installed consequently, all the lib's etc. are /lib/libssl.so.0.9.8e instead of an ordinary /lib/libssl.so.0.9.8 etc. and this is causing some problems for me, as programs are looking for /lib/libssl.so.0.9.8, and even if i symlink/copy/move /lib/libssl.so.0.9.8e to /lib/libssl.so.0.9.8 there are still some errors occurring.

I had been reading that supposedly yum is meant to have a "yum downgrade" option, however it doesnt appeart o be recognised when i run it on my centos server.

Any assistance wouldbe greatly appreciated.

indienick 09-27-2010 07:36 PM

I will look into downgrading OpenSSL on CentOS, but in the meantime, have you read the yum manpage?
Code:

$ man yum
EDIT:

I found this for you on ServerFault. Basically, here is the command you are looking for:
Code:

# yum --allow-downgrade install desired_openssl_package

onesikgypo 09-27-2010 08:51 PM

Hi,

Unfortunately this did not work for me:

Code:

Command line error: no such option: --allow-downgrade


All times are GMT -5. The time now is 07:41 PM.