我正在安装来自centos6.3的aerospike-server(https://github.com/aerospike/aerospike-server),当$ make(GCC 4.7.2)时,我遇到了这个错误:
ld terminated with signal 11 segmentation fault core dumped
/usr/bin/ld: Dwarf Error: Invalid or unhandled Form value: 32.
make[2]: *** [../../target/Linux-x86_64/bin/asd] Error 1.
...
我该怎么办?有人能帮我吗?谢谢!
答案 0 :(得分:1)
我使用了centos 6.3中的所有默认工具,可以从源代码中成功构建aerospike。
centos 6.3中的默认gcc是4.4.7。您使用不同的gcc的原因是什么?确保使用的是与gcc版本对应的正确binutil。