在linux环境下安装,使用tmboot或者tmadmin均出现如下错误信息:

114925.tuxedo1!tmadmin.15423.4155840192.-2: GP_CAT:1345: ERROR: pif: can't load 'registry.so'
114925.tuxedo1!tmadmin.15423.4155840192.-2: LIBSEC_CAT:22: ERROR: Unable to realize the _ec_s
ec_map_proof interface implementation native/security/map_proof. Error code (-5000)
114925.tuxedo1!tmadmin.15423.4155840192.-2: LIBTUX_CAT:6275: ERROR: Unable to initialize publ
ic key subsystem (-3003)
114925.tuxedo1!tmadmin.15423.4155840192.-2: LIBTUX_CAT:6204: ERROR: Could not initialize publ
ic key subsystem

从经验上判断应该是与操作系统权限相关问题,google之后发现是linux操作系统权限设置的问题,先不管是这些权限的具体含义,只需要记得要把权限模式从enforcing 改成 permissive 就可以。使用的命令是 setenforce:

# getenforce
Permissive
# setenforce 1
# getenforce
Enforcing
# setenforce 0
# getenforce
Permissive

 

另外再编译时遇到

/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
CMDTUX_CAT:1832: ERROR: can't execute cc -m32   -I$TUXDIR/include -o simpserv BS-3c9d.c  -L${TUXDIR}/lib simpserv.c  -ltux -lbuft   -lfml -lfml32 -lengine -ldl -lpthread 
[root@tuxedo1 simpapp]#  ln -s /usr/include/i386-linux-gnu/gnu/stubs-32.h /usr/include/gnu/stubs-32.h
才发现安装介质是32位导致的,唉,在64位环境没有这个头文件。重新安装64位,解决。
GitHub 加速计划 / li / linux-dash
12
2
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 5 年前
5def40a3 Add host customization support for the NodeJS version 5 年前
Logo

AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。

更多推荐