Traditionally, I have compiled MakeMKV without issue, but with the latest release I am getting the following error on Debian 8.9
Code: Select all
/tmp/ccnyT18K.o: In function `OSSL_ECDSA_do_verify_rs':
/usr/local/src/makemkv-oss-1.10.7/libabi/src/ossl_ec.c:222: undefined reference to `ECDSA_SIG_set0'
/tmp/ccnyT18K.o: In function `OSSL_ecdsa_sig_get_r':
/usr/local/src/makemkv-oss-1.10.7/libabi/src/ossl_ec.c:245: undefined reference to `ECDSA_SIG_get0'
/tmp/ccnyT18K.o: In function `OSSL_ecdsa_sig_get_s':
/usr/local/src/makemkv-oss-1.10.7/libabi/src/ossl_ec.c:258: undefined reference to `ECDSA_SIG_get0'
/tmp/ccnyT18K.o: In function `OSSL_BN_is_zero':
/usr/local/src/makemkv-oss-1.10.7/libabi/src/ossl_ec.c:72: undefined reference to `BN_is_zero'
collect2: error: ld returned 1 exit status
Makefile:74: recipe for target 'out/libmakemkv.so.1.full' failed
make: *** [out/libmakemkv.so.1.full] Error 1