SkAT-VG / SDT

Sound Design Toolkit
Other
94 stars 7 forks source link

error loading libSDT.so in Puredata (linux) #20

Closed jyg closed 3 years ago

jyg commented 3 years ago

Issue with puredata on linux 64 (Ubuntu 18.04 LTS, Pd 0.51.3) using precompiled release (v081-Max3.0-Pd0.96). SDT.pd_linux tries to load libSDT.so but fails, even if I put this shared lib in the same directory as SDT.pd_linux : SDT.pd_linux: libSDT.so: cannot open shared object file: No such file or directory

stepap commented 3 years ago

Hi @jyg at the moment I cannot test on Linux but I forwarded your report to another developer who can. Did you try copying the SDT shared core library into /usr/lib?

jyg commented 3 years ago

Did you try copying the SDT shared core library into /usr/lib?

Yes, That fixed the issue. Thanks !