Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Vendor program can't load *.so file after OS patching

by c01362 (Initiate)
on Dec 22, 2019 at 20:53 UTC ( [id://11110522]=note: print w/replies, xml ) Need Help??


in reply to Re: Vendor program can't load *.so file after OS patching
in thread Vendor program can't load *.so file after OS patching

Hello again.

The first person who responded to this thread pointed me in the right direction.

For some odd reason the application was using the OS perl instead of the perl bundled within the app.

The OS perl was a link to a 32-bit version of perl, that's why we got reference to i386 and ELFCLASS error.

We fixed that so the link is now to a 64-bit version of perl.

So now whether the app version or OS version is used, the application should start up fine.

We're still not sure why the app startup chose the OS version over the app version of perl.

The app version is listed first in the PATH environment variable.

Anyway, we have the perl issue figured out and I appreciate the assistance.

Thanks all.

  • Comment on Re^2: Vendor program can't load *.so file after OS patching

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found