1. 程式人生 > >hadoop 安裝glibc-2.14遇到的問題

hadoop 安裝glibc-2.14遇到的問題

安裝glibc-2.14遇到的問題(CentOS 6.4 64位 標準版DVD):

1.No rule to make target `/...libdl.so.2', needed by `/...elf/sprof'.  Stop.  

解決方法: 先make all 再make install

 

2.Can't open configuration file /opt/glibc-2.14/etc/ld.so.conf: No such file or directory

解決方法: cp  /etc/ld.so.conf  /opt/glibc-2.14/etc/  (ld.so.conf檔案可以通過find查詢再複製到上述資料夾) 再 make install

 

3.刪掉 libc.so.6 出現以下問題:error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

解決方法:LD_PRELOAD=/opt/glibc-2.14/lib/libc-2.14.so  ln -s /opt/glibc-2.14/lib/libc-2.14.so /lib64/libc.so.6