On Thu, Jan 03, 2008 at 02:36:43PM -0500, Jim Connors wrote: > Thanks Danek for your explanation. I would imagine handling dependencies > for primordial packages is quite tricky.
Yeah. It's not clear to me that there can be a good solution for this. > Just curious, with regards to ELF files, is it currently possible recognize > library dependencies that are dynamic (i.e. those accessed via dlopen())? Nope. Just what's in DT_NEEDED, including lazy dependencies, which may or may not be correct. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
