error message ubuntu 12.04lts

Everything related to MakeMKV
Post Reply
edwahlphd
Posts: 2
Joined: Sun Jun 23, 2013 11:46 pm

error message ubuntu 12.04lts

Post by edwahlphd »

-from DrWahl@MedanInc.com. thank you for your response to this issue phone -541-754-6350
How can I solve this problem?

ed3@COOL:~$ sudo apt-get install build-essential libc6-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
libc6-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ed3@COOL:~$ libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev
:? libssl-dev: command not found
ed3@COOL:~$


http://
www .makemkv .com/download/ffmpeg

-DHAVE_BUILDINFO_H -Itmp \
-fPIC -Xlinker -dy -Xlinker --version-script=libmakemkv/src/libmakemkv.vers \
-Xlinker -soname=libmakemkv.so.1 -lc -lstdc++ -lcrypto -lz -lexpat
In file included from libmakemkv/src/world.cpp:35:0:
libabi/inc/lgpl/expatabi.h:24:19: fatal error: expat.h: No such file or directory
compilation terminated.
libabi/src/ossl_aes.c:22:25: fatal error: openssl/aes.h: No such file or directory
***************************************
Procedure successes and failures are detailed below
Both tar.gz files were opened to create a directory
The makemkv-bin-1.8.3 installed without any errors
the code for
The makemkv-oss-1.8.3 install attempt gave fatal errors listed below
sudo apt-get install build-essential libc6-dev
worked without error

libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev
gave error messages below

this has not yet been attempted. My system is 24 bit sound
/download/ffmpeg
SorenM
Posts: 15
Joined: Sat Jun 23, 2012 2:24 pm
Location: Winchester, UK

Re: error message ubuntu 12.04lts

Post by SorenM »

That is because you misunderstood the command to use - i.e. it is not two lines but rather a single long "sudo apt-get install" command: You should have use:

sudo apt-get install build-essential libc6-dev libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev

All on a single line.

You can split it up and do them individually, but the key is that every command line starts with "sudo apt-get install ", followed by what you are trying to install.
edwahlphd
Posts: 2
Joined: Sun Jun 23, 2013 11:46 pm

Re: error message ubuntu 12.04lts

Post by edwahlphd »

thanks; i am used to sendnig long lines of an install command; you are correct i misunderstoord. will give it a try again THanks

SorenM wrote:That is because you misunderstood the command to use - i.e. it is not two lines but rather a single long "sudo apt-get install" command: You should have use:

sudo apt-get install build-essential libc6-dev libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev

All on a single line.

You can split it up and do them individually, but the key is that every command line starts with "sudo apt-get install ", followed by what you are trying to install.
austingrd
Posts: 49
Joined: Wed Jun 05, 2013 7:14 pm

Re: error message ubuntu 12.04lts

Post by austingrd »

sudo apt-get install build-essential libc6-dev libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev
I don't quite understand this. Does it have to be a long one?
build-essential libc6-dev libssl-dev libexpat1-dev libgl1-mesa-dev libqt4-dev
Mistakes are learning tools. Image
Post Reply