Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • an error when run cufflinks

    When i run cufflinks, the error occurs:

    cufflinks: error while loading shared libraries: libboost_thread.so.1.47.0: cannot open shared object file: No such file or directory

    it may be the problem from the install of boost C++.

    So, can someone help me to solve this?

  • #2
    I had the same issue and I solved it by adding the lib path:
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

    But before this make sure you have installed Boost:


    Also, while I was installing Boost I also had this error, which I didn't know how to solve it but for the moment I just removed that parameter from the command:

    boost_1_47_0]$ bjam --toolset=gcc architecture=x86 address_model=64 link=static runtime-link=static stage install
    /home/code/IMPORT/boost_1_47_0/tools/build/v2/build/property.jam:328: in validate1 from module property
    error: Invalid property '<address_model>64': unknown feature 'address_model'.

    Comment


    • #3
      try this:
      locate libboost | grep t_thread.so.1
      find the library location and then add the path to the LD_LIBRARY_PATH by the following script:
      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/libboost/absolute/path/to/file

      Comment


      • #4
        Originally posted by bio_student View Post
        I had the same issue and I solved it by adding the lib path:
        export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

        But before this make sure you have installed Boost:


        Also, while I was installing Boost I also had this error, which I didn't know how to solve it but for the moment I just removed that parameter from the command:

        boost_1_47_0]$ bjam --toolset=gcc architecture=x86 address_model=64 link=static runtime-link=static stage install
        /home/code/IMPORT/boost_1_47_0/tools/build/v2/build/property.jam:328: in validate1 from module property
        error: Invalid property '<address_model>64': unknown feature 'address_model'.
        Thanks a lot. The error resolved but the command export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
        must be entered before running > cufflinks.
        Is there a way to rectify it.?

        Comment


        • #5
          Originally posted by vasubioinfo View Post
          Thanks a lot. The error resolved but the command export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
          must be entered before running > cufflinks.
          Is there a way to rectify it.?
          Depending on the default shell you are using that command can be added to either the .profile or .bashrc file in your $HOME.

          Comment


          • #6
            Can you please explain

            Respected Sir,
            Can you please explain what you have posted ? How to know which is our default shell and run the command.

            Originally posted by GenoMax View Post
            Depending on the default shell you are using that command can be added to either the .profile or .bashrc file in your $HOME.
            Thank you.

            Comment


            • #7
              What is the output of the following command? This will tell us what shell you are using.

              Code:
              echo $SHELL

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Non-Coding RNA Research and Technologies
                by seqadmin




                Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

                Nobel Prize for MicroRNA Discovery
                This week,...
                10-07-2024, 08:07 AM
              • seqadmin
                Recent Developments in Metagenomics
                by seqadmin





                Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                09-23-2024, 06:35 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 06:55 AM
              0 responses
              8 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-02-2024, 04:51 AM
              0 responses
              105 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-01-2024, 07:10 AM
              0 responses
              113 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-30-2024, 08:33 AM
              1 response
              117 views
              0 likes
              Last Post EmiTom
              by EmiTom
               
              Working...
              X