• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Plesk8 doesn't recognize Perl 5.8.8 install on FreeBSD 6.0

W

whammond

Guest
The install program requires Perl 5.8.8. FreeBSD 6.0 install 5.8.7.
After installing Perl 5.8.8 (no errors).
the PSA install script still doesn't see Perl 5.8.8.
What do I need to do next...?
 
You probably have both 5.8.7 and 5.8.8 installed.

Do a perl -v and see what you get.

De-install perl5.8.7 (which, I believe, isn't installed by default, but is the version in the ports collection, so something else probably installed it).

You should be able to do this using "pkg_delete perl-5.8.7"

Then, update your ports tree using cvsup (I usually install cvsup-without-gui via a pkg_add to the FreeBSD ftp site).

Now, install perl-5.8.8 from the ports collection.

I've found that if you don't install 5.8.8 from the ports collection and try to do it from source, Plesk has problems finding files it needs.

Oh, and if it were me (but I'm anal), I'd blow the entire machine out and start from scratch. And I'd do the following:

Install FreeBSD 6.0
Rebuild Kernel
grab cvsup-without-gui from packages.
update ports collection
install perl-5.8.8
install latest stable openssl from ports
install whatever else you want
install Plesk.

But that's me.
 
Anal is good....

First, thank you for responding.

More important, thank you particulary for taking the time to lay out the steps, that is all too rare.

It worked perfectly, the server is up and running.

One mistake I made, you are right that Perl 5.8.7 doesn't automatically install, but I was installing Mozilla with installed Perl as a dependency.
 
Back
Top