On 03/29/2010 05:38 PM, Eero Volotinen wrote:
2010/3/29 cahit Eyigünlü cahit.eyigunlu@gmail.com:
i am trying to install plesk but my cent os has a newer version of open ssl that is why my setup is interrupting, how could i remove open ssl ? i tryed yum remove openssl but it encounter lots of errors i want to remove only the open ssl not the related files like wget networkmanager ...
well, you can't do that without breaking the your centos installation.
you could try
yum downgrade openssl-X.Y.Z-W
to downgrade to an earlier version which _may_ keep the rest of your installation happy.
you can look for earlier version with
yum --showduplicates list openssl
downgrading openssl may make things less secure though YMMV.
Kal