erro while loading shared libraries: libqpe.so.1: cannot open shared object file: No such file or di

来源:互联网 发布:指纹识别芯片 算法 编辑:程序博客网 时间:2024/06/09 23:49

转自:   http://blog.csdn.net/junglyfine/article/details/5432158

描述:

erro while loading shared libraries: libqpe.so.1: cannot open shared object file: No
such file or directory

解决:

在网上找到的解决方法是:

沒有設LD_LIBRARY_PATH…所以找不到lib


export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH