• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Problems installing (Wrong perl version)

V

Vane

Guest
Hi,

At the moment I'm trying to install Plesk 7.5 Reloaded on 2 FreeBSD 5.3 boxes.

With the standard FreeBSD install and perl (5.5, right?) I can't install Plesk (wrong perl version).

So I've upgraded the whole system with CVSUP/Portupgrade. Make deinstall of the old perl and recompiled perl so I've got perl 5.8.7 on my system.

Still Plesk won't install... Because Plesk requires 5.8.6.

What can I do to get easly back to 5.8.6 so I can install PSA 7.5.3?
 
I would

deinstall the current perl

download the source code for 5.8.6 and compile and install it that way.


Ports is great, but it likes to use the most up to date software as possible, in some cases like this its not always the favourable option.
 
In the ports tree for 4.9, ther'es a perl5 and perl 5.8 tree. make sure you're in the right one.

Also, you might check and see if you have the other installed, but just not using it. You can do this via 'use.perl' and choose between system and port. Switch between and then do a perl -v.

btw
MAKE SURE YOUR PSA SOFTWARE IS STOPPED BEFORE MESSING WITH PERL. Database tearing will occur if you have any sort of traffic going on.
 
Back
Top