服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Centos - Centos5.2配置LAMP与Centos5.3配置LAMP(8)

Centos5.2配置LAMP与Centos5.3配置LAMP(8)

2019-10-11 14:12Centos教程网 Centos

with-zlib \ sysconfdir=/etc/ssh \ with-ssl-dir=/usr/local/ssl \ with-md5-passwords make make install cd .. service sshd restart ssh -v #安装GD tar jxvf gd-2.0.35.tar.bz2 cd gd-2.0.35 aclocal ./confi


”–with-zlib” \ 
”–sysconfdir=/etc/ssh” \ 
”–with-ssl-dir=/usr/local/ssl” \ 
”–with-md5-passwords” 

make 
make install 

cd .. 

service sshd restart 

ssh -v 

#安装GD 

tar jxvf gd-2.0.35.tar.bz2 
cd gd-2.0.35 
aclocal 
./configure –prefix=/usr/local/gd2 
make && make install 
cd .. 

#安装 libmcrypt 


tar zxvf libmcrypt-2.5.8.tar.gz 

cd libmcrypt-2.5.8/ 
./configure 

延伸 · 阅读

精彩推荐