steffenz

Resolved issue

Feb 21st, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. I finally figured it out - been at it for hours!
  2. With the default packages openssl won't update to the latest required version - this is how I got past it.
  3.  
  4. First I installed the Axivo package:
  5.  
  6. rpm -ivh --nosignature http://rpm.axivo.com/redhat/axivo-release-6-1.noarch.rpm && rpm -ihv http://centos.alt.ru/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm
  7.  
  8. Then, updated yum
  9.  
  10. yum update -y
  11.  
  12. (Source: http://dynaboot.com/blog/creating-rpm-package/)
  13.  
  14. Next, I enabled the repo with this command:
  15.  
  16. yum --enablerepo=axivo clean all
  17.  
  18. Finally I updated openssl
  19.  
  20. yum --enablerepo=axivo update openssl*
  21.  
  22. (Source: https://www.axivo.com/resources/openssl-setup.2/update?update=3)
  23.  
  24. Installing proftpd with yum install proftpd finally worked now. After frekin' hours. Hopefully this helps somebody else - I tried to include most of the search terms that I used throughout the night.
  25.  
  26. Fantastic!
Advertisement
Add Comment
Please, Sign In to add comment