• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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