编译时./configure报错 configure:error:libuuid is not available

编译打包和其他
回复
ydxyls
帖子: 1
注册时间: 2012-07-27 14:05

编译时./configure报错 configure:error:libuuid is not available

#1

帖子 ydxyls » 2012-07-27 14:13

ubuntu下编译iperf-3.0b4源码文件:
输入:./configure
提示:checking for uuid_create... no
checking for uuid_generate... no
checking for uuid_generate in -luuid... no
configure:error:libuuid is not available

查看README文件
== Prerequisites: ==
* libuuid: this is not installed by default for Debian/Ubuntu Systems
to install: apt-get install uuid-dev
我的机器没有联网
输入:apt-get install uuid-dev
提示在下面的连接下载包:
http://mirror.cc.columbia.edu/pub/linux ... 2_i386.deb
从别的机器上下载这个包,并安装在我的机器上,重新输入
输入:./configure
还是提示上面的错误,请问这是怎么回事?
drongh
帖子: 1038
注册时间: 2007-01-10 9:32

Re: 编译时./configure报错 configure:error:libuuid is not availabl

#2

帖子 drongh » 2012-07-29 9:12

有依赖没有满足。
用下面命令:
sudo apt-get build-dep iperf
然后在./configure
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 编译时./configure报错 configure:error:libuuid is not availabl

#3

帖子 YeLee » 2012-07-30 9:08

嗯,的确是这样的。
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
回复