Ubuntu14.04 ,libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory

[email protected]:/opt$ roslaunch blarospack

: error while loading shared libraries: libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory

Traceback (most recent call last):
  File "/home/macname/Desktop/ros/indigo/bin/roslaunch", line 34, in <module>
    import roslaunch
  File "/home/macname/Desktop/ros/indigo/lib/python2.7/dist-packages/roslaunch/__init__.py", line 48, in <module>
    import rospkg
ImportError: No module named rospkg

解决方法:

下载地址:https://packages.ubuntu.com/trusty/amd64/libboost-filesystem1.54.0/download

或者

链接:https://pan.baidu.com/s/1DDjpbYz7mRMCojW84b6fhA
提取码:h9uy

安装:sudo dpkg -i libboost-filesystem1.54.0_1.54.0-4ubuntu3_amd64.deb

原文地址:https://www.cnblogs.com/sea-stream/p/9888974.html

时间: 2024-11-09 05:12:42

Ubuntu14.04 ,libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory的相关文章

在win7下用U盘安装Ubuntu14.04,双系统

一.软件准备 1.一个格式化了的U盘 2.下载ubuntu镜像,我下的是ubuntukylin-14.04-desktop-amd64.iso 3.下载unetbootin-windows-latest.exe,用这个软件把U盘做成启动盘,超简单.(网盘地址:http://pan.baidu.com/s/1qWGvj3Y) 二.分一个空磁盘给Ubuntu 步骤:在桌面或开始菜单里--计算机--右键--管理--磁盘管理,这里就看到了自己电脑磁盘的分区状况 从一个剩余使用空间大的磁盘上分出一个空磁盘

libsvn_client-1.so.0: cannot open shared object file: No such file or directory

源码安装好svn后,会有以下的报错: libsvn_client-1.so.0: cannot open shared object file: No such file or directory 解决办法; 执行ldconfig命令 #ldconfig svn程序启动时,加载某些动态库失败.共享库大多在/usr/lib./lib./usr/local/lib等,源码安装svn后,在共享库新添加了库文件,必须执行ldconfig命令更新/etc/lo.conf里对应的项.一般rpm包安装会自动执

error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file

安装rac10g,出现如下错误: [[email protected] oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by root Checking to see if Oracle CRS stack is already configured /etc/oracle does not exist. Creating it now. Setting the permission

动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory

问题: 运行gsl(GNU scientific Library)的函数库,用 gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o 编译,之后运行./m.o 提示error while loading shared libraries: libgsl.so.0: cannot open shared object file:

〖Android〗arm-linux-androideabi-gdb报 libpython2.6.so.1.0: cannot open shared object file错误的解决方法

执行: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gdb out/target/product/rk30sdk/symbols/system/bin/app_process 报错: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gdb: error while loa

tensorflow-gpu版本出现libcublas.so.8.0:cannot open shared object file

文章主要参考以下博客https://www.aliyun.com/zixun/wenji/1289957.html 在利用GPU加速tensorflow时,出现了libcublas.so.8.0:cannot open shared object file的问题,为了解决这个问题,参考了很多博客,发现是没有添加环境变量,为了解决这个问题,首先 vi ~/.bashrc 到添加环境变量的界面 然后添加以上两条语句进行环境变量的配置 export PATH=$PATH:/usr/local/cuda

ubuntu14.04 python2.7 安装配置OpenCV3.0

环境:ubuntu14.04  python2.7 内容:安装并配置OpenCV3.0 今天按照OpenCV官网上的步骤装了OpenCV但是,装好之后python提示“No module named cv2” 首先,安装OpenCV的步骤: OpenCV官网的安装步骤:http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation 1.下载OpenCV:ht

ubuntu14.04安装python3.6和pip9.0.1

前提: ubuntu14.04自带python2.7和python3.4,如下: 要想安装python3.6,建议不要动之前的2.7和3.6(血一般的教训) 下面我们切入正题: 安装python3.6 简介:ubuntu下要先安装zlib的库,才能在安装python3.6.3,不然无法安装 一.zlib的安装: 1.首先用命令dpkg -l|grep zlib查看安装的zlib版本,然后不符合要求 2.当报zlib不可用时,就是没有安装zlib1g和zlib1g-dev包,而这个两个包在源镜像中

【wubi】安装ubuntu14.04,并解决可能的问题

一.用wubi安装ubuntu14.04 首先你要有从官网上下载的iso文件,用压缩文件浏览程序打开,你会看到wubi.exe.在一个路径没有中文(最好)的文件夹中,将wubi.exe解压(只有这一个解压),并将iso文件放入同一个文件夹中.断网,打开wubi.exe.按照提示安装,按照提示重启. 二.临时解决方案:解决wubi的ubuntu14.04无法启动的问题 如果只是12.04的话,有上面的几步,ubuntu就成功安装了.但是14.04会出现系统挂载的问题,进入不了图形界面的系统.我们需