jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

CONFIG BLAS native library not found in path. #50

Closed lordbyte closed 9 years ago

lordbyte commented 10 years ago

uname -a SunOS opensolaris.2009.06 5.11 snv_134b i86pc i386 i86pc Solaris

java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)

java -server -jar jblas-1.2.3.jar -- org.jblas INFO jblas version is 1.2.3 Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok -- org.jblas CONFIG BLAS native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). -- org.jblas CONFIG ArchFlavor native library not found in path. Copying native library libjblas_arch_flavor from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). Exception in thread "main" java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V at org.jblas.NativeBlas.dgemm(Native Method) at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251) at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697) at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054) at org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91) at org.jblas.util.SanityChecks.main(SanityChecks.java:182) at org.jblas.benchmark.Main.main(Main.java:114) morten@opensolaris.2009.06:~/The-Hill-cipher2$ morten@opensolaris.2009.06:~/The-Hill-cipher2$ morten@opensolaris.2009.06:~/The-Hill-cipher2$ java -jar jblas-1.2.3.jar -- org.jblas INFO jblas version is 1.2.3 Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok -- org.jblas CONFIG BLAS native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). -- org.jblas CONFIG ArchFlavor native library not found in path. Copying native library libjblas_arch_flavor from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). Exception in thread "main" java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V at org.jblas.NativeBlas.dgemm(Native Method) at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251) at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697) at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054) at org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91) at org.jblas.util.SanityChecks.main(SanityChecks.java:182) at org.jblas.benchmark.Main.main(Main.java:114) morten@opensolaris.2009.06:~/The-Hill-cipher2$

mikiobraun commented 10 years ago

Hi lordbyte,

sorry, the jblas jar does not support SunOS (anymore). You'd have to compile ATLAS (or some other BLAS/LAPACK lib), and then recompile from the sources.

Best,

-M

On Thu, Aug 14, 2014 at 10:36 AM, lordbyte notifications@github.com wrote:

uname -a SunOS opensolaris.2009.06 5.11 snv_134b i86pc i386 i86pc Solaris

java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)

java -server -jar jblas-1.2.3.jar -- org.jblas INFO jblas version is 1.2.3 Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok -- org.jblas CONFIG BLAS native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). -- org.jblas CONFIG ArchFlavor native library not found in path. Copying native library libjblas_arch_flavor from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). Exception in thread "main" java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V at org.jblas.NativeBlas.dgemm(Native Method) at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251) at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697) at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054) at org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91) at org.jblas.util.SanityChecks.main(SanityChecks.java:182) at org.jblas.benchmark.Main.main(Main.java:114) morten@opensolaris.2009.06:~/The-Hill-cipher2$ morten@opensolaris.2009.06:~/The-Hill-cipher2$ morten@opensolaris.2009.06:~/The-Hill-cipher2$ java -jar jblas-1.2.3.jar -- org.jblas INFO jblas version is 1.2.3 Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok -- org.jblas CONFIG BLAS native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). -- org.jblas CONFIG ArchFlavor native library not found in path. Copying native library libjblas_arch_flavor from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH). Exception in thread "main" java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V at org.jblas.NativeBlas.dgemm(Native Method) at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251) at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697) at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054) at org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91) at org.jblas.util.SanityChecks.main(SanityChecks.java:182) at org.jblas.benchmark.Main.main(Main.java:114) morten@opensolaris.2009.06:~/The-Hill-cipher2$

— Reply to this email directly or view it on GitHub https://github.com/mikiobraun/jblas/issues/50.

Mikio Braun - http://blog.mikiobraun.de, http://twitter.com/mikiobraun