-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opa on 32 bit (x86) installs 64bit mongodb (x86_64) #117
Comments
Built on ubuntu 12.04 LTS using this script (which works fine on 64 bit):
|
I'm using the workaround below, basically sticking my own mongodb download in place and fooling opa into accepting it. Ugly, but it works. Updates to these scripts will be posted at http://agawamtech.com/blog/2013/03/opa-from-source-on-ubuntu-12-04-lts/. if anyone is interested.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
opa on 32bit installs downloads and tries to use 64 bit mongodb, which of course won't run. Opa needs to do achiteceture test and download correct mongodb archive.
from git clone, 31 march 2013
$ file ~/.opa/mongo/mongodb-linux-x86_64-2.0.2/bin/mongod
/home/xxx/.opa/mongo/mongodb-linux-x86_64-2.0.2/bin/mongod: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, BuildID[sha1]=0x7e7334603bc2d846a3bd188770a0b0ae11e7bb42, stripped
$ file /usr/local/lib/opa/bin/opa-bin
/usr/local/lib/opa/bin/opa-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0x1da301dcb41caada4ceeff80e2429bcddb08f028, not stripped
vagn@kara04:~$
The text was updated successfully, but these errors were encountered: