Arch Linux + MongoDB - GLIBCXX_3.4.22 not foundMongoDB will not uninstallmongodb service wont start, what is...

How can sister protect herself from impulse purchases with a credit card?

Why did Nick Fury not hesitate in blowing up the plane he thought was carrying a nuke?

Difference in 1 user doing 1000 iterations and 1000 users doing 1 iteration in Load testing

Parse a C++14 integer literal

What does it mean to "take the Cross"

How is dynamic resistance of a diode modeled for large voltage variations?

List of lists elementwise greater/smaller than

What quantum phenomena violate the superposition principle in electromagnetism?

Why is this python script running in background consuming 100 % CPU?

Is it wise to pay off mortgage with 401k?

Working hours and productivity expectations for game artists and programmers

Do 'destroy' effects count as damage?

Does the fact that we can only measure the two-way speed of light undermine the axiom of invariance?

What is metrics.roc_curve and metrics.auc measuring when I'm comparing binary data with probability estimates?

why "American-born", not "America-born"?

Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario?

What is this dime sized black bug with white on the segments near Loveland Colorodao?

Germany rejected my entry to Schengen countries

What should I wear to go and sign an employment contract?

Do most Taxis give Receipts in London?

Is there a word for pant sleeves?

Salesforce bug enabled "Modify All"

How to tease a romance without a cat and mouse chase?

Does the Aboleth have expertise in History and Perception?



Arch Linux + MongoDB - GLIBCXX_3.4.22 not found


MongoDB will not uninstallmongodb service wont start, what is default pid for mongodb?Arch linux ca-certificates.crt not foundPacman: “error: target not found”Permission denied:why can't start mongodb on /dev/sda4?Arch Linux - pactree : command not foundRunning MongoDB as service on Arch LinuxArch Linux - many commands not foundHow to install mongodb on archlinux?Installation error in mongodb






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I have mongodb installed on my Arch linux:



$ sudo pacman -S mongodb
$ pacman -Qi mongodb

Name : mongodb
Version : 3.2.6-2
Description : A high-performance, open source, schema-free document-oriented database
Architecture : x86_64
URL : http://www.mongodb.org
Licenses : AGPL3
Groups : None
Provides : None
Depends On : pcre snappy openssl libsasl boost-libs yaml-cpp wiredtiger
Optional Deps : libpcap: needed for mongosniff [installed]
mongodb-tools: mongoimport, mongodump, mongotop, etc
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 102.28 MiB
Packager : Bartlomiej Piotrowski <bpiotrowski@archlinux.org>
Build Date : Fri 13 May 2016 09:40:18 AM BST
Install Date : Thu 30 Jun 2016 05:24:15 AM BST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature

$ mongo


But I have this error below:




mongo: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.22' not found
(required by mongo)




I have searched around and install:



$ sudo pacman -S libstdc++5


But I still have the same problem when I try to start mongo.



Any ideas how I can fix this?



EDIT:



$ pacman -Qs gcc-libs
local/gcc-libs 5.3.0-4 (base)
Runtime libraries shipped by GCC


And:



$ pacman -Qo /lib/libstdc++.so.6
/usr/lib/libstdc++.so.6 is owned by gcc-libs 5.3.0-4









share|improve this question
















bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • libstdc++.so.6 is in gcc-libs from the base group (or, alternatively, gcc-libs-multilib). Do you have thoose?

    – Wieland
    Jun 30 '16 at 5:49











  • @Wieland I don't think I have gcc-libs-multilib. Pls see my edit above. I only have local/gcc-libs 5.3.0-4 (base)

    – laukok
    Jun 30 '16 at 6:35






  • 1





    Ah, so you've done a partial upgrade at some point. Don't do that, it's not supported.

    – Wieland
    Jun 30 '16 at 9:06











  • @Wieland what should i do then? what is a partial upgrade?

    – laukok
    Jun 30 '16 at 9:12











  • What a partial upgrade is and what you should do are explained in the link from my last comment.

    – Wieland
    Jul 1 '16 at 15:18


















1















I have mongodb installed on my Arch linux:



$ sudo pacman -S mongodb
$ pacman -Qi mongodb

Name : mongodb
Version : 3.2.6-2
Description : A high-performance, open source, schema-free document-oriented database
Architecture : x86_64
URL : http://www.mongodb.org
Licenses : AGPL3
Groups : None
Provides : None
Depends On : pcre snappy openssl libsasl boost-libs yaml-cpp wiredtiger
Optional Deps : libpcap: needed for mongosniff [installed]
mongodb-tools: mongoimport, mongodump, mongotop, etc
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 102.28 MiB
Packager : Bartlomiej Piotrowski <bpiotrowski@archlinux.org>
Build Date : Fri 13 May 2016 09:40:18 AM BST
Install Date : Thu 30 Jun 2016 05:24:15 AM BST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature

