This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] How to Install Hybrid on Linux (Ubuntu 18.04)?
#1
Question 
How to Install Hybrid on Linux (Ubuntu 18.04)?
I am a new user of Ubuntu and I don't know how to install Hybrid on Ubuntu

   

Please help me
Reply
#2
The download on the download page is a binary only.
You need to 'sudo chmod a+x Hybrid' to make it executable.
You would also need to install all the dependencies Hybrid requires.

djcj is also working on a few scripts to build all the dependencies of Hybrid (see: last few posts of https://forum.selur.net/showthread.php?tid=18)
I ran an older version of the script and created a folder containing Hybrid and it's dependencies https://drive.google.com/open?id=1ptNzWr...fEXp7vWmZr (extracting that folder should provide Hybrid with the needed dependencies without having to install it)


Cu Selur
Reply
#3
(13.07.2019, 05:59)Selur Wrote: The download on the download page is a binary only.
You need to 'sudo chmod a+x Hybrid' to make it executable.
You would also need to install all the dependencies Hybrid requires.

djcj is also working on a few scripts to build all the dependencies of Hybrid (see: last few posts of https://forum.selur.net/showthread.php?tid=18)
I ran an older version of the script and created a folder containing Hybrid and it's dependencies https://drive.google.com/open?id=1ptNzWr...fEXp7vWmZr (extracting that folder should provide Hybrid with the needed dependencies without having to install it)


Cu Selur
Owhhh... Okay
Thanks!    Big Grin
Reply
#4
(13.07.2019, 05:59)Selur Wrote: I ran an older version of the script and created a folder containing Hybrid and it's dependencies https://drive.google.com/open?id=1ptNzWr...fEXp7vWmZr (extracting that folder should provide Hybrid with the needed dependencies without having to install it)
Oh, nice. Now I can use Hybrid on Ubuntu
Thanks again

   
Reply
#5
Argh,... something is wrong with the 32bit binaries when calling
./DivX265
./neroAacEnc
./tsMuxeR
I only get a file or folder not found.
selur@selur-VirtualBox:~/Schreibtisch/Hybrid_20190713/hybrid$ ./DivX265
bash: ./DivX265: Datei oder Verzeichnis nicht gefunden

Cu Selur
Reply
#6
(13.07.2019, 15:59)Selur Wrote: Argh,... something is wrong with the 32bit binaries when calling
./DivX265
./neroAacEnc
./tsMuxeR
I only get a file or folder not found.
selur@selur-VirtualBox:~/Schreibtisch/Hybrid_20190713/hybrid$ ./DivX265
bash: ./DivX265: Datei oder Verzeichnis nicht gefunden

Cu Selur
Is your Ubuntu installation able to run 32 bit binaries? I remember those "file not found" errors in a chroot installation because of missing 32 bit support.
Try the following:
sudo dpkg --add-architecture i386
sudo apt install multiarch-support libc6-i386 lib32gcc1 lib32stdc++6
Reply
#7
Just, tried that myself before reading your post. -> that fixed the issue
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)