Problem:
Installing on CentOS7, LD_LIBRARY_PATH will be overridden and path to python3 libs will be missing.
During start the following error will appear:
./qzeroded.x64: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Solution:
Following fix allows to preserve existing LD_LIBRARY_PATH, only adding additional.
Hi,
Problem: Installing on CentOS7, LD_LIBRARY_PATH will be overridden and path to python3 libs will be missing. During start the following error will appear:
./qzeroded.x64: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Solution: Following fix allows to preserve existing LD_LIBRARY_PATH, only adding additional.
Best Regards, sm