tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

unsatisafied link error:libHelloWorld.so: cannot dynamically load executable #142

Closed sonbho closed 3 years ago

sonbho commented 6 years ago

Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/manbub1/sonali/libHelloWorld.so: /home/manbub1/sonali/libHelloWorld.so: cannot dynamically load executable at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851) at java.lang.Runtime.load0(Runtime.java:795) at java.lang.System.load(System.java:1062) at HelloWorld.(HelloWorld.java:6)

facundominguez commented 6 years ago

Hello @sonbho. It will be difficult to help you unless we have most of the details of how libHelloWorld.so has been created.

Did the hello example work for you? https://github.com/tweag/sparkle/blob/master/README.md

facundominguez commented 3 years ago

Closing due to inactivity. But please, feel free to reopen.