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
还是提示上面的错误,请问这是怎么回事?
编译时./configure报错 configure:error:libuuid is not available
-
- 帖子: 1
- 注册时间: 2012-07-27 14:05
-
- 帖子: 1038
- 注册时间: 2007-01-10 9:32
Re: 编译时./configure报错 configure:error:libuuid is not availabl
有依赖没有满足。
用下面命令:
sudo apt-get build-dep iperf
然后在./configure
用下面命令:
sudo apt-get build-dep iperf
然后在./configure
- YeLee
- 论坛版主
- 帖子: 26406
- 注册时间: 2008-08-13 8:48
- 系统: Fundu i64
- 来自: 东海硇州,一双管钥。
- 联系:
Re: 编译时./configure报错 configure:error:libuuid is not availabl
嗯,的确是这样的。
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关