../configure --prefix=/home/zzhy/wd/software/glibc-2.14 错误:checking LD_LIBRARY_PATH variable... contains current directoryconfigure: error: *** LD_LIBRARY_PATH shouldn t contain the current directory when*** building glibc. Please change the environm
创建文件夹: mkdir /usr/local/webserver 安装必要依赖包 yum -y install gcc gcc-c++ make ncurses-devel安装cmake包: tar zxvf cmake-2.8.12.2.tar.gz cd cmake-2.8.12.2 ./bootstrap --prefix="/usr/local/webserver/cmake" make && make install源