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 ...
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.
-- Eero
Thanks.
2010/3/29 Eero Volotinen eero.volotinen@iki.fi
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.
-- Eero _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
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
wow :) that is good thanks
2010/3/29 Kahlil Hodgson kahlil.hodgson@dealmax.com.au
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 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
cahit Eyigünlü wrote:
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 ...
you probably should consult with the plesk documentation on how to properly install that on RHEL 5 (assuming centos 5). as its a commercial product, i'd look for support and documentation from the vendor.
On Mon, 29 Mar 2010, cahit Eyigünlü wrote:
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 ...
Last time I installed Plesk on Centos there were no issues with OpenSSL. Check the documentation on how to install it and be careful to download the right packages.