Entering edit mode
7.8 years ago
biotech
▴
570
I'm trying to install bedGraphToBigWig into MACOSX.
I'm following this instructions:
https://github.com/ENCODE-DCC/kentUtils
I'm having this error when doing sudo make:
gcc -O -g -Wall -Wno-unused-variable -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_local -DUSE_SSL -DCOLOR32 -DUSE_SAMTABIX -DUSE_BAM -DUSE_TABIX -DKNETFILE_HOOKS -Wall -Wno-unused-variable -Wno-deprecated-declarations -I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -I/include -I/usr/local/Cellar/libpng/1.6.25/include/libpng16 -I/Users/bernardo/Desktop/2017_02_13_Babitzke/whole_trimmed/kentUtils/samtabix -o hmac.o -c hmac.c
hmac.c:12:10: fatal error: 'openssl/hmac.h' file not found
#include "openssl/hmac.h"
^
1 error generated.
make[2]: *** [hmac.o] Error 1
make[1]: *** [topLibs] Error 2
make: *** [libs] Error 2
What should I do?
I tried:
051894:kentUtils bernardo$ brew install openssl
Warning: openssl is a keg-only and another version is linked to opt.
Use `brew install --force` if you want to install this version
What is http://hgdownload.cse.ucsc.edu?
It is the site to download data/tools from UCSC.