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
                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by SEQadmin2


                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                Here are nine questions we think about, in roughly the order they matter, before...
                06-18-2026, 07:11 AM
              • SEQadmin2
                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                by SEQadmin2


                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                ...
                06-02-2026, 10:05 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-17-2026, 06:09 AM
              0 responses
              36 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-09-2026, 11:58 AM
              0 responses
              100 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-05-2026, 10:09 AM
              0 responses
              120 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-04-2026, 08:59 AM
              0 responses
              113 views
              0 reactions
              Last Post SEQadmin2  
              Working...