Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jacktheking
    Junior Member
    • Sep 2013
    • 3

    problems in samtools install

    hello everybody!

    i tried installing samtools in Ubuntu (64bit) but failed. here are the error messages:
    -------------------------------------------------------------------
    root@ubuntu:/home/user/samtools-0.1.16# make
    make[1]: Entering directory `/home/lzl/samtools-0.1.16'
    make[2]: Entering directory `/home/lzl/samtools-0.1.16'
    gcc -c -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_USE_KNETFILE -D_CURSES_LIB=1 -I. bgzf.c -o bgzf.o
    In file included from bgzf.c:36:
    bgzf.h:29:18: error: zlib.h: No such file or directory
    bgzf.c: In function ‘open_write’:
    bgzf.c:186: error: ‘Z_DEFAULT_COMPRESSION’ undeclared (first use in this function)
    bgzf.c:186: error: (Each undeclared identifier is reported only once
    bgzf.c:186: error: for each function it appears in.)
    bgzf.c: In function ‘deflate_block’:
    bgzf.c:297: error: ‘z_stream’ undeclared (first use in this function)
    bgzf.c:297: error: expected ‘;’ before ‘zs’
    bgzf.c:298: error: ‘zs’ undeclared (first use in this function)
    bgzf.c:305: warning: implicit declaration of function ‘deflateInit2’
    bgzf.c:305: error: ‘Z_DEFLATED’ undeclared (first use in this function)
    bgzf.c:306: error: ‘Z_DEFAULT_STRATEGY’ undeclared (first use in this function)
    bgzf.c:307: error: ‘Z_OK’ undeclared (first use in this function)
    bgzf.c:311: warning: implicit declaration of function ‘deflate’
    bgzf.c:311: error: ‘Z_FINISH’ undeclared (first use in this function)
    bgzf.c:312: error: ‘Z_STREAM_END’ undeclared (first use in this function)
    bgzf.c:313: warning: implicit declaration of function ‘deflateEnd’
    bgzf.c:345: warning: implicit declaration of function ‘crc32’
    bgzf.c: In function ‘inflate_block’:
    bgzf.c:371: error: ‘z_stream’ undeclared (first use in this function)
    bgzf.c:371: error: expected ‘;’ before ‘zs’
    bgzf.c:373: error: ‘zs’ undeclared (first use in this function)
    bgzf.c:380: warning: implicit declaration of function ‘inflateInit2’
    bgzf.c:381: error: ‘Z_OK’ undeclared (first use in this function)
    bgzf.c:385: warning: implicit declaration of function ‘inflate’
    bgzf.c:385: error: ‘Z_FINISH’ undeclared (first use in this function)
    bgzf.c:386: error: ‘Z_STREAM_END’ undeclared (first use in this function)
    bgzf.c:387: warning: implicit declaration of function ‘inflateEnd’
    bgzf.c: In function ‘check_header’:
    bgzf.c:405: error: ‘Z_DEFLATED’ undeclared (first use in this function)
    make[2]: *** [bgzf.o] Error 1
    make[2]: Leaving directory `/home/lzl/samtools-0.1.16'
    make[1]: *** [lib-recur] Error 1
    make[1]: Leaving directory `/home/lzl/samtools-0.1.16'
    make: *** [all-recur] Error 1
    -------------------------------------------------------------------

    i got no clues from them. and i googled nothing.

    would you please tell me what's happening with the application?
  • a_mt
    Member
    • Jul 2012
    • 34

    #2
    why dont you install it from repository:
    sudo apt-get install samtools

    Comment

    • dpryan
      Devon Ryan
      • Jul 2011
      • 3478

      #3
      You need to install the zlib1g-dev package.

      Comment

      • jacktheking
        Junior Member
        • Sep 2013
        • 3

        #4
        Originally posted by a_mt View Post
        why dont you install it from repository:
        it didn't work until i repalced the Ubuntu 8 64bit with Ubuntu 12 server 64bit. maybe the updating sources were wrong.

        thanks for your suggestion!

        Comment

        • jacktheking
          Junior Member
          • Sep 2013
          • 3

          #5
          Originally posted by dpryan View Post
          You need to install the zlib1g-dev package.
          apt-get install zlib1g-dev ......this is useful.

          totally i found the version of linux OS made great differences when applying it. now i've install a newest version. it seems everything's OK.

          thanks!

          PS: do you have good universal solutions for errors like" cannot find shared lib*.o.. no such file or directory"?

          Comment

          Latest Articles

          Collapse

          • 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
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          12 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          15 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          20 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          54 views
          0 reactions
          Last Post SEQadmin2  
          Working...