用了精品吧的“千山轻语一键端”在内网的centos上搭建服务器,(外网ip写的是我的局域网ip)
./run时一直提示
./df_game_r: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
而且并不出五国。
通过ldd查看df_game_r看到确实是notfound

通过yum进行重装了下面两个包,但是问题依旧,确认这两个文件存在于/usr/lib64/下,并且软连接正确

最后我在/etc/ld.so.conf中添加了一行“/usr/lib64/”,但是还是无法解决
这是我的centos版本

求各位大佬赐教
./run时一直提示
./df_game_r: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
而且并不出五国。
通过ldd查看df_game_r看到确实是notfound

通过yum进行重装了下面两个包,但是问题依旧,确认这两个文件存在于/usr/lib64/下,并且软连接正确

最后我在/etc/ld.so.conf中添加了一行“/usr/lib64/”,但是还是无法解决
这是我的centos版本

求各位大佬赐教











