• 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.

FreeBSD Perl5.8.8 problem

D

deneme

Guest
localhost# sh psa_v8.0.0_build80060329.13_os_FreeBSD_6.0_i386.sh
bsdtar 1.02.023, libarchive 1.02.026
Use gtar
/usr/local/bin/gtar
bsdtar 1.02.023, libarchive 1.02.026
Use gtar
/usr/local/bin/gtar
To continue installing, you should install Perl 5.008008 (you have Perl 5.008007 installed)

Solution is here.

cd /usr
rm -R ports
fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
tar zxvf ports.tar.gz && rm ports.tar.gz

cd /usr/ports/lang/perl5.8
make deinstall
make reinstall
 
The copy of Plesk 8 I downloaded for 5.3 comes with the correct version of perl, you should remove the old one using pkg_delete and use pkg_add to install the new version.
 
Back
Top