ubuntu 9.10 help
ubuntu 9.10 help
I tried to intsall makemkv and I used the first command to install the tools and libraries. sudo apt-get install build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev
I then try to use:
make -f makefile.linux
sudo make -f makefile.linux install
and I get:
kevin@kevin-desktop:~$ make -f makefile.linux
make: makefile.linux: No such file or directory
make: *** No rule to make target `makefile.linux'. Stop.
kevin@kevin-desktop:~$ sudo make -f makefile.linux install
I dl both files and extracted them in the download folder with the tar files. What am I doing wrong. I have never compiled anything before.
I then try to use:
make -f makefile.linux
sudo make -f makefile.linux install
and I get:
kevin@kevin-desktop:~$ make -f makefile.linux
make: makefile.linux: No such file or directory
make: *** No rule to make target `makefile.linux'. Stop.
kevin@kevin-desktop:~$ sudo make -f makefile.linux install
I dl both files and extracted them in the download folder with the tar files. What am I doing wrong. I have never compiled anything before.
Re: ubuntu 9.10 help
you need to navigate to the folder(s) first. the makefile.linux is like a script that tells gcc what to compile.
after that you may want to create an menu item for makemkv as it doesnt do this by default, i described how to do this here:
http://www.makemkv.com/forum2/viewtopic ... 1170#p4165
otherwise you can just run it from the commandline. makemkv installs its self to '/usr/bin/makemkv'
Code: Select all
cd ~/Download/makemkv_v1.5.2_beta_bin
make -f makefile.linux
sudo make -f makefile.linux install
cd ~/Download/makemkv_v1.5.2_beta_oss
make -f makefile.linux
sudo make -f makefile.linux install
http://www.makemkv.com/forum2/viewtopic ... 1170#p4165
otherwise you can just run it from the commandline. makemkv installs its self to '/usr/bin/makemkv'
Re: ubuntu 9.10 help
i made the file to add to /usr/share/applications/ and i can find no way to add it in. No copy and paste option and no right click create file. I also tried using the menu editor to create a listing and it creates it but when i open it nothing happens. I also tried "gksu makemkv" and nothing happens either.
Re: ubuntu 9.10 help
You have do be super user to create file in /usr/*
i like nano for editing:
or if you already have the file use:
also please clarify: did makemkv compile successfully?
i like nano for editing:
Code: Select all
sudo nano makemkv.desktop
Code: Select all
sudo mv makemkv.desktop /usr/share/applications
Re: ubuntu 9.10 help
I used the nano command to create the file, and it said it was already created. I guess the gui menu editor already made the same file but i still could not get it to open.
i got this output after the installation:
rm -f /usr/bin/makemkvcon
rm -f /usr/bin/cddump
install -t /usr/bin bin/i386/makemkvcon
i got this output after the installation:
rm -f /usr/bin/makemkvcon
rm -f /usr/bin/cddump
install -t /usr/bin bin/i386/makemkvcon
Re: ubuntu 9.10 help
is there anything in the .desktop file? do "cat /usr/share/applications/makemkv.desktop" to print the contents to console.
nano is just a text editor, so doing "sudo nano makemkv.desktop" just opens a document. you have to put the commands i listed in the file, then "crtl+o" to write the file, then "crtl+x" to exit nano.
read the nano manual page ( "man nano" ) for more information.
nano is just a text editor, so doing "sudo nano makemkv.desktop" just opens a document. you have to put the commands i listed in the file, then "crtl+o" to write the file, then "crtl+x" to exit nano.
read the nano manual page ( "man nano" ) for more information.
Re: ubuntu 9.10 help
i used the cat command and nothing happened. so then i used the nano command. added the commands. wrote it and closed it. and then i use gksu makemkv and on the bottom panel "opening administrative application" but then it closes and nothing happens. Using the sound video menu to open it did nothing. I think i installed it wrong. How do i uninstall so i can reinstall again?
Re: ubuntu 9.10 help
please use to find where makemkv is installed to.
makemkv does not require sudo or gksu
Code: Select all
locate makemkvcon
makemkv does not require sudo or gksu
Re: ubuntu 9.10 help
i got this by running locate makemkvcon:
/home/kevin/.local/share/Trash/files/makemkv_v1.5.2_beta_bin/bin/amd64/makemkvcon
/home/kevin/.local/share/Trash/files/makemkv_v1.5.2_beta_bin/bin/i386/makemkvcon
/home/kevin/Downloads/makemkv_v1.5.2_beta_bin/bin/amd64/makemkvcon
/home/kevin/Downloads/makemkv_v1.5.2_beta_bin/bin/i386/makemkvcon
/usr/bin/makemkvcon
what do you mean i do not need sudo or gksu to run makemkv from the CL? How do you do that?
/home/kevin/.local/share/Trash/files/makemkv_v1.5.2_beta_bin/bin/amd64/makemkvcon
/home/kevin/.local/share/Trash/files/makemkv_v1.5.2_beta_bin/bin/i386/makemkvcon
/home/kevin/Downloads/makemkv_v1.5.2_beta_bin/bin/amd64/makemkvcon
/home/kevin/Downloads/makemkv_v1.5.2_beta_bin/bin/i386/makemkvcon
/usr/bin/makemkvcon
what do you mean i do not need sudo or gksu to run makemkv from the CL? How do you do that?
Re: ubuntu 9.10 help
just run "makemkv" from the command line.
this is where makemkv is installed to:
/usr/bin should be in your system path, so all you should need to type is "makemkv"
it does not need sudo/gksu because makemkv does not need super user privileges.
Code: Select all
$ makemkv
Code: Select all
/usr/bin/makemkvcon
it does not need sudo/gksu because makemkv does not need super user privileges.
Re: ubuntu 9.10 help
i tried just makemkv:
I also tried the /usr/bin/makemkvcon:makemkv: command not found
/usr/bin/makemkvcon: error while loading shared libraries: libmakemkv.so.1: cannot open shared object file: No such file or directory
Re: ubuntu 9.10 help
is makemkv/makemkvcon in the /usr/bin/ folder?
btw sorry your having such difficult problems getting this installed!
btw sorry your having such difficult problems getting this installed!
Re: ubuntu 9.10 help
makemkvcon is in the /usr/bin/ folder.
When is the expected release date of the official linux release? Or maybe a deb file could be made of the beta. =)
When is the expected release date of the official linux release? Or maybe a deb file could be made of the beta. =)
Re: ubuntu 9.10 help
did you make sure to compile and install the makemkv_v1.5.2_beta_oss folder as well? it doesnt look like you did.
you can confirm this by doing "ls /usr/lib | grep libmakemkv"
libmakemkv.so.1 will be installed in /usr/lib if you did commands for _oss folder.
do this for both BIN and OSS folders!!!
you can confirm this by doing "ls /usr/lib | grep libmakemkv"
libmakemkv.so.1 will be installed in /usr/lib if you did commands for _oss folder.
do this for both BIN and OSS folders!!!
Code: Select all
cd ~/Download/makemkv_v1.5.2_beta_oss
make -f makefile.linux
sudo make -f makefile.linux install
Re: ubuntu 9.10 help
ok i managed to install it the beta_oss folder. i got this output:
rm -f /usr/lib/libdriveio.so.0
rm -f /usr/lib/libmakemkv.so.1
rm -f /usr/bin/makemkv
install -t /usr/lib out/libdriveio.so.0 out/libmakemkv.so.1
ldconfig
install -t /usr/bin out/makemkv