View Single Post
Old 06-07-2025, 12:12 AM   #39
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 910
Karma: 3000002
Join Date: Jun 2010
Device: K3W, PW4
Just thought of one thing that might be a problem if you are trying to use sox from a terminal session. Don't forget you need to update the LD_LIBRARY_PATH or it won't work. For example you can do it as follows:

Code:
[root@kindle sox]# LD_LIBRARY_PATH=/mnt/us/extensions/sox/library:$LD_LIBRARY_PATH ./sox --version
./sox:      SoX v14.4.1
[root@kindle sox]#
Alternatively, you can update and export LD_LIBRARY_PATH in your session.

Dave
dhdurgee is online now   Reply With Quote