gpt4 book ai didi

c++ - Caffe 安装问题,远程服务器,ld 找不到 -

转载 作者:太空宇宙 更新时间:2023-11-04 12:50:28 24 4
gpt4 key购买 nike

我在安装 caffe 时遇到问题。

我可能没有正确设置我的系统,因为我不得不在 Makefile.config 文件中手动包含许多库。这是一个共享服务器集群,我没有 sudo 权限。

当前错误:

/opt/gnu/bin/ld: cannot find -lhdf5_hl
/opt/gnu/bin/ld: cannot find -lhdf5
/opt/gnu/bin/ld: cannot find -lopencv_core
/opt/gnu/bin/ld: cannot find -lopencv_highgui
/opt/gnu/bin/ld: cannot find -lopencv_imgproc
/opt/gnu/bin/ld: cannot find -lboost_thread
/opt/gnu/bin/ld: cannot find -lcblas
/opt/gnu/bin/ld: cannot find -latlas

我环顾四周找不到这些文件。系统通过“模块”使用环境模块。

这些是我当前包含在 Makefile.config 中的内容:

INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /opt/glog/include /opt/atlas/intel/include /opt/hdf5/intel/openmpi_ib/include /opt//openmpi/intel/ib/include/ /opt/opencv/include/
LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /opt/glog/lib

当前加载的模块文件: 1) 英特尔/2013_sp1.2.144 3) gnutools/2.69 5) hdf5/1.8.14 2) mvapich2_ib/2.1 4) atlas/3.10.2 6) openmpi_ib/1.8.4

我想知道是否有人有建议?我迷路了。

编辑:我切换到 MKL 后仍然遇到这些问题。

最佳答案

附加 LD_LIBRARY_PATH

导出 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/d/runtime/opencv-2.4.10/lib

注意':',因为不同的路径由':'分隔。

关于c++ - Caffe 安装问题,远程服务器,ld 找不到 -<package>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37371500/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com