sstjohn / x6100-wspr

WSPR tools for the Xiegu X6100
GNU General Public License v3.0
16 stars 2 forks source link

Library path #2

Open djbr1 opened 2 years ago

djbr1 commented 2 years ago

error raised:

wsprd: error while loading shared libraries: libfftw3f_threads.so.3: cannot open shared object file: No such file or directory Command exited with non-zero status 127

manually added path, error is gone export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/

sstjohn commented 2 years ago

There was once an RPATH fixup to look in /usr/local/lib but that's all been obviated by recent versions, which have moved to buildroot entirely. Please try again with a release from today.

djbr1 commented 2 years ago

thanks, I will check by end of week.