Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • plantae
    Junior Member
    • Dec 2010
    • 7

    error while installing cufflinks 9.x

    hi, all,
    cufflinks version 0.8.3 works fine on my current system. try to update it,
    i have download the latest version of cufflinks v0.9.3, however, i failed to run the program on my cluster / failed to compile it.

    The x86_64 binary file can be execute directly, however, when i used it on a remote node (the running environment is linux cluster). ERRORS are:

    ./cufflinks: /lib64/libz.so.1: no version information available (required by ./cufflinks)
    cufflinks v0.9.3

    Due to this error, i try to compile cufflinks locally:
    The setting for the configuration is like:

    ./configure --prefix=/home/myuser/cufflinks/ --with-boost=/home/myuser/mylib/boost --with-bam=/home/myuser/mylib

    the boost version is 1.45
    and the structure of the /home/myuser/mylib directory is:
    mylib/lib/libbam.a
    mylib/include/bam/*.h

    The configuration process if fined, however, in compiling phase:
    ...
    bundles.h:546: warning: comparison between signed and unsigned integer expressions
    g++ -Wall -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized -m64 -O3 -DNDEBUG -pthread -I/home/SCE/jiangwenkai/mylib/boost/include -I/
    home/SCE/jiangwenkai/mylib/include -o cufflinks -L/home/SCE/jiangwenkai/mylib/boost/lib -L/home/SCE/jiangwenkai/mylib/lib cufflinks.o
    libcufflinks.a libgc.a -lboost_thread -lbam -lz
    /home/SCE/jiangwenkai/mylib/lib/libbam.a(bam_import.o): In function `__bam_get_lines':
    /home/SCE/jiangwenkai/samtools-0.1.11/bam_import.c:76: undefined reference to `gzopen64'
    /home/SCE/jiangwenkai/mylib/lib/libbam.a(bam_import.o): In function `sam_open':
    /home/SCE/jiangwenkai/samtools-0.1.11/bam_import.c:442: undefined reference to `gzopen64'
    /home/SCE/jiangwenkai/mylib/lib/libbam.a(bam_import.o): In function `sam_header_read2':
    /home/SCE/jiangwenkai/samtools-0.1.11/bam_import.c:126: undefined reference to `gzopen64'
    collect2: ld returned 1 exit status
    make[2]: *** [cufflinks] Error 1
    make[2]: Leaving directory `/home/SCE/jiangwenkai/RNA_seq/cufflinks-0.9.3/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/SCE/jiangwenkai/RNA_seq/cufflinks-0.9.3'
    make: *** [all] Error 2

    I have google for this error, someone says that "undefined reference to `gzopen64'" error is caused by zlib settings, our system wide zlib library position is like this:

    ll /usr/local/lib |grep 'libz.'
    -rw-r--r-- 1 root root 135786 2010-11-08 15:34 libz.a
    lrwxrwxrwx 1 root root 13 2010-11-08 15:34 libz.so -> libz.so.1.2.5
    lrwxrwxrwx 1 root root 13 2010-11-08 15:34 libz.so.1 -> libz.so.1.2.5
    -rwxr-xr-x 1 root root 108533 2010-11-08 15:34 libz.so.1.2.5

    ll /usr/lib |grep 'libz.'
    lrwxrwxrwx 1 root root 6 2009-10-13 12:16 libgz.a -> libz.a
    lrwxrwxrwx 1 root root 14 2009-10-13 12:16 libgz.so.1 -> /lib/libz.so.1
    -rw-r--r-- 1 root root 87624 2006-06-16 20:02 libz.a
    lrwxrwxrwx 1 root root 13 2010-12-02 22:32 libz.so -> libz.so.1.2.5
    lrwxrwxrwx 1 root root 13 2010-12-02 22:32 libz.so.1 -> libz.so.1.2.5
    lrwxrwxrwx 1 root root 10 2009-10-13 12:16 libz.so.1-20101202 -> libgz.so.1
    -rwxr-xr-x 1 root root 108533 2010-11-08 15:34 libz.so.1.2.5
    lrwxrwxrwx 1 root root 14 2009-10-13 12:16 libz.so-20101202 -> /lib/libz.so.1

    objdump -T /usr/local/lib/libz.so.1.2.5 | grep gzopen64
    000061e0 g DF .text 00000014 ZLIB_1.2.3.3 gzopen64
    objdump -T /usr/lib/libz.so.1.2.5 | grep gzopen64
    000061e0 g DF .text 00000014 ZLIB_1.2.3.3 gzopen64

    I have try with --with-zlib=/usr/local/ --with-zlib=/usr/local/lib --with-zlib=/usr --with-zlib=/usr/lib --without-zlib, none of these opinions works, all go to the same error.

    does anyone know what is the problem?
    best
    regards!

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.
    ...
    Today, 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...
    Yesterday, 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, Today, 10:04 AM
0 responses
7 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, Yesterday, 10:08 AM
0 responses
6 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-07-2026, 11:05 AM
0 responses
9 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-02-2026, 11:08 AM
0 responses
31 views
0 reactions
Last Post SEQadmin2  
Working...