modelop / augustus

Augustus is an open source system for building and scoring statistical models designed to work with data sets that are too large to fit into memory
43 stars 21 forks source link

installation problem, lssl and lcrypto cannot be found #4

Open jterol opened 5 years ago

jterol commented 5 years ago

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?