resin 在redhat 企业版make 出错的解决办法

make不通过

出错如下
clude/linux -I../common -DCPU=/"i386/" -DOS= -c -o ssl.o ssl.c
In file included from /usr/include/openssl/ssl.h:179,
from ssl.c:62:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from ssl.c:62:

下面还有一堆啦。。。。。。。。

解决方法:

export LOCALDEFS="-DOPENSSL_NO_KRB5"
export C_INCLUDE_PATH="/usr/kerberos/include"

对于collegesoft的工程人员来说。 可以更改/webos/install.sh文件, 在VI里面打开,加上上面两行, 搞定。。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章