$ mongo


But I have this error below:




mongo: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.22' not found
(required by mongo)




I have searched around and install:



$ sudo pacman -S libstdc++5


But I still have the same problem when I try to start mongo.



Any ideas how I can fix this?



EDIT:



$ pacman -Qs gcc-libs
local/gcc-libs 5.3.0-4 (base)
Runtime libraries shipped by GCC


And:



$ pacman -Qo /lib/libstdc++.so.6
/usr/lib/libstdc++.so.6 is owned by gcc-libs 5.3.0-4









share|improve this question
















bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • libstdc++.so.6 is in gcc-libs from the base group (or, alternatively, gcc-libs-multilib). Do you have thoose?

    – Wieland
    Jun 30 '16 at 5:49











  • @Wieland I don't think I have gcc-libs-multilib. Pls see my edit above. I only have local/gcc-libs 5.3.0-4 (base)

    – laukok
    Jun 30 '16 at 6:35






  • 1





    Ah, so you've done a partial upgrade at some point. Don't do that, it's not supported.

    – Wieland
    Jun 30 '16 at 9:06











  • @Wieland what should i do then? what is a partial upgrade?

    – laukok
    Jun 30 '16 at 9:12











  • What a partial upgrade is and what you should do are explained in the link from my last comment.

    – Wieland
    Jul 1 '16 at 15:18














1












1








1


1






I have mongodb installed on my Arch linux:



$ sudo pacman -S mongodb
$ pacman -Qi mongodb

Name : mongodb
Version : 3.2.6-2
Description : A high-performance, open source, schema-free document-oriented database
Architecture : x86_64
URL : http://www.mongodb.org
Licenses : AGPL3
Groups : None
Provides : None
Depends On : pcre snappy openssl libsasl boost-libs yaml-cpp wiredtiger
Optional Deps : libpcap: needed for mongosniff [installed]
mongodb-tools: mongoimport, mongodump, mongotop, etc
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 102.28 MiB
Packager : Bartlomiej Piotrowski <bpiotrowski@archlinux.org>
Build Date : Fri 13 May 2016 09:40:18 AM BST
Install Date : Thu 30 Jun 2016 05:24:15 AM BST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature

$ mongo


But I have this error below:




mongo: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.22' not found
(required by mongo)




I have searched around and install:



$ sudo pacman -S libstdc++5


But I still have the same problem when I try to start mongo.



Any ideas how I can fix this?



EDIT:



$ pacman -Qs gcc-libs
local/gcc-libs 5.3.0-4 (base)
Runtime libraries shipped by GCC


And:



$ pacman -Qo /lib/libstdc++.so.6
/usr/lib/libstdc++.so.6 is owned by gcc-libs 5.3.0-4









share|improve this question
















I have mongodb installed on my Arch linux:



$ sudo pacman -S mongodb
$ pacman -Qi mongodb

Name : mongodb
Version : 3.2.6-2
Description : A high-performance, open source, schema-free document-oriented database
Architecture : x86_64
URL : http://www.mongodb.org
Licenses : AGPL3
Groups : None
Provides : None
Depends On : pcre snappy openssl libsasl boost-libs yaml-cpp wiredtiger
Optional Deps : libpcap: needed for mongosniff [installed]
mongodb-tools: mongoimport, mongodump, mongotop, etc
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 102.28 MiB
Packager : Bartlomiej Piotrowski <bpiotrowski@archlinux.org>
Build Date : Fri 13 May 2016 09:40:18 AM BST
Install Date : Thu 30 Jun 2016 05:24:15 AM BST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature

$ mongo


But I have this error below:




mongo: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.22' not found
(required by mongo)




I have searched around and install:



$ sudo pacman -S libstdc++5


But I still have the same problem when I try to start mongo.



Any ideas how I can fix this?



EDIT:



$ pacman -Qs gcc-libs
local/gcc-libs 5.3.0-4 (base)
Runtime libraries shipped by GCC


And:



$ pacman -Qo /lib/libstdc++.so.6
/usr/lib/libstdc++.so.6 is owned by gcc-libs 5.3.0-4






arch-linux mongodb






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 30 '16 at 6:52







laukok

















asked Jun 30 '16 at 4:55









laukoklaukok

136119




136119





bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 44 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • libstdc++.so.6 is in gcc-libs from the base group (or, alternatively, gcc-libs-multilib). Do you have thoose?

    – Wieland
    Jun 30 '16 at 5:49











  • @Wieland I don't think I have gcc-libs-multilib. Pls see my edit above. I only have local/gcc-libs 5.3.0-4 (base)

    – laukok
    Jun 30 '16 at 6:35






  • 1





    Ah, so you've done a partial upgrade at some point. Don't do that, it's not supported.

    – Wieland
    Jun 30 '16 at 9:06











  • @Wieland what should i do then? what is a partial upgrade?

    – laukok
    Jun 30 '16 at 9:12











  • What a partial upgrade is and what you should do are explained in the link from my last comment.

    – Wieland
    Jul 1 '16 at 15:18



















  • libstdc++.so.6 is in gcc-libs from the base group (or, alternatively, gcc-libs-multilib). Do you have thoose?

    – Wieland
    Jun 30 '16 at 5:49











  • @Wieland I don't think I have gcc-libs-multilib. Pls see my edit above. I only have local/gcc-libs 5.3.0-4 (base)

    – laukok
    Jun 30 '16 at 6:35






  • 1





    Ah, so you've done a partial upgrade at some point. Don't do that, it's not supported.

    – Wieland
    Jun 30 '16 at 9:06











  • @Wieland what should i do then? what is a partial upgrade?

    – laukok
    Jun 30 '16 at 9:12











  • What a partial upgrade is and what you should do are explained in the link from my last comment.

    – Wieland
    Jul 1 '16 at 15:18

















libstdc++.so.6 is in gcc-libs from the base group (or, alternatively, gcc-libs-multilib). Do you have thoose?

– Wieland
Jun 30 '16 at 5:49





libstdc++.so.6 is in gcc-libs from the base group (or, alternatively, gcc-libs-multilib). Do you have thoose?

– Wieland
Jun 30 '16 at 5:49













@Wieland I don't think I have gcc-libs-multilib. Pls see my edit above. I only have local/gcc-libs 5.3.0-4 (base)

– laukok
Jun 30 '16 at 6:35





@Wieland I don't think I have gcc-libs-multilib. Pls see my edit above. I only have local/gcc-libs 5.3.0-4 (base)

– laukok
Jun 30 '16 at 6:35




1




1





Ah, so you've done a partial upgrade at some point. Don't do that, it's not supported.

– Wieland
Jun 30 '16 at 9:06





Ah, so you've done a partial upgrade at some point. Don't do that, it's not supported.

– Wieland
Jun 30 '16 at 9:06













@Wieland what should i do then? what is a partial upgrade?

– laukok
Jun 30 '16 at 9:12





@Wieland what should i do then? what is a partial upgrade?

– laukok
Jun 30 '16 at 9:12













What a partial upgrade is and what you should do are explained in the link from my last comment.

– Wieland
Jul 1 '16 at 15:18





What a partial upgrade is and what you should do are explained in the link from my last comment.

– Wieland
Jul 1 '16 at 15:18










1 Answer
1






active

oldest

votes


















0














I fixed the problem by upgrading all packages in my server:



$ sudo pacman -Syu


Not ideal but a quick fix.






share|improve this answer
























  • With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

    – Mark K Cowan
    Jan 24 '17 at 23:32












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f293022%2farch-linux-mongodb-glibcxx-3-4-22-not-found%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I fixed the problem by upgrading all packages in my server:



$ sudo pacman -Syu


Not ideal but a quick fix.






share|improve this answer
























  • With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

    – Mark K Cowan
    Jan 24 '17 at 23:32
















0














I fixed the problem by upgrading all packages in my server:



$ sudo pacman -Syu


Not ideal but a quick fix.






share|improve this answer
























  • With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

    – Mark K Cowan
    Jan 24 '17 at 23:32














0












0








0







I fixed the problem by upgrading all packages in my server:



$ sudo pacman -Syu


Not ideal but a quick fix.






share|improve this answer













I fixed the problem by upgrading all packages in my server:



$ sudo pacman -Syu


Not ideal but a quick fix.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 30 '16 at 7:49









laukoklaukok

136119




136119













  • With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

    – Mark K Cowan
    Jan 24 '17 at 23:32



















  • With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

    – Mark K Cowan
    Jan 24 '17 at 23:32

















With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

– Mark K Cowan
Jan 24 '17 at 23:32





With Arch being rolling release, it'd always a good idea to only do -S package and -Syu, never -Sy package or -Sy, since any single package downloaded may not be compatible with the rest of the system otherwise.

– Mark K Cowan
Jan 24 '17 at 23:32


















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f293022%2farch-linux-mongodb-glibcxx-3-4-22-not-found%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...