• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Plesk 11.0.9 Migration & Transfer Manager failed

TarasS

Basic Pleskian
My Plesk panel version 11.0.9 in Migration & Transfer Manager always failed with the following error:

<?xml version="1.0" encoding="UTF-8"?>
<restore status="error" log-location="">
<deploy status="error" log-location="">
<message code="" severity="error" id="">
<description>List::Util object version 1.21 does not match bootstrap parameter 1.25 at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/XSLoader.pm line 94.
Compilation failed in require at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/Util.pm line 11.
Compilation failed in require at /usr/lib/perl5/vendor_perl/5.8.8/Error.pm line 46.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Error.pm line 46.
Compilation failed in require at /usr/local/psa/admin/bin/plesk_agent_manager line 52.
BEGIN failed--compilation aborted at /usr/local/psa/admin/bin/plesk_agent_manager line 52.
</description>
</message>
</deploy>
</restore>

How can I fix it?

# perl -v
This is perl, v5.8.8 built for x86_64-linux-thread-multi

# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.9 (Tikanga)
 
Thank you for your help, abdi.
I have tried to follow your recomendations, but I am having error during make:
libperl.a(pp.o): In function `Perl_pp_int':
pp.c:(.text+0x9681): undefined reference to `floor'
pp.c:(.text+0x96b5): undefined reference to `ceil'
libperl.a(pp.o): In function `Perl_pp_sqrt':
pp.c:(.text+0x9825): undefined reference to `sqrt'
libperl.a(pp.o): In function `Perl_pp_log':
pp.c:(.text+0x9924): undefined reference to `log'
libperl.a(pp.o): In function `Perl_pp_exp':
pp.c:(.text+0x9a95): undefined reference to `exp'
libperl.a(pp.o): In function `Perl_pp_cos':
pp.c:(.text+0x9da5): undefined reference to `cos'
libperl.a(pp.o): In function `Perl_pp_sin':
pp.c:(.text+0x9ef5): undefined reference to `sin'
libperl.a(pp.o): In function `Perl_pp_atan2':
pp.c:(.text+0xa0c5): undefined reference to `atan2'
libperl.a(pp.o): In function `Perl_pp_modulo':
pp.c:(.text+0xc64f): undefined reference to `floor'
pp.c:(.text+0xc697): undefined reference to `fmod'
pp.c:(.text+0xc8a5): undefined reference to `floor'
libperl.a(pp.o): In function `Perl_pp_pow':
pp.c:(.text+0xca48): undefined reference to `pow'
libperl.a(pp_pack.o): In function `S_pack_rec':
pp_pack.c:(.text+0x258b): undefined reference to `floor'
pp_pack.c:(.text+0x25cd): undefined reference to `floor'
collect2: ld returned 1 exit status
make: *** [miniperl] Error 1

I do not know how to fix it
 
Back
Top