• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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