Show Ticket

Status: closed, reported by duy on 2010-11-27 (other)

Got a problem when launching TextMate from Terminal

I got this problem when trying to open text mate via Terminal. Although it can run and open file normally, the Terminal produce the following error:
==============================
$ mate abc.txt
2010-11-27 11:39:15.310 mate[1948:903] Error loading /Library/Frameworks/EWSMac.framework/EWSMac16777503:  dlopen(/Library/Frameworks/EWSMac.framework/EWSMac16777503, 265): Library not loaded: /usr/lib/libcrypto.0.9.dylib
  Referenced from: /Library/Frameworks/EWSMac.framework/EWSMac16777503
  Reason: no suitable image found.  Did find:
/usr/lib/libcrypto.0.9.dylib: mach-o, but wrong architecture
/usr/lib/libcrypto.0.9.dylib: mach-o, but wrong architecture
Note added by Allan Odgaard on 2010-11-27 08:34:06

Try make a backup of /Library/Frameworks/EWSMac.framework and then remove it.

This is a third party library (from eSellerate) and it looks like you have a version installed which is not compatible with the rest of your system (probably it’s for PPC).

Note added by duy on 2010-11-27 08:37:01

You're right...Removing the folder fixed the problem. Thanks a lot!