Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Running a perl 5.8.6 CentOS 6-compiled app on a CentOS 8 platform

by salva (Canon)
on Nov 17, 2020 at 21:50 UTC ( [id://11123759]=note: print w/replies, xml ) Need Help??


in reply to Running a perl 5.8.6 CentOS 6-compiled app on a CentOS 8 platform

What happens when you run that perl interpreter at /usr/local/ese/bin/perl? For instance:
$ /usr/local/ese/bin/perl -V

BTW, the error wrong ELF class: ELFCLASS32 probably means you are trying to dynamically link a 32 bit library into a 64 bit process.

In any case, getting something so old to work in a new OS is going to be... interesting! In your place, I would probably take the virtualization route, trying to move the old OS into an LXC container, properly secured and running in the new machine. Though, that's not going to be easier either, even if the kernel has a really quite stable API/ABI, after so long, some incompatibilities are probably going to pop up. In the worst case, you can go for full virtualization.

Replies are listed 'Best First'.
Re^2: Running a perl 5.8.6 CentOS 6-compiled app on a CentOS 8 platform
by davebaker (Pilgrim) on Nov 18, 2020 at 14:35 UTC
    $> /usr/local/ese/bin/perl -V $> /usr/local/ese/bin/perl: error while loading shared libraries: libn +sl.so.1: cannot open shared object file: No such file or directory
      yum provides '*/libnsl.so.1'

      This is more of a sysadmin problem than a perl problem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11123759]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 12:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found