|
在Freebsd5.4下面安装mysql4+apache2+php4,完了之后从ports之后安装pure-ftpd。遇到下述错误:
- # make WITH_MYSQL=1 WITH_LANG=simplified-chinese install clean
- ===> pure-ftpd-1.0.20_4 depends on shared library: ldap-2.2.7 - found
- ===> pure-ftpd-1.0.20_4 depends on shared library: mysqlclient.12 - found
- ===> pure-ftpd-1.0.20_4 depends on shared library: pq.3 - found
- ===> Verifying install for pq.3 in /usr/ports/databases/postgresql74-client
- ===> postgresql-client-7.4.9 depends on executable: qmake - found
- ===> postgresql-client-7.4.9 depends on shared library: krb5.3 - found
- ===> postgresql-client-7.4.9 depends on shared library: intl - found
- ===> Configuring for postgresql-client-7.4.9
- MIT's and Heimdal Kerberos are mutually exclusive.
- Please choose one or the other.
- *** Error code 1
- Stop in /usr/ports/databases/postgresql74-client.
- *** Error code 1
- Stop in /usr/ports/ftp/pure-ftpd.
- #
复制代码
首先,我不想装postgresql,怎么能解决pure-ftpd的安装问题---pq.3?
其次,如果不得不装postgresql,该怎么办? |
|