ubuntu下安装和卸载软件都会提示如下信息/usr/local/lib/libuuid.so.1: no version in

ubuntu下安装和卸载软件都会提示如下信息/usr/local/lib/libuuid.so.1: no version information available (required by /lib/x86_64-linux-gnu/libblkid.so.1)

在Ubuntu 14.04 LTS 64位系统中安装libgdiplus2.10.9的时候出现了错误。
首先下载libgdiplus2.10.9安装包
进入目录开始configure编译
。/configure --prefix=/usrmake
将libgdiplus安装在/usr目录下
发现在该操作系统报错了:如下
gdiplus-private.h:33:31: fatal error: freetype/tttables.h: No such file or directory #include ^compilation terminated.make[2]: *** [adjustablearrowcap.lo] Error 1make[2]: Leaving directory `/root/libgdiplus-2.10/src‘make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/root/libgdiplus-2.10’make: *** [all] Error 2root@ubuntu:~/libgdiplus-2.10# sudo ln -s /usr/X11/include/freetype2/freetype/ /usr/X11/include/freetypeln: failed to create symbolic link ‘/usr/X11/include/freetype’: No such file or directory
这个错误就是说创建/usr/X11/include/freetype链接失败了,因为找不到freetype
我们打开/usr/include看有没有freetype这个目录,没有吧,但是我们找到了freetype2,这样我们做个链接吧
ln -s /usr/include/freetype2 /usr/include/freetype
然后继续make发现错误如下:
/usr/lib64/libglib-2.0.so.0: could not read symbols: Invalid operationcollect2: error: ld returned 1 exit statusmake[2]: *** [testgdi] Error 1make[2]: Leaving directory `/usr/local/src/libgdiplus-2.10.9/tests‘make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/usr/local/src/libgdiplus-2.10.9’make: *** [all] Error 2
解决方法:
先执行 。/configure 命令, 然后编辑 test/Makefile 文件;将 130 行的 LIBS = -lpthread -lfontconfig 改为 LIBS = -lpthread -lfontconfig -lglib-2.0 -lX11;再次执行 make 命令即可。
再次make,是不是很快成功了,ok,make install吧
上面就是Ubuntu安装libgdiplus时出错的解决方法,如果你在安装的时候系统报错了,可以尝试本文介绍的方法进行解决。
温馨提示:内容为网友见解,仅供参考
第1个回答  2018-02-03
这个库文件不存在,需要再安装一个对应版本的
https://answers.launchpad.net/ubuntu/+source/util-linux/2.20.1-1ubuntu1中下载到util-linux_2.20.1.orig.tar.gz包,里面包含很多系统工具的目录,如包含libuuid目录。使用下面的方法安装uuid库(包括静态lib文件及动态链接文件):

tar xzvf util-linux_2.20.1.orig.tar.gz
cd util-linux-2.20.1
./configure --without-ncurses
cd libuuid
make
make install
想要深入了解相关知识的话建议学习《linux就该这么学》这本书本回答被提问者采纳

ubuntu下.\/configure时出现如下错误congure:error:libuuid is not a...
先运行sudo apt-get install build-essential 然后再编译.

安装WIN7 和UBUNTU10.10,删除UBUNTU后,开不了机,显示GRUB RESCUE_百度知...
1. 下载fixmbr工具,放在c盘,利用命令提示符,进入软件所在目录,cd c:\\fixmbr (cd后面一个空格)2.输入 MBRFix \/drive 0 fixmbr \/yes 3.重启,发现直接进入win7,现在可以格式化ubuntu所在分区了~~~】

装好ubuntu之后,发现分区有点问题: \/boot 分得太大了, \/home 太少了...
UCloner-10.04.4应该可以做到,先备份系统,再在windows下设分区,然后按自己的要求恢复,我没有亲自实验,你可以试试。但好像是至多分成系统文件夹和home文件夹,应该也能满足你吧?上图一张:

KVM虚拟机的常用操作命令整理
[root@localhost \/]# virsh autostart centos1 #自动加载虚拟机 virsh参数如下:autostart #自动加载指定的一个虚拟机 connect #重新连接到hypervisor console #连接到客户会话 create #从一个SML文件创建一个虚拟机 start #开始一个非活跃的虚拟机 destroy #删除一个虚拟机 define #从一个XML文件...

如何在ubuntu中安装pytorch
command.Example: luarocks install luacrypto OPENSSL_DIR=\/usr\/local1234512345 参照Problem with Torch #86,执行sudo apt-get install -y libssl-dev安装libssl-dev,之后重新安装Torch即可。错误4 提示缺少依赖lbase64 ,luacrypto,uuid 等,可直接执行luarocks install missed-package解决。

使用Linux文件恢复工具
首先安装软件包 #apt-get install foremost 其它Linux 发行版用户可以在 http:\/\/foremost.sourceforge.net\/ 下载源代码编译安装。下面看看使用方法。 恢复单个类型文件 笔者删除一个 USB(\/dev\/sdba1)存储器中一个 png 文件然后使用 formost 恢复。 #rm -f \/dev\/sdb1\/photo1.png #foremost -t png -i \/dev...

如何在ubuntu14.04下配置安卓开发环境
sudo apt-get install 一点一点安装吧或者安装wps间接配置环境 gcc-4.8-base:i386 gcc-4.9-base:i386 libavahi-client3:i386 libavahi-common-data:i386 libavahi-common3:i386 libc6:i386 libcgmanager0:i386 libcomerr2:i386 libcups2:i386 libdbus-1-3:i386 libdrm-intel1:i386 libdrm-...

...install:libfreerdp-plugins-standard missing files(usr\/lib\/...
原流程:1. 安装Ubuntu12.04.1桌面版;2. sudo apt-get install git 3. git clone git:\/\/github.com\/FreeRDP\/FreeRDP.git 4. cd FreeRDP (可以先备份)5. sudo apt-get install build-essential git-core cmake libssl-dev libx11-dev libxext-dev libxinerama-dev 6. sudo apt-get ...

centos 7.0怎么安装lvm2
直接yum安装:yum install lvm2 创建PV(物理卷)这个阶段有几个可用命令:pvcreate :将实体partition创建成为PV;pvscan :搜索目前系统里面任何具有PV的磁盘或分区;pvdisplay :显示出目前系统上面的PV状态;pvremove :将 PV 属性移除,让该 partition 不具有 PV 属性。1、在磁盘上创建PV pvcreate \/dev\/...

如何在CentOS 7上安装Elasticsearch,Logstash和Kibana
现在Java应该安装在\/usr\/java\/jdk1.8.0_111\/jre\/bin\/java,并从\/usr\/bin\/java 链接。安装ElasticsearchElasticsearch可以通过添加Elastic的软件包仓库与软件包管理器一起安装。运行以下命令将Elasticsearch公共GPG密钥导入rpm:# https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/current\/rpm.htmlrpm --import ...

相似回答