|
|

楼主 |
发表于 2005-6-24 15:20:40
|
显示全部楼层
问题还是没有解决
Post by 黯然销魂
You may have the following error: configure: error: *** uuid library (libuuid) not found
Uuid is a library included as a part of e2fsprogs. You have to install e2fsprogs by compiling sources:
./configure --prefix=/usr ; make ; make install ; make install-libs
问题还是没有解决,按你说的方法安装后,用tune2fs一查,e2fsprogs的版本还是原来的版本,如果去掉--prefix=/usr来安装,用tune2fs一查,e2fsprogs的版本是变成了我安装的版本,版本号是1.37,make install -libs也执行了,但是在安装jfsutils 1.1.4在检测时还会提示you need the uuid library,郁闷 |
|