This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt
Date 2016-02-26.00:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456446295.38.0.740920422725.issue26439@psf.upfronthosting.co.za>
In-reply-to
Content
FYI: getting objdump is not too hard...

root@x064:[/data/prj/gnu/binutils-2.25.1]v/null /usr/lib/libcrypto.a         <
In archive /usr/lib/libcrypto.a:

libcrypto.so:     file format aixcoff-rs6000


libcrypto.so.0.9.8:     file format aixcoff-rs6000


libcrypto.so.1.0.0:     file format aixcoff-rs6000


libcrypto64.so:     file format aix5coff64-rs6000


libcrypto64.so.0.9.8:     file format aix5coff64-rs6000


libcrypto64.so.1.0.0:     file format aix5coff64-rs6000

But ldconfig (as a command within glibc) will be a real headache - and I would home unnecessary.

In closing, I hope the AIX command /usr/bin/dump will be adequate as an alternative of objdump.

Where I am still a bit lost is with the "open", i.e. _dlopen(). Suggestions/hints for debugging are welcome.
History
Date User Action Args
2016-02-26 00:24:55Michael.Feltsetrecipients: + Michael.Felt
2016-02-26 00:24:55Michael.Feltsetmessageid: <1456446295.38.0.740920422725.issue26439@psf.upfronthosting.co.za>
2016-02-26 00:24:55Michael.Feltlinkissue26439 messages
2016-02-26 00:24:55Michael.Feltcreate