AIX5.3下程序启动失败,报错 rtld: 0712-001,请教高手如何解决?急!万分感谢!!![
$./smartalert
exec(): 0509-036 Cannot load program smartalert because of the following errors:
rtld: 0712-001 Symbol memcpy was referenced
from module smartalert(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
查看出错环境的 libC.a 库,发现是用的 aix53 目录下的库文件,而运行正常的环境上的 libC.a 库则用的 aix52 目录下的库文件(程序编译也是在该机器进行的),但是把正常环境的库文件拷贝到出错环境下仍然报同样错误;
请高手支招,多谢!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
Symbol memcpy was referenced
from module smartalert(), but a runtime definition
of the symbol was not found.
拷贝库文件后,需要重启,可以试试
我也在看这个问题,不知道大家怎么解决的
Could not load program ./rthandler_zt:
rtld: 0712-001 Symbol _DoIs was referenced
from module rthandler_zt(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol _Getctype__FPCc was referenced
from module rthandler_zt(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol _Getcvt__FPCc was referenced
from module rthandler_zt(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol __ct__Q2_3std8_LocinfoFPCci was referenced
from module rthandler_zt(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol __pthread was referenced
from module rthandler_zt(), but a runtime definition
of the symbol was not found.
我也在看这个问题
可以用nm工具尝试检查一下使用到的库文件(版本)是否包含了调用的库函数
信息太少
建议尝试修改一下这个程序对应的环境变量试试
信息不够
找到正确的模块补丁即可解决。。。。。。