Hi, I know this is not a problem comming from R, but maybe you can still help me. I installed R 1.4.1 on Debian Woody, but I can't start it. I get this message: ~$ R /usr/lib/R/bin/R.bin: error while loading shared libraries: libblas.so.2: cannot open shared object file: No such file or directory Any thoughts? S?bastien Plante -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> I know this is not a problem comming from R, but maybe you can still help me. > I installed R 1.4.1 on Debian Woody, but I can't start it. > > I get this message: > > ~$ R > /usr/lib/R/bin/R.bin: error while loading shared libraries: libblas.so.2: > cannot open shared object file: No such file or directoryThis is a known issue that has long been fixed, albeit not in the frozen woody release. The blas libraries are "virtual". For a short period, the virtual dependency lacked a safe default value. This has been fixed, see for example the current 1.5.1 package http://packages.debian.org/unstable/math/r-base-core.html where the Depends is now on atlas2-base or blas or atlas2-3dnow or atlas2-sse2 or atlas2-sse In you case the atlas2-base [ Atlas, setup for any cpu ] or blas [ non-Atlas blas ] defaults weren't there when 1.4.1 built against it, and you ended up with atlas2-3dnow [ Atlas for Athlon ] purely because it sorts first. Unfortunately, this fails on non-Athlon chips. To rectify, you can install either one of a) atlas2-base for generic Atlas, b) blas for non-optimised blas or c) the matching optimised atlas, i.e. one of atlas2-sse2 or atlas2-sse. Sorry for the inconvenience. I'll beg the release manager to correct that for the woody release. Lastly, you can also pick the R 1.5.1 packages from the unstable distro. As I built them on a woody system, these packages do not depend on anything not in woody. Cheers, Dirk -- According to the latest figures, 43% of all signatures are totally worthless. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello, Is libblas.so.2 on your system? On my Woody system, I have: bxf4 at c119756-b:~$ find /usr/lib -iname libblas* /usr/lib/libblas.so.2 /usr/lib/libblas.so.2.0 /usr/lib/libblas.a /usr/lib/libblas.so /usr/lib/libblas2.so /usr/lib/atlas/libblas.so.2.3 /usr/lib/atlas/libblas.so.2 I would think it would have been brought in as a dependency of R, but perhaps you installed R in some non-standard way. I have blas version 1.1-9 on my system. bxf4 at c119756-b:~$ apt-cache policy blas blas: Installed: 1.1-9 Candidate: 1.1-9 Version Table: *** 1.1-9 0 990 http://http.us.debian.org testing/main Packages 990 ftp://ftp.debian.org testing/main Packages 500 http://http.us.debian.org unstable/main Packages 100 /var/lib/dpkg/status Perhaps you can install blas via apt-get or dselect? (for example, 'apt-get install blas') HTH. Brian Flaherty -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hi. -- On Thu, Jul 11, 2002 at 09:27:09AM -0400, S wrote:> I get this message: > > ~$ R > /usr/lib/R/bin/R.bin: error while loading shared libraries: libblas.so.2: > cannot open shared object file: No such file or directory~$ dpkg --search libblas blas: /usr/lib/libblas.so.2 blas: /usr/lib/libblas.so.2.0 Have you installed `blas' package, or ones that provide them? -- With best regards, Timur -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._