gpt4 book ai didi

linux - 构建 caffe 时出错 - 找不到 -lhdf5_hl

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

我正在按照本指南安装 caffe。我正在使用 ubuntu 16.04 并仅为 cpu 安装 caffe(我没有 Nvidia gpu)。 https://chunml.github.io/ChunML.github.io/project/Installing-Caffe-CPU-Only/
但是遇到了以下错误:

LD -o .build_release/lib/libcaffe.so.1.0.0
/usr/bin/ld: cannot find -lhdf5_hl
collect2: error: ld returned 1 exit status
Makefile:572: recipe for target '.build_release/lib/libcaffe.so.1.0.0'
failed
make: *** [.build_release/lib/libcaffe.so.1.0.0] Error 1

有人可以帮我弄清楚如何解决这个问题吗?谢谢

最佳答案

/usr/bin/ld: cannot find -lhdf5_hl

-lhdf5_hl 表示libhdf5_hl.so

sudo apt install apt-file
sudo apt-file update
apt-file search libhdf5_hl.so
libhdf5-dev: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5_hl.so
libhdf5-mpich-dev: /usr/lib/x86_64-linux-gnu/hdf5/mpich/libhdf5_hl.so
libhdf5-openmpi-dev: /usr/lib/x86_64-linux-gnu/hdf5/openmp/libhdf5_hl.so

或使用在线Debian 搜索https://packages.debian.org/search?suite=buster&section=all&arch=any&searchon=contents&keywords=libhdf5_hl.so

关于linux - 构建 caffe 时出错 - 找不到 -lhdf5_hl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50593848/

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