2013/1/24 Jan Holzhueter <[email protected]> > > Does this mean that a binary linked against s9_preload.so.1 will not > > work on a real Solaris 9 server because this library is only present > > on branded solaris 9 zone ? > > no somewhere is a global LD_PRELOAD so you ldd check is just off > Probably better to check via elfdump. > It's not linked against it. > > Yes you're right, s9_preload.so.1 is not registered as the dependency of the binary. So rather than add this library to the exclude list, I should check that the libraries flagged as unused by ldd are indeed linked against the binary.
I will make that modification. Yann > > Greetings > Jan > > > > _______________________________________________ > maintainers mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/maintainers > .:: This mailing list's archive is public. ::. >
_______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
