Migration Toolkit: glibc version

Discussion in 'Plugins/Modules/Addons' started by pr0be, Feb 17, 2025.

  1. pr0be

    pr0be New Member

    We purchased a license for the Migration Toolkit to migrate two old servers to new ones. One of the existing servers is running Debian 5 (lenny) and the other is running Debian 7 (wheezy). In both of them the "migrate" script does not run because of incompatibilities between Ioncube Loader and Glibc:

    Code:
    # ./migrate
    
    Failed loading /root/migration/conf/php/ioncube/ioncube_loader_lin_5.2.so:  /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by /root/migration/conf/php/ioncube/ioncube_loader_lin_5.2.so)
    Could not open input file: /root/migration/v5/migrate.php
    
    In the server running Debian 7 we managed to run the script by first upgrading to Debian 8. But for the server running Debian 5 we would like to not upgrade it.

    Is there a way to run the migration script without upgrading Debian on the source server?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    mccharlet likes this.

Share This Page