Unable install mongo 3.6 on raspberry pi

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I've installed Ubuntu 16.04.2 LTS on raspberry pi 3 and i'm trying to install Mongo 3.6 on raspberry pi followed steps as per this link But i've ended up with following error
Cannot execute binary file : Exec Format error
The raspberry pi processor is ARMv7l
raspberrypi mongodb
add a comment |Â
up vote
0
down vote
favorite
I've installed Ubuntu 16.04.2 LTS on raspberry pi 3 and i'm trying to install Mongo 3.6 on raspberry pi followed steps as per this link But i've ended up with following error
Cannot execute binary file : Exec Format error
The raspberry pi processor is ARMv7l
raspberrypi mongodb
1
the mongodb you were trying to install is a 64 bit version. edit your question and add the output ofuname -aon raspberry pi
â Binar Web
Apr 26 at 7:15
i couldn't install on Ubuntu 16.04.2 LTS but i was able to install on pi64 operating system (github.com/bamarni/pi64/releases])
â user299662
Apr 26 at 12:55
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've installed Ubuntu 16.04.2 LTS on raspberry pi 3 and i'm trying to install Mongo 3.6 on raspberry pi followed steps as per this link But i've ended up with following error
Cannot execute binary file : Exec Format error
The raspberry pi processor is ARMv7l
raspberrypi mongodb
I've installed Ubuntu 16.04.2 LTS on raspberry pi 3 and i'm trying to install Mongo 3.6 on raspberry pi followed steps as per this link But i've ended up with following error
Cannot execute binary file : Exec Format error
The raspberry pi processor is ARMv7l
raspberrypi mongodb
asked Apr 26 at 6:11
user299662
141
141
1
the mongodb you were trying to install is a 64 bit version. edit your question and add the output ofuname -aon raspberry pi
â Binar Web
Apr 26 at 7:15
i couldn't install on Ubuntu 16.04.2 LTS but i was able to install on pi64 operating system (github.com/bamarni/pi64/releases])
â user299662
Apr 26 at 12:55
add a comment |Â
1
the mongodb you were trying to install is a 64 bit version. edit your question and add the output ofuname -aon raspberry pi
â Binar Web
Apr 26 at 7:15
i couldn't install on Ubuntu 16.04.2 LTS but i was able to install on pi64 operating system (github.com/bamarni/pi64/releases])
â user299662
Apr 26 at 12:55
1
1
the mongodb you were trying to install is a 64 bit version. edit your question and add the output of
uname -a on raspberry piâ Binar Web
Apr 26 at 7:15
the mongodb you were trying to install is a 64 bit version. edit your question and add the output of
uname -a on raspberry piâ Binar Web
Apr 26 at 7:15
i couldn't install on Ubuntu 16.04.2 LTS but i was able to install on pi64 operating system (github.com/bamarni/pi64/releases])
â user299662
Apr 26 at 12:55
i couldn't install on Ubuntu 16.04.2 LTS but i was able to install on pi64 operating system (github.com/bamarni/pi64/releases])
â user299662
Apr 26 at 12:55
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028282%2funable-install-mongo-3-6-on-raspberry-pi%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
the mongodb you were trying to install is a 64 bit version. edit your question and add the output of
uname -aon raspberry piâ Binar Web
Apr 26 at 7:15
i couldn't install on Ubuntu 16.04.2 LTS but i was able to install on pi64 operating system (github.com/bamarni/pi64/releases])
â user299662
Apr 26 at 12:55