Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by shadowsong (Pilgrim)
on Dec 21, 2019 at 00:40 UTC ( [id://11110463]=note: print w/replies, xml ) Need Help??


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

Hi c01362

How are you launching the app? What user are you launching the app as?

What's the output of which perl when it's run as said user?

Cheers,
Shadowsong

Replies are listed 'Best First'.
Re^2: Vendor program can't load *.so file after OS patching
by c01362 (Initiate) on Dec 22, 2019 at 20:53 UTC
    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.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-18 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found