Hi,

I got past that compiler error and now when I try to run the program on
ubuntu with generate JNI files I end up getting the following exception...


Exception in thread "main" java.lang.UnsatisfiedLinkError:
/home/xn/temp/jnilibs/libfastbitjni.so.0.0.0: libfastbit.so.0: cannot open
shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1732)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1028)
    at gov.lbl.fastbit.FastBit.<clinit>(FastBit.java:188)
    at
com.tubemogul.rtb.bitmaps.lab.FastBitMain.testQueries(FastBitMain.java:45)
    at com.tubemogul.rtb.bitmaps.lab.FastBitMain.main(FastBitMain.java:143)


Here are the JNI files and I assure you that they are on the right path.


-rw-r--r-- 1 . dev 74424 Jul 22 05:55 FastBit.o
-rwxr-xr-x 1 . dev 64892 Jul 22 05:55 libfastbitjni.so.0.0.0
lrwxrwxrwx 1 . dev    22 Jul 22 05:55 libfastbitjni.so.0 ->
libfastbitjni.so.0.0.0
lrwxrwxrwx 1 . dev    22 Jul 22 05:55 libfastbitjni.so ->
libfastbitjni.so.0.0.0
-rw-r--r-- 1 . dev 75732 Jul 22 05:55 libfastbitjni.a
-rw-r--r-- 1 . dev  1006 Jul 22 05:55 libfastbitjni.lai
lrwxrwxrwx 1 . dev    19 Jul 22 05:55 libfastbitjni.la -> ../
libfastbitjni.la



Thank you,
Rajiv
949.334.7257


On Mon, Jul 21, 2014 at 1:31 PM, Rajiv Bandaru <[email protected]>
wrote:

> Hi,
>
> I am running to following error when I run "configure" command on the
> fastbit Java JNI project. README file indicates that this is due to GCC
> compiler incompatibility. GCC compiler version that I am using is 4.6.x.
> What is right GCC compiler version I should be using. Here is the error.
>
> Error:
> ./configure: line 424: test: please: integer expression expected
> configure: error: use
> ./configure: line 313: return: please: numeric argument required
> ./configure: line 323: exit: please: numeric argument required
>
>
> R
>
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to