sox linux 下运用
Posted liuxiaozhao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sox linux 下运用相关的知识,希望对你有一定的参考价值。
1.下载SOX
2.安装sox文件
1)解压 tar -zxvf sox-14.4.1.tar.gz
2)进入sox14.4.1目录中执行./configure
3)执行 make命令
4)执行make install命令
错误的现象:
Sox error while loading shared libraries: libsox.so.2: cannot open shared object file: No such file
问题原因:在/usr/local/lib当中是有libsox.so.2,只不过是找不到而已。
在 /etc/ld.so.conf.d 目录当中创建一个文件,libso.conf:加入
/usr/local/lib/libsox.so.2.
执行 ldconfig就可以了。
以上是关于sox linux 下运用的主要内容,如果未能解决你的问题,请参考以下文章