Posts: 10.985
Threads: 57
Joined: May 2017
I build and tested the script on a new installed 18.04.
I would not surprised that the script might not work on Ubuntu older than 18.04, since the available versions of tons of libraries changed.
My only concern atm. is to figure out why it's not running on 18.04 for you.
Not using mvtools is not really an option since it's used in tons of scripts i.e. QTGMC.
Cu Selur
Posts: 44
Threads: 2
Joined: Mar 2020
I'm already out of any idea why compiled libmvtools.so makes troubles to me in Ubuntu 18.04.4 (does apply for freshly installed VM too) and not in Ubuntu 16.04.6, nor 20.04 (both VMs). But as final Ubuntu 20.04 is already out and it does not suffer from this issue, I'm about to give it up and to switch to 20.04 on my physical computer. But Hybrid does not start on 20.04 as I already wrote earlier in this thread. I will set up new thread for that.
Posts: 10.985
Threads: 57
Joined: May 2017
I'm wondering why that problem does not appear on my laptop machine.
Posts: 44
Threads: 2
Joined: Mar 2020
Just one comment. It seems to me that it is better to place those export lines
export LD_LIBRARY_PATH=/usr/local/lib
export PYTHONPATH=/usr/local/lib/python3.6/site-packages
into ~/.bashrc which is executed for non-login shells instead of ~/.profile which is executed for login shells. The first seems to be more common use case of Hybrid. I did it in this way and had no issues with missing paths since then. But maybe it is safe to have them in both.
Posts: 10.985
Threads: 57
Joined: May 2017
I'll adjust the README accordingly.