-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue Report]: discord_game_sdk.so not found after 1.5.3 rpm install (not in lib64) #7470
Comments
It's currently hardcoded to "lib" here: Lines 629 to 631 in d6c8189
I'm guessing we should use some kind of variable instead but I'm not sure which one. We can try |
Looks like we somehow need to tell the CPack RPM generator to use RPM's Command to build RPM and list the contents:
rpmlint results:
I think one way to resolve this might be to manually write an RPM spec file, as described in this blog post https://schneide.blog/2013/02/11/build-a-rpm-package-using-cmake/ Contributions welcome! |
Operating System
DevilutionX version
Describe
Launching
devilutionx
as-is:/usr/lib/discord_game_sdk.so
exists but maybe should be in/usr/lib64
?To Reproduce
sudo dnf install devilutionx.rpm
devilutionx
devilutionx: error while loading shared libraries: discord_game_sdk.so: cannot open shared object file: No such file or directory
Expected Behavior
Additional context
devilutionx.sh
from extracted tar works withdiscord_game_sdk.so
in the folderln -s /usr/lib/discord_game_sdk.so /usr/lib64/discord_game_sdk.so
anddevilutionx
worksThe text was updated successfully, but these errors were encountered: