error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file...

What helicopter has the most rotor blades?

What is the ongoing value of the Kanban board to the developers as opposed to management

`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY

Putting Ant-Man on house arrest

Why did Europeans not widely domesticate foxes?

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Are these square matrices always diagonalisable?

How to begin with a paragraph in latex

Coin Game with infinite paradox

What to do with someone that cheated their way though university and a PhD program?

Why does Java have support for time zone offsets with seconds precision?

What do you call an IPA symbol that lacks a name (e.g. ɲ)?

"Working on a knee"

What is the evidence that custom checks in Northern Ireland are going to result in violence?

SQL Server placement of master database files vs resource database files

Was Objective-C really a hindrance to Apple software development?

Why I cannot instantiate a class whose constructor is private in a friend class?

What *exactly* is electrical current, voltage, and resistance?

What does the black goddess statue do and what is it?

Why would the Overseers waste their stock of slaves on the Game?

/bin/ls sorts differently than just ls

Why is arima in R one time step off?

How was Lagrange appointed professor of mathematics so early?

Test if all elements of a Foldable are the same



error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)





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







2















Been working with this issue when trying to run a program.



What I did:





  1. Updated my system using the following commands:



    sudo apt-get update 
    sudo apt-get upgrade



  2. Installed the necessary dependencies using the following commands:



    sudo apt-get install build-essential libssl-dev libdb-dev 
    libdb++-dev libboost-all-dev git libssl1.0.0-dbg
    sudo apt-get install libdb-dev libdb++-dev libboost-all-dev
    libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev



  3. Extracted the tar file using the following command:



    wget gemstone.life/gemcoin-daemon-linux.tar.gz
    tar -xzvf gemcoin-daemon-linux.tar.gz



  4. Installed the daemon:



    chmod +x gemstoned
    sudo mv gemstoned /usr/bin/



  5. Create the config file:



    mkdir $HOME/.gemstone
    nano $HOME/.gemstone/gemstone.conf



  6. Pasted the following lines in yourcoin.conf:



    rpcuser= (left blank for the forum) 
    rpcpassword= (left blank for the forum)
    rpcallowip=127.0.0.1
    listen=1
    server=1
    txindex=1
    daemon=1


  7. Tried starting the node with the following command.



The error I am getting is




error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory




I have used Google, I have researched and read and read about issue and have tried uninstalling, purging, and reinstalling liboost among other things. I am using Ubuntu 16.04. Any help would be appreciated.



Thanks!










share|improve this question
















bumped to the homepage by Community 9 hours ago


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






















    2















    Been working with this issue when trying to run a program.



    What I did:





    1. Updated my system using the following commands:



      sudo apt-get update 
      sudo apt-get upgrade



    2. Installed the necessary dependencies using the following commands:



      sudo apt-get install build-essential libssl-dev libdb-dev 
      libdb++-dev libboost-all-dev git libssl1.0.0-dbg
      sudo apt-get install libdb-dev libdb++-dev libboost-all-dev
      libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev



    3. Extracted the tar file using the following command:



      wget gemstone.life/gemcoin-daemon-linux.tar.gz
      tar -xzvf gemcoin-daemon-linux.tar.gz



    4. Installed the daemon:



      chmod +x gemstoned
      sudo mv gemstoned /usr/bin/



    5. Create the config file:



      mkdir $HOME/.gemstone
      nano $HOME/.gemstone/gemstone.conf



    6. Pasted the following lines in yourcoin.conf:



      rpcuser= (left blank for the forum) 
      rpcpassword= (left blank for the forum)
      rpcallowip=127.0.0.1
      listen=1
      server=1
      txindex=1
      daemon=1


    7. Tried starting the node with the following command.



    The error I am getting is




    error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory




    I have used Google, I have researched and read and read about issue and have tried uninstalling, purging, and reinstalling liboost among other things. I am using Ubuntu 16.04. Any help would be appreciated.



    Thanks!










    share|improve this question
















    bumped to the homepage by Community 9 hours ago


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


















      2












      2








      2








      Been working with this issue when trying to run a program.



      What I did:





      1. Updated my system using the following commands:



        sudo apt-get update 
        sudo apt-get upgrade



      2. Installed the necessary dependencies using the following commands:



        sudo apt-get install build-essential libssl-dev libdb-dev 
        libdb++-dev libboost-all-dev git libssl1.0.0-dbg
        sudo apt-get install libdb-dev libdb++-dev libboost-all-dev
        libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev



      3. Extracted the tar file using the following command:



        wget gemstone.life/gemcoin-daemon-linux.tar.gz
        tar -xzvf gemcoin-daemon-linux.tar.gz



      4. Installed the daemon:



        chmod +x gemstoned
        sudo mv gemstoned /usr/bin/



      5. Create the config file:



        mkdir $HOME/.gemstone
        nano $HOME/.gemstone/gemstone.conf



      6. Pasted the following lines in yourcoin.conf:



        rpcuser= (left blank for the forum) 
        rpcpassword= (left blank for the forum)
        rpcallowip=127.0.0.1
        listen=1
        server=1
        txindex=1
        daemon=1


      7. Tried starting the node with the following command.



      The error I am getting is




      error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory




      I have used Google, I have researched and read and read about issue and have tried uninstalling, purging, and reinstalling liboost among other things. I am using Ubuntu 16.04. Any help would be appreciated.



      Thanks!










      share|improve this question
















      Been working with this issue when trying to run a program.



      What I did:





      1. Updated my system using the following commands:



        sudo apt-get update 
        sudo apt-get upgrade



      2. Installed the necessary dependencies using the following commands:



        sudo apt-get install build-essential libssl-dev libdb-dev 
        libdb++-dev libboost-all-dev git libssl1.0.0-dbg
        sudo apt-get install libdb-dev libdb++-dev libboost-all-dev
        libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev



      3. Extracted the tar file using the following command:



        wget gemstone.life/gemcoin-daemon-linux.tar.gz
        tar -xzvf gemcoin-daemon-linux.tar.gz



      4. Installed the daemon:



        chmod +x gemstoned
        sudo mv gemstoned /usr/bin/



      5. Create the config file:



        mkdir $HOME/.gemstone
        nano $HOME/.gemstone/gemstone.conf



      6. Pasted the following lines in yourcoin.conf:



        rpcuser= (left blank for the forum) 
        rpcpassword= (left blank for the forum)
        rpcallowip=127.0.0.1
        listen=1
        server=1
        txindex=1
        daemon=1


      7. Tried starting the node with the following command.



      The error I am getting is




      error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory




      I have used Google, I have researched and read and read about issue and have tried uninstalling, purging, and reinstalling liboost among other things. I am using Ubuntu 16.04. Any help would be appreciated.



      Thanks!







      bitcoin






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 1 '18 at 20:11









      N0rbert

      25.8k856122




      25.8k856122










      asked Jan 1 '18 at 18:48









      Gemstone ProjectGemstone Project

      11112




      11112





      bumped to the homepage by Community 9 hours 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 9 hours ago


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
























          1 Answer
          1






          active

          oldest

          votes


















          0














          Your library probably got updated to a newer version.



          Just create a link to the newer versions



          sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.54.0





          share|improve this answer


























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f991323%2ferror-while-loading-shared-libraries-libboost-system-so-1-54-0-cannot-open-sha%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














            Your library probably got updated to a newer version.



            Just create a link to the newer versions



            sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.54.0





            share|improve this answer






























              0














              Your library probably got updated to a newer version.



              Just create a link to the newer versions



              sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.54.0





              share|improve this answer




























                0












                0








                0







                Your library probably got updated to a newer version.



                Just create a link to the newer versions



                sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.54.0





                share|improve this answer















                Your library probably got updated to a newer version.



                Just create a link to the newer versions



                sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.54.0






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 22 '18 at 0:56









                Kevin Bowen

                14.9k155971




                14.9k155971










                answered Nov 21 '18 at 22:15









                Nageek17Nageek17

                1




                1






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f991323%2ferror-while-loading-shared-libraries-libboost-system-so-1-54-0-cannot-open-sha%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

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...