Skip to content

Instantly share code, notes, and snippets.

@eedrummer
Created August 19, 2009 02:24
Show Gist options
  • Save eedrummer/170118 to your computer and use it in GitHub Desktop.
Save eedrummer/170118 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libjtokyocabinet.1.1.0.dylib: no suitable image found. Did find: /usr/local/lib/libjtokyocabinet.1.1.0.dylib: mach-o, but wrong architecture /usr/local/lib/libjtokyocabinet.1.1.0.dylib: mach-o, but wrong architecture
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1881)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1798)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1047)
at tokyocabinet.Loader.load(Loader.java:41)
at tokyocabinet.HDB.<clinit>(HDB.java:37)
at Blah$.main(Blah.scala:6)
at Blah.main(Blah.scala)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment