Justin Walker wrote:
Hi, all,

I've got ethereal installed on two 10.2.3 systems, and the binaries are bit-for-bit identical. If I run the binary on one system, it works; on the other, it fails, claiming

dyld: /usr/local/bin/ethereal version mismatch for library: /usr/lib/libz.1.dylib (compatibility version of user: 1.1.3 greater than library's version: 1.0.0)
Since you don't say what otool -L has to report about the binary, one can only try to guess wildly: My first guess is that on system 2 where it works you have an old fink zlib-1.1.3 package from pre-Jaguar days hanging around, and your binary was compiled on this machine, so it picked the old /sw/lib/libz.1.1.3.dylib up which has the wrong compatibility version.

What's strange is that fink's official version of zlib for 10.1 is 1.1.4 and has compatibility version 1.1.4. So if my guess is true, you must have left fink rotting for a couple of months before Jaguar came out.

--
Martin






-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Reply via email to