[PD] pdp can't find libgslcblas.so.0

IOhannes m zmoelnig zmoelnig at iem.at
Tue Jun 22 13:54:34 CEST 2004


Frank Barknecht wrote:
>>/usr/lib/pd/externs/pdp.pd_linux: libgslcblas.so.0: cannot open shared 
>>object file: No such file or directory
>>/usr/lib/pd/externs/pdp: can't load library
>>[root at localhost externs]# locate libgsl
>>/usr/lib/libgslcblas.so.0.0.0
>>/usr/lib/libgsl.la
>>/usr/lib/libgsl.so.0
>>/usr/lib/libgsl.so.0.5.0
>>/usr/lib/libgslcblas.la
>>/usr/lib/libgslcblas.so.0
> 
> 
> Well, you don't have libgslcblas.so.0 as pdp tells us. You do have 
> libgslcblas.so.0.0.0 though. My best bet would be to try linking them
> with a symbolic link like: 
> 
> # cd /usr/lib
> # ln -s libgslcblas.so.0.0.0 libgslcblas.so.0

not that bad (despite your other email)
i would suggest:
# ls -l /usr/lib/libgslcblas.so.*

you will most likely find that it libgslcblas.so.0 links to some 
non-existant file; if libgslcblas.so.0.0.0 is valid, try linking to that 
one.


mfg.asd.r
IOhannes




More information about the Pd-list mailing list