Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • exo
    Member
    • Dec 2012
    • 26

    GapFiller compiling problem

    Hey!

    For the last couple of days I've been trying to install GapFiller on linux. Sadly, i failed several times. After I ./configure; make i end up with the following error:

    -------------------------------------------------------------------------------------
    /usr/bin/ld: samtools/GapFiller-bam_import.o: undefined reference to symbol 'gzdopen'
    //usr/local/lib/libz.so.1: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status
    make[1]: *** [GapFiller] Error 1
    make[1]: Leaving directory `$HOME/ngs/gapfiller-2.1.1/src'
    make: *** [all-recursive] Error 1
    -------------------------------------------------------------------------------------

    Has anyone encountered this error before? I've read quite abit about it, but couldnt find an effective solution. I've compiled a bunch of other softwares and they all worked fine.

    Any input would be appreciated!
    Best,
    Last edited by exo; 11-04-2014, 06:01 AM.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Can you check the Makefile and see if you can find a line that says LIBS? If there is "-lz" in that line, move it to the end of that line.

    One other thing to try would be (if -lz is missing):
    Code:
    $ ./configure LIBS="-lz"

    Comment

    • exo
      Member
      • Dec 2012
      • 26

      #3
      Wow ok, that worked thank you! Apparently -lz was missing from the Makefile adding your suggestion while running the "./configure" command fixed it!

      Thank you!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Pathogen Surveillance with Advanced Genomic Tools
        by seqadmin




        The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
        Yesterday, 11:48 AM
      • seqadmin
        New Genomics Tools and Methods Shared at AGBT 2025
        by seqadmin


        This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

        The Headliner
        The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
        03-03-2025, 01:39 PM
      • seqadmin
        Investigating the Gut Microbiome Through Diet and Spatial Biology
        by seqadmin




        The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
        02-24-2025, 06:31 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 03-20-2025, 05:03 AM
      0 responses
      36 views
      0 reactions
      Last Post seqadmin  
      Started by seqadmin, 03-19-2025, 07:27 AM
      0 responses
      43 views
      0 reactions
      Last Post seqadmin  
      Started by seqadmin, 03-18-2025, 12:50 PM
      0 responses
      35 views
      0 reactions
      Last Post seqadmin  
      Started by seqadmin, 03-03-2025, 01:15 PM
      0 responses
      190 views
      0 reactions
      Last Post seqadmin  
      Working...