Running on OS 10.10.5 with XQuartz 2.7.7 (but tried 2.7.8, and get same error).

Starting XQuartz gives me the following error (excerpted from lengthy "problem report"):

*********************************************************************
Dyld Error Message:
  Library not loaded: /opt/X11/lib/libfreetype.6.dylib
  Referenced from: /opt/X11/lib/libXfont.1.dylib
Reason: Incompatible library version: libXfont.1.dylib requires version 18.0.0 or later, but libfreetype.6.dylib provides version 17.0.0
************************************************************************
In fact, using `sudo find / -name libfreetype\*` I find several versions of libfreetype in various subdirectories on my machine. Probing each of them with `otool -L`, I find versions 17, 18. and 19 plus some older ones).

I copy the version 18 dylib to /opt/X11/lib; here is the `otool` output:

[summer-5:X11/lib]15 bobw% otool -L ./libfreetype.6.dylib
./libfreetype.6.dylib:
/opt/X11/lib/libfreetype.6.dylib (compatibility version 18.0.0, current version 18.2.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)

Looks pretty clearly to be version 18, yet I still get the version 17 error, as copied above. I also get the "version 17 error" when copy in the dylib which otool shows as version 19.

I'm totally flummoxed.  Can anyone help?

Thanks,

Bob Wohlhueter



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription: 
https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to