Couchbase 2.0 on gentoo
Is there any way to get run couchbase server 2.0 on gentoo? I've tried to build from source and install from rpm package, but both failed. Are there any instructions or even ebuild?
Thanks. Your ebuild installed successfully, but erlang server crashes at start. Here is crashdump: http://ompldr.org/vaHVhYQ/erl_crash.dump.03-21-2013-22:08:25.6236
Which version of Erlang do you have on your system?
This ebuild uses deb package. So as I understand it comes with built-in erlang and uses it (located in /opt/couchbase/ folder). I have no installed erlang in system and it crashed. Then I've installed erlang v15.2.2 (gentoo versioning), but nothing change (also changed symlinks to system erlang). It still crashes at start. Also tried new enterprise version 2.0.1 - same result.
Probably this post will help https://groups.google.com/d/msg/couchbase/o73H2BRZl1o/qqfjr8e5dbIJ
I create symlinks:
/usr/lib64/libssl.so.0.9.8 -> /usr/lib64/libssl.so
/usr/lib64/libcrypto.so.0.9.8 -> /usr/lib64/libcrypto.so
All works!
I had installed only openssl version 1.0.1c. I've installed 0.9.8y (now I have both installed). I didn't create any symlinks and installed new community version 2.0.1 (thanks to mrtime's ebuilds). And now it really works. So I think it just needs 0.9.8 version of openssl installed (mrtime's ebuild require >=0.9.8e, so 1.0.0 satisfies this)
So couchbase devs can add those ebuilds to download page.
Many thanks for help!
these links are invalid
is there any other ebuilds?
Here: https://bitbucket.org/SkeLLLa/gentoo-couchbase-ebuilds/
If something not works (emerge) try to remove this line:
<dev-libs/openssl-1.0.0
If you have only >=dev-libs/openssl-1.0.0 you need to install dev-libs/openssl-0.9.8.
If something not works (emerge) try to remove this line:
<dev-libs/openssl-1.0.0
If you have only >=dev-libs/openssl-1.0.0 you need to install dev-libs/openssl-0.9.8.
it works!
thanks a lot
My couchbase server 2.0.0 ebuilds
http://static.astrazip.net/couchbase/couchbase-server-enterprise.tar.gz
http://static.astrazip.net/couchbase/couchbase-server-community.tar.gz