[HELP] How to Install Hybrid on Linux (Ubuntu 18.04)? - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] How to Install Hybrid on Linux (Ubuntu 18.04)? (/thread-1074.html) |
How to Install Hybrid on Linux (Ubuntu 18.04)? - 8ifarrel - 13.07.2019 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 RE: How to Install Hybrid on Linux (Ubuntu 18.04)? - Selur - 13.07.2019 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=1ptNzWrHiC1VmO0YyxO9HCifEXp7vWmZr (extracting that folder should provide Hybrid with the needed dependencies without having to install it) Cu Selur RE: How to Install Hybrid on Linux (Ubuntu 18.04)? - 8ifarrel - 13.07.2019 (13.07.2019, 05:59)Selur Wrote: The download on the download page is a binary only.Owhhh... Okay Thanks! RE: How to Install Hybrid on Linux (Ubuntu 18.04)? - 8ifarrel - 13.07.2019 (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=1ptNzWrHiC1VmO0YyxO9HCifEXp7vWmZr (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 RE: How to Install Hybrid on Linux (Ubuntu 18.04)? - Selur - 13.07.2019 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 Cu Selur RE: How to Install Hybrid on Linux (Ubuntu 18.04)? - djcj - 13.07.2019 (13.07.2019, 15:59)Selur Wrote: Argh,... something is wrong with the 32bit binaries when callingIs 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 RE: How to Install Hybrid on Linux (Ubuntu 18.04)? - Selur - 13.07.2019 Just, tried that myself before reading your post. -> that fixed the issue |