modelop/augustus

installation problem, lssl and lcrypto cannot be found

jterol opened this issue · 0 comments

Hi!
When I run make to install Augustus I get this error message:
make[2]: se ingresa al directorio /home/shared/Augustus/auxprogs/bam2wig' gcc -Wall -O2 -I/home/shared//samtools-1.3.1/ -I. -I/home/shared//htslib-1.3.2/ -I/home/shared//bcftools-1.9/ bam2wig.o -o bam2wig /home/shared//samtools-1.3.1//libbam.a /home/shared//htslib-1.3.2//libhts.a -lcurses -lm -lz -lpthread -lcurl -lssl -lcrypto -lbz2 -llzma /usr/bin/ld: no se puede encontrar -lssl /usr/bin/ld: no se puede encontrar -lcrypto collect2: error: ld devolvió el estado de salida 1 make[2]: *** [bam2wig] Error 1 make[2]: se sale del directorio /home/shared/Augustus/auxprogs/bam2wig'
make[1]: *** [all] Error 2
make[1]: se sale del directorio `/home/shared/Augustus/auxprogs'
make: *** [all] Error 2

It seems that lssl and lcrypto cannot be found, but I don't have any clue about this libraries
Any idea?