Undefined symbol in libgsl
Bug #1184371 reported by
Mar-castelluccio
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gsl (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to use MLPY (a Python library for machine learning), that uses the GSL library.
MLPY fails to import GSL because of this error:
/usr/lib/
That symbol should be in libgslcblas.so, that is included in the packet libgsl0ldbl (that is the same packet that contains libgsl.so).
Note that I've installed MLPY from source, because the library included in the repositories is pretty old.
affects: | ubuntu → gsl (Ubuntu) |
To post a comment you must log in.
I've tried to rebuild the MLPY library without the GOLD linker, and it's working.