Search found 5 matches
- Tue May 08, 2018 1:26 pm
- Forum: MakeMKV for Linux
- Topic: Could not compile 1.12.2 on Ubuntu
- Replies: 7
- Views: 17611
Re: Could not compile 1.12.2 on Ubuntu
I solved my issue by removing ffmpeg 4.0 and re-compiling it with --enable_shared. In fact, here's the command line I used for ffmpeg 4.0: ./configure --enable-libmp3lame --disable-x86asm --enable-pic --enable-shared And for the benefit of those who want to install makemkv 1.12.2, don't forget to a...
- Tue May 08, 2018 12:22 pm
- Forum: MakeMKV for Linux
- Topic: Internal error: openssl test 00FC failed
- Replies: 19
- Views: 56773
Re: Internal error: openssl test 00FC failed
Below command should get you all necessary devel packages on latest Fedora sudo dnf install gcc-c++ glibc-devel compat-openssl10-devel expat-devel ffmpeg-devel mesa-libGL-devel qt5-qtbase-devel --allowerasing Note the compat-openssl10-devel needs to be installed BEFORE compiling the makemkv. If afte...
- Wed Dec 13, 2017 1:20 pm
- Forum: MakeMKV for Linux
- Topic: Internal error: openssl test 00FC failed
- Replies: 19
- Views: 56773
Re: Internal error: openssl test 00FC failed
For anyone still prefer to build from source, just install the compact-openssl10-devel package so that makemkv would be compiled with the the OpenSSL 1.0.X branch. sudo dnf install compat-openssl10-devel.x86_64 --allowerasing Note you can have both compact-openssl10 and openssl 1.1 coexist but not t...
- Sun Apr 26, 2015 3:39 am
- Forum: MakeMKV for Linux
- Topic: Got Application failed to initialize popup on Fedora 21 64bi
- Replies: 6
- Views: 14383
Re: Got Application failed to initialize popup on Fedora 21
Just upgrade my system to Fedora 22 Beta. Grab the 1.9.2 release but the problem stills. $ ./configure configure: loading site script /usr/share/config.site checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86...
- Sat Feb 21, 2015 3:20 am
- Forum: MakeMKV for Linux
- Topic: Got Application failed to initialize popup on Fedora 21 64bi
- Replies: 6
- Views: 14383
Got Application failed to initialize popup on Fedora 21 64bi
Latest MakeMKV 1.9.1, compiling was fine without any error. But nothing appears while launching. top shows that there's a makemkvcon process running in background while eating CPU resource. While killing it, a MakeMkv BETA popup appears: Application failed to initialize Tried to search the forum, it...