google-code-export / nativelibs4java

Automatically exported from code.google.com/p/nativelibs4java
1 stars 1 forks source link

BridJ: dlopen error when loading #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
# BridJ: dlopen error when loading /usr/lib/cardlib.so.1.0 : 
/usr/lib/cardlib.so.1.0: undefined symbol: _ZN9vibusfeed9sendbatchEv
# BridJ: dlopen error when loading /usr/lib/cardlib.so.1.0 : 
/usr/lib/cardlib.so.1.0: undefined symbol: _ZN9vibusfeed9sendbatchEv
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
MainLoader.card_requires_keypad(Lorg/bridj/Pointer;Lorg/bridj/Pointer;)I
    at MainLoader.card_requires_keypad(Native Method)
    at MainLoader.main(MainLoader.java:21)

Please let me know what does mean of undefined symbol: 
_ZN9vibusfeed9sendbatchEv ?

Thanks
-----------

First, have you checked out the FAQ
(http://code.google.com/p/nativelibs4java/wiki/FAQ) and Build instructions
(http://code.google.com/p/javacl/wiki/Build) ?

Have you looked at NativeLibs4Java's user group's archive ?
(http://groups.google.com/group/nativelibs4java)

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

If the JVM crashes, please attach the  hs_err_pidXXX.log crash report file
written by the JVM.

For JavaCL / OpenCL4Java / ScalaCL issues, if the HardwareReport runs fine
(
http://nativelibs4java.sourceforge.net/webstart/OpenCL/HardwareReport.jnlp)
, please attach its HardwareReport.html output file to this issue.

Please provide any additional information below.

Original issue reported on code.google.com by Ajay.jam...@gmail.com on 7 Aug 2012 at 8:42