• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

httpd-devel on Centos 5 error

Same issue

Panel version: 11.0.9 Update #36
OS: CentOS 5.8 (Final)

I have this installed:

httpd.x86_64 1:2.2.22-12070410

possible to get compatable httpd-devel package?
 
I am having difficulties installing httpd-devel. Can I get some help in doing so? Thanks.

Panel Version: 11.0.9 Update #42
OS: CentOS 5.8 (Final)
httpd Version: httpd-2.2.22-12053112.x86_64
 
#get apache version
yum list | grep httpd

#get according package set from plesk
mkdir APACHE_2.2.22
rsync -avu rsync://rsync.autoinstall.plesk.com/autoinstall/APACHE_2.2.22/ ./APACHE_2.2.22/

#get dependancies
wget http://mirror.euserv.net/plesk/APAC...x86_64/packages/apr-1.4.6-12070410.x86_64.rpm (if needed)
wget http://mirror.euserv.net/plesk/APAC...4/contrib/apr-devel-1.4.6-12070410.x86_64.rpm
wget http://mirror.euserv.net/plesk/APAC...trib/apr-util-devel-1.4.1-12051419.x86_64.rpm

#install everything
rpm -Uvh APACHE_2.2.22/apr-devel-1.4.6-12070410.x86_64.rpm
rpm -Uvh APACHE_2.2.22/apr-util-devel-1.4.1-12051419.x86_64.rpm
rpm -Uvh APACHE_2.2.22/dist-rpm-CentOS-5-x86_64/contrib/httpd-devel-2.2.22-12070410.x86_64.rpm


remember to look for packages by version id (or whatever that is). In your case its: 12053112
 
By installing these packages is it likely that I will break my current installation and currently hosted sites?
 
I doubt so. Didn't break for me. Just remember dont blindly copy paste the commands I wrote - find packages that fit your package id.
 
Back
Top