概述
在ubuntu系统下安装armhf版本的glusterfs,因为没有找到对应的deb的包,只好使用代码进行安装了,在代码安装glusterfs过程中遇到一个很纠结的问题,现把问题整理出来希望对遇到这个问题的筒子们有所帮助。
一、glusterfs源代码下载和安装
下载地址:
http://ppa.launchpad.net/semiosis/ubuntu-glusterfs-3.5/ubuntu/pool/main/g/glusterfs/
下载glusterfs_3.5.0.orig.tar.gz后解压然后进行安装(./configure;make;makeinstall)。
一、 gf-error-codes.h missing问题。
./configure执行后,进行make时出现以下问题:
CC libglusterfs_la-logging.lo
logging.c:29:28: fatalerror: gf-error-codes.h: No such file or directory
compilation terminated.
查了下资料,在安装该版本glusterfs时,需要执行./autogen.sh补充需要的文件,然后再进行编译安装。
果断的执行了./autogen.sh后。果然生成了./libglusterfs/src/gf-error-codes.h文件,但是进行make时,又出现了新的问题:
config.status: error: cannot find input file: `[config.h].in
但是我发现config.h文件时存在的,应该是config.status或者Makefile等出现了问题。查看autogen.sh脚本,猜测应该是执行该脚本后,修改了一些内容(因为对automake什么的不了解,也不清楚哪里有问题),水平有限,也不知道怎么修改。
对于执行automake出现的问题,对应起来而且查找原因确实很困难,然后回到第一个gf-error-codes.h missing问题,因为autogen.sh执行后会生成gf-error-codes.h,
所以我就重新解压了一份glusterfs源代码,然后把gf-error-codes.h 复制到其路径下,然后在该目录下执行./configure make make install。
glusterfs安装成功!
最后
以上就是激动微笑为你收集整理的源代码安装glusterFS(gf-error-codes.h missing)问题巧解的全部内容,希望文章能够帮你解决源代码安装glusterFS(gf-error-codes.h missing)问题巧解所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复