1.10.7 makemkv-oss not building

The place to discuss linux version of MakeMKV
Post Reply
BuggeringHell
Posts: 1
Joined: Fri Oct 13, 2017 3:10 am

1.10.7 makemkv-oss not building

Post by BuggeringHell »

Hello,

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
I have tried building with the latest GCC (6 vs. the default 4 supplied by Debian which previously worked), and OpenSSL 1.1.0f 25 May 2017
m260644
Posts: 2
Joined: Sun Oct 22, 2017 4:11 pm

Re: 1.10.7 makemkv-oss not building

Post by m260644 »

Having the same issue....Tried updating GCC and still didn't work. 1.10.5 worked fine...was there a change for .7? I'm on UBUNTU 13.04.

Thanks
m260644
Posts: 2
Joined: Sun Oct 22, 2017 4:11 pm

Re: 1.10.7 makemkv-oss not building

Post by m260644 »

Figured this out....ran .configure like this....

./configure CFLAGS='-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS'
Post Reply