Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • masylichu
    Member
    • Oct 2010
    • 30

    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?
  • bio_student
    Junior Member
    • Sep 2011
    • 1

    #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

    • pengchy
      Senior Member
      • Feb 2009
      • 116

      #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

      • vasubioinfo
        Junior Member
        • Apr 2013
        • 2

        #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

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #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

          • vasubioinfo
            Junior Member
            • Apr 2013
            • 2

            #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

            • GenoMax
              Senior Member
              • Feb 2008
              • 7142

              #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

              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM
              • GATTACAT
                Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by GATTACAT
                Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                07-01-2026, 11:43 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              21 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              32 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Working...