Re: Autopackage 1.3.0 RC1
"Jan Niklas Hasse" <[email protected]> Thu, 25 Sep 2008 20:47:59 +0200
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 25, 2008 at 8:40 PM, Isak Savo <[email protected]> wrote: > One was /lib/libc.so.6 and the other, IIRC was /lib/tls/i686/cmov/libc.so.6 > > They *are* different files (according to diff and ls) but I've no idea > what the difference is > > It's easy to fix this one, but I'm not sure which fix to do.. > * just take the first entry returned by _getLibraryPaths > * take both and merge the result of dumpverdefs for both (all) of > these libraries > * figure out which one is the real one (the one that will be used by > the program in the package) and use that one Is there a difference in the output of dumpverdefs for both? If there isn't, i would suggest using the first way, because that's the easiest one :) I read in the TODO file, that we should switch to something with dlopen anyway. I don't know if that's actually possible.