not able install SOAPdenovo-Trans?
Closed this issue · 2 comments
sunnyEV commented
Hi
what are the dependencies require for installing the SOAPdenovo-Trans ?
sh make.sh error
../SOAPdenovo-Trans-31mer cleaning done.
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make: *** [SOAPdenovo] Error 1
../SOAPdenovo-Trans-127mer cleaning done.
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make: *** [SOAPdenovo] Error 1
Thanks!
aquaskyline commented
please install zlib
…On Sun, Mar 29, 2020 at 3:14 AM sunnykevin19 ***@***.***> wrote:
Hi
what are the dependencies require for installing the SOAPdenovo-Trans ?
sh make.sh error
../SOAPdenovo-Trans-31mer cleaning done.
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make: *** [SOAPdenovo] Error 1
../SOAPdenovo-Trans-127mer cleaning done.
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make: *** [SOAPdenovo] Error 1
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG2SOMPUQCHH32U2DFWE43RJZEBLANCNFSM4LVVYKYA>
.
--
Laurent
ayamadanu commented
You need zlib-static:
$ sudo yum install zlib-static