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
                Recent Advances in Sequencing Analysis Tools
                by seqadmin


                The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                Yesterday, 07:48 AM
              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 06:57 AM
              0 responses
              7 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Yesterday, 07:17 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-02-2024, 08:06 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-30-2024, 12:17 PM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Working...
              X