我在安装 pyipopt 时遇到问题。问题与此类似。`python setup.py install' 包含下一个输出。
/usr/bin/ld: cannot find -lipopt
/usr/bin/ld: cannot find -lcoinmumps
/usr/bin/ld: cannot find -lcoinmetis
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status
我使用突触包管理器安装了 ipopt 并找到了下一个文件/usr/lib/coin/libipopt.la
,/usr/lib/coin/libipopt.la
我试过这个
export LD_LIBRARY_PATH=/xx/yy/zz:$LD_LIBRARY_PATH
我也试过运行ldconfig
。
可能是我做错了什么,但它没有帮助我。