|
|
OS: Slackware 10.2 .. kernel:2.6.14
先安装openldap-2.3.11, make test无错误,nake install无错误.
启动 /usr/local/libexec/slapd -d 1 无错误.
root@NAT:~# ps -ef|grep slapd
root 2467 1 0 17:55 ? 00:00:00 /usr/local/libexec/slapd
root 7998 7977 0 18:37 pts/1 00:00:00 grep slapd
root@NAT:~# netstat -na|grep 389
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN
slapd的进程和389端口似乎都正常 ... 偶素菜鸟.
然后开始手动编译PureFTPD ..
./configure --prefix=/usr/local/PureFTPD \
--with-ratios \
--with-quotas \
--with-ftpwho \
--with-uploadscript \
--with-ldap \
--with-tls
......
checking for ber_init in -llber... no
configure: error: liblber is needed for LDAP support
似乎是库有问题? ... 前辈救助一下吧 ... |
|