Re: Library problem
Re: Library problem
- Subject: Re: Library problem
- From: Martin Costabel <email@hidden>
- Date: Thu, 04 Sep 2008 12:31:14 +0200
Harald Hanche-Olsen wrote:
[]
Apparently, /usr/lib/libutil1.0.dylib is missing or corrupt.
More likely, old. Otherwise the error message would be different.
You could try this command:
; cksum /usr/lib/libutil1.0.dylib
3370680507 110592 /usr/lib/libutil1.0.dylib
Don't rely on checksums, they can change even during installation (mine
is different from yours, for example). What is important is the correct
compatibility_version 1.0.0:
% otool -L /usr/lib/libutil.dylib
/usr/lib/libutil.dylib:
/usr/lib/libutil.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.0.0)
If it is really 0.0.0, then the system is indeed not installed
correctly. The error could also be caused by setting DYLD_LIBRARY_PATH
to some place where an old libutil is hiding.
--
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden