我目前正试图在Red 4计算机上安装couchDB
Linux2.6.32-220.el6.x86_64 (mockbuild@c6b18n3.bsys.dev.centos.org) (gcc版本4.4.6 20110731 (红帽4.4.6-3) (GCC) ) #1 SMP Tue Dec 6 19:48:22格林尼治时间2011年
遵循Apache的说明:RHEL4。安装运行良好,直到行为止。
make && sudo make安装
当我得到以下错误时:
/usr/local/bin/erlc couch_key_tree.erl;
./couch_key_tree.erl:78: type boolean() undefined
./couch_key_tree.erl:79: type boolean() undefined
./couch_key_tree.erl:93: type boolean() undefined
./couch_key_tree.erl:136: type boolean() undefined
make[4]: *** [couch_key_tree.beam] Error 1
make[4]: Leaving directory `/home/acarter/couchdb/src/couchdb'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/acarter/couchdb/src/couchdb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/acarter/couchdb/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/acarter/couchdb'
make: *** [all] Error 2我在网上环顾了一下,见过一两次提到的问题,但从来没有一个解决办法。有人知道一个解决方案或一个好的地方开始寻找吗?
谢谢
发布于 2012-10-27 16:54:02
我遇到了同样的问题。问题是Erlang的版本已经过时了(在我的例子中是12B)。解决方案是升级到较新的版本。
https://stackoverflow.com/questions/12385692
复制相似问题