• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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