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.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.