Yesterday I was updating the texmac program through fink, when I suddenly had a hard crash. After reboot I resumed the update but then I was unable to use X11. This is the message sent to the console everytime I try to launch X11:
dyld: /Applications/Utilities/X11.app/Contents/MacOS/X11 version mismatch for library: /usr/X11R6/lib/libfreetype.6.dylib (compatibility version of user: 6.3.0 greater than library's version: 6.2.0)
it turns out I have three libfreetype.*.dylib files and a hard link:
[iiwi:/usr/X11R6/lib] jorge% ls -l libfreetype.*
-rw-r--r-- 1 root admin 271336 19 Nov 15:05 libfreetype.6.2.dylib
-rw-r--r-- 1 root wheel 308648 27 Sep 04:29 libfreetype.6.3.dylib
-rw-r--r-- 1 root admin 271336 19 Nov 15:21 libfreetype.6.dylib
-rw-r--r-- 1 root wheel 398036 14 Sep 20:34 libfreetype.a
lrwxr-xr-x 1 root wheel 21 19 Nov 15:53 libfreetype.dylib -> libfreetype.6.3.dylib
I tried to rename libfreetype.6.2.dylib, but that didn't work. Any ideas?
thanks,
Jorge
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
