when I do make -f makefile.linux i get:
libabi/src/ossl_aes.c:22:25: fatal error: openssl/aes.h: No such file or directory
compilation terminated.
libabi/src/ossl_sha.c:22:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
libabi/src/ossl_ec.c:22:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
libabi/src/zlib.c:22:18: fatal error: zlib.h: No such file or directory
compilation terminated.
In file included from libabi/pssl/ec_key.c:65:0:
libabi/pssl/ec_lcl.h:72:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
libabi/pssl/ec_lib.c:66:25: fatal error: openssl/err.h: No such file or directory
compilation terminated.
libabi/pssl/ec_cvt.c:72:25: fatal error: openssl/err.h: No such file or directory
compilation terminated.
libabi/pssl/ec_mult.c:66:25: fatal error: openssl/err.h: No such file or directory
compilation terminated.
libabi/pssl/ecp_mont.c:64:25: fatal error: openssl/err.h: No such file or directory
compilation terminated.
libabi/pssl/ecp_smpl.c:65:25: fatal error: openssl/err.h: No such file or directory
compilation terminated.
In file included from libabi/pssl/ecs_ossl.c:59:0:
libabi/pssl/ecs_locl.h:62:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
In file included from libabi/pssl/ecs_sign.c:56:0:
libabi/pssl/ecs_locl.h:62:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
In file included from libabi/pssl/ecs_vrf.c:59:0:
libabi/pssl/ecs_locl.h:62:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
make: *** [out/libmakemkv.so.1.full] Error 1
I downloaded and extracted the files...I can browse the directory and see that those files are there. What am i doing wrong? I get more than what i pasted above....those are just the errors when it quits. Any help is appreciated.
Cannot install v1.7.2_oss on Ubuntu 11.10
-
- Posts: 2
- Joined: Sun Mar 25, 2012 2:23 am
Re: Cannot install v1.7.2_oss on Ubuntu 11.10
Looks like i needed to install libdev for openssl as well...even though i had openssl already installed.
Re: Cannot install v1.7.2_oss on Ubuntu 11.10
So does that mean..... it is "solved" by doing what was the recommended first procedure....following command to install all prerequisites ?gdtilghman wrote:Looks like i needed to install libdev for openssl as well...even though i had openssl already installed.