sivarajankumar / fluxcapacitor

Automatically exported from code.google.com/p/fluxcapacitor
0 stars 0 forks source link

Trouble installing on Linux #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there, I'm new to the software, and also quite new to unix.

I'm having trouble installing and running Flux Capacitor. It's giving me
the following message when I try to run it:

[HELLO] I am the FLUX CAPACITOR (v1.2), nice to meet you!

[PRE-CHECK] I am checking availability of the required lpsolve JNI libs.
java.lang.UnsatisfiedLinkError:
/data/results/analysis/FluxCapacitor/FluxCapacitor-v1.2-j1.5/lib/native/lpsolve5
5/unix/x86/64/liblpsolve55.so:
/lib64/tls/libc.so.6: version ‘GLIBC_2.4’ not found (required by
/data/results/analysis/FluxCapacitor/FluxCapacitor-v1.2-j1.5/lib/native/lpsolve5
5/unix/x86/64/liblpsolve55.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at genome.sequencing.rnaseq.reconstruction.FluxCapacitor.V(Unknown Source)
at genome.sequencing.rnaseq.reconstruction.FluxCapacitor.main(Unknown Source)
* there are no lpsolve libraries in the java library path
[CIAO] I'm exiting.

This is the file I downloaded : FluxCapacitor-v1.2-j1.5-b20090718

My java version:
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b19, mixed mode)

Could someone please help?

Original issue reported on code.google.com by gmicha@gmail.com on 22 Apr 2010 at 2:31

GoogleCodeExporter commented 8 years ago
From Flux Capacitor v1.0 RC library loading works dynamically.

Original comment by gmicha@gmail.com on 21 Sep 2011 at 9:59