$./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.
------解决方案--------------------------------------------------------
顶起来,与你共同期待高手解答
------解决方案--------------------------------------------------------
看看环境变量LD_LIBRARY_PATH
------解决方案--------------------------------------------------------
objdump -Hv ./smartalert
看看
------解决方案--------------------------------------------------------
我以前好象遇到过类似的问题,个人觉得应该重新编译。在这种不同环境中分布的程序很容易出现这种问题。