On Fri, Apr 23, 2010 at 12:50 PM, Darin Perusich <[email protected]> wrote: > Hello, > > I'm testing a new Amanda package and all the apps are core dumping and > for some reason they are opening both the 32 and 64bit > libgthread-2.0.so.0 libraries. Has anyone ever seen this or have any > idea why it might be happening?
I believe that LD_DEBUG=files /run/your/app lets you know exactly why a particular shared lib is loaded. it might be that two different components of your dependancy tree, are pulling in two different versions of the "same" library? _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
