-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ps3netsrv: error message /lib/libstdc++.so.6: no version information available #3404
Comments
There is a chance because I built with DSM 5.x toolchain (except for architecture with only DSM 6.x toolchain). It is the first package for which I see such version information error - usually binary with heavy C++ usage just crash: https://github.com/SynoCommunity/spksrc/wiki/Update-Policy#compatibility-issue |
@ymartin59 good, but how to fix it? ) |
I have to check if building for DSM 6 fixes this warning... Not urgent from my point of view if binary runs. |
fixed, at least with #4984 |
From /volume1/@appstore/ps3netsrv/var/ps3netsrv.log
/volume1/@appstore/ps3netsrv/bin/ps3netsrv: /lib/libstdc++.so.6: no version information available (required by /volume1/@appstore/ps3netsrv/bin/ps3netsrv)
When i compiled ps3netsrv with docker and installed it, i don't see this error.
The text was updated successfully, but these errors were encountered: