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裏面打開,加上上面兩行, 搞定。。

 

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