前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >修复ubuntu 18.04的错误: “libpng12.so.0: cannot open shared object file: No such file or directory”

修复ubuntu 18.04的错误: “libpng12.so.0: cannot open shared object file: No such file or directory”

作者头像
hankfu
发布2021-12-30 18:41:09
2.4K0
发布2021-12-30 18:41:09
举报
文章被收录于专栏:hank

错误“libpng12.so.0: cannot open shared object file: No such file or directory”

运行ORB_SLAM3时,遇到错误“libpng12.so.0: cannot open shared object file: No such file or directory”。执行命令“sudo apt install libpng12-0”,可以按照libpng12.so.0,解决这个问题。

出错的命令记录

代码语言:javascript
复制
/proj/hankf/slam/ORB_SLAM3$ ./Examples/Stereo/stereo_euroc ./Vocabulary/ORBvoc.txt ./Examples/Stereo/EuRoC.yaml /proj/hankf/hankf/slam/euroc-mav-dataset/MH_04_difficult ./Examples/Stereo/EuRoC_TimeStamps/MH04.txt dataset-MH04_stereo
./Examples/Stereo/stereo_euroc: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

安装的命令记录

代码语言:javascript
复制
hankf@XSZGS4:/proj/hankf/hankf/slam/opencv-4.5$ sudo apt install libpng12-0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libpng12-0
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/116 kB of archives.
After this operation, 285 kB of additional disk space will be used.
Selecting previously unselected package libpng12-0:amd64.
(Reading database ... 315713 files and directories currently installed.)
Preparing to unpack .../libpng12-0_1.2.54-1ubuntu1.1_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.54-1ubuntu1.1) ...
Setting up libpng12-0:amd64 (1.2.54-1ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021-12-29 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 错误“libpng12.so.0: cannot open shared object file: No such file or directory”
  • 出错的命令记录
  • 安装的命令记录
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档