--误删了/lib64/ld-linux-x86-64.so.2,ls, cd等等命令失效 --恢复/lib64/ld-2.17.so /bin/ln -s /lib64/ld-2.17.so /lib64/ld-linux-x86-64.so.2 ...
场景: usr lib gcc x suse linux . . http: www.cnblogs.com http: www.cnblogs.com x suse linux bin ld: hello.o: relocation R X against a local symbol can not be used when making a shared object recompile ...
2012-10-25 14:22 0 6239 推荐指数:
--误删了/lib64/ld-linux-x86-64.so.2,ls, cd等等命令失效 --恢复/lib64/ld-2.17.so /bin/ln -s /lib64/ld-2.17.so /lib64/ld-linux-x86-64.so.2 ...
--误删了/lib64/ld-linux-x86-64.so.2,ls, cd等等命令失效,命令都失效 --恢复/lib64/ld-2.17.so /bin/ln -s /lib64/ld-2.17.so /lib64/ld-linux-x86-64.so.2 ...
在我代码进行编译的时候发现如下情况: 问题 使用了c++的环境,所以要用g++编译: 没得摩西摩西的问题,是我的问题,留个记录。 ...
需要以 root 用户身份来安装 redhat-lsb 库: yum -y install redhat-lsb ...
x86_64-linux-gnu-gcc ...
在建立一个错误的软连接到ld-linux-x86-64.so.2时,悲剧就这么发生了。此时大部分命令都不能使用,SSH当然也不能登录了。这个时候一定不要退出终端。 有人说那就把软连接复原吧,可是ln也同样无法使用。。。这时候我们就可以使用可爱的sln命令就可以了,哈哈。 ...
linux下安装Qt5.7后添加qmake环境变量后出现错误 执行: qmake -v 出现错误:qmake: could not exec ‘/usr/lib/x86_64-linux-gnu/qt4/bin/qmake’: No such file or directory 分析 ...
执行qmake -v出现错误:qmake: could not exec ‘/usr/lib/x86_64-linux-gnu/qt4/bin/qmake’: No such file or directory分析:qtchooser默认选择路径中没有指向qmake路径解决方法:cd /usr ...