Spirit System https://www.spirit-system.com/phpBB3/ |
|
[spirit-3.7.0-linux] Library path unknown https://www.spirit-system.com/phpBB3/viewtopic.php?f=24&t=6123 |
Page 1 of 1 |
Author: | DiMa63 [ Thu 06. Jun 2024 18:44:23 ] |
Post subject: | [spirit-3.7.0-linux] Library path unknown |
Hi, I downloaded and tried to start the new version 3.7.0 and got following error message: Code: ./settings-x86_64: error while loading shared libraries: libQt5Quick.so.5: cannot open shared object file: No such file or directory As a quick fix I added this in 'settings.sh' and it works: Code: export LD_LIBRARY_PATH=./lib
|
Author: | ZeXx86 [ Thu 06. Jun 2024 20:48:51 ] |
Post subject: | Re: [spirit-3.7.0-linux] Library path unknown |
Hello, you have to start the app with settings.sh. |
Author: | DiMa63 [ Fri 07. Jun 2024 18:30:50 ] |
Post subject: | Re: [spirit-3.7.0-linux] Library path unknown |
Yes, I executed the script 'settings.sh'. Therefore I added the line 'export LD_LIBRARY_PATH=./lib'. [settings.sh] Code: ...
cd `dirname $0` ARCH=`uname -m` export LD_LIBRARY_PATH=./lib exec ./settings-$ARCH "$@" ..... |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |