本次安装基于系统CentOS Linux release 6.0 (Final)
1.下载源码
下载地址: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
2.解压源码
$ tar -zxvf openldap-2.4.28.tgz
3.编译前配置
$ cd openldap-2.4.28
$ ./configure --prefix=$HOME/local/
4.编译源码
$ make
5.安装openldap
$ make install