sox linux 下运用

时间:2016-06-15 15:46:47   收藏:0   阅读:3360

1.下载SOX

sox-14.4.1.tar.gz

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就可以了。

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!