MinoMino / minqlx

Extends Quake Live's dedicated server with extra functionality and scripting.
GNU General Public License v3.0
112 stars 42 forks source link

Preserve lib path #58

Closed sruslanas closed 7 years ago

sruslanas commented 7 years ago

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

MinoMino commented 7 years ago

Makes sense. Thank you.