help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gsl package: undefined symbol: cblas_ctrmv


From: lo
Subject: gsl package: undefined symbol: cblas_ctrmv
Date: Sun, 1 Aug 2010 20:42:59 +0200
User-agent: KMail/1.12.4 (Linux/2.6.31.12-0.2-desktop; KDE/4.3.5; x86_64; ; )

hello,

under octave 3.3.51 on SuSe 11.2 I installed the gsl package 1.0.8;
I want to use the psi (=digamma) function;
so, after the installation at the octave prompt:
psi(1.)
but it fails and I got:

error: 
/usr/libexec/octave/packages/gsl-1.0.8/x86_64-unknown-linux-gnu-api-v39+/gsl_sf.oct:
 failed to load: /usr/lib/libgsl.so.0: undefined 
symbol: cblas_ctrmv

I read in a post that it could be possible to preload a shared library;
so I tried:

LD_AOUT_PRELOAD=/usr/lib/libgslcblas.so.0 octave

but psi(1.) returned the same error message;

thank for any help,

regards,
Laurent


reply via email to

[Prev in Thread] Current Thread [Next in Thread]