View Single Post
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 08-24-2022 , 10:28   Re: Module: Custom Entity Data
Reply With Quote #23

Check installed libstdc++.so
Code:
[root ~]# ls -l /usr/lib/libstdc++* lrwxrwxrwx. 1 root root      23 12月 14  2020 /usr/lib/libstdc++.so -> /usr/lib/libstdc++.so.6
lrwxrwxrwx. 1 root root      19  6月 29 15:39 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.25
-rwxr-xr-x. 1 root root 1652868  6月 29 15:41 /usr/lib/libstdc++.so.6.0.25
If it is old, it must be updated.

If /usr/lib/libstdc++.so.6 does not exist, then placing a symbolic link may help.
Code:
ln -s /usr/lib/libstdc++.so.x.x.xx /usr/lib/libstdc++.so.6
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 08-24-2022 at 10:32.
+ARUKARI- is offline