|
发表于 2004-2-26 10:40:37
|
显示全部楼层
你的wmail是怎么编译的,怎么我不行? ops:
- #!/bin/sh
- if [ "$1" = "" ]; then
- PREFIX=/usr/local
- else
- PREFIX=$1
- fi
- RETVAL=0
- ./configure --prefix=$PREFIX/www/data/webmail \
- --enable-cgibindir=$PREFIX/www/cgi-bin-dist/webmail \
- --enable-imagedir=$PREFIX/www/data-data-dist/images/webmail \
- --enable-imageurl=/wmail \
- --with-cachedir=$PREFIX/wmail/var/cache \
- --enable-webpass=no \
- --without-ispell \
- --with-maxmsgsize=5242880 --with-maxformargsize=5000000\
- --enable-maxpurge=7 \
- --without-authpam --without-authuserdb --without-authpwd --without-authshadow \
- --without-authldap --without-authdaemon --with-authvchkpw \
- --with-defaultlang=zh-cn --enable-unicode \
- --with-fcgi \
- --enable-https=auto \
- --with-cacheowner=vpopmail \
- --with-enable-mimetypes=/usr/local/www/data
复制代码
这样写也不行
- /usr/local/etc/apache2/mime.types
复制代码
- checking for crypt() prototype... 0
- configure: error: Unable to find your mime.types file, specify --enable-mimetypes.
- configure: error: /bin/sh './configure' failed for sqwebmail
- Configure Error!
复制代码
连不写这个参数也不行
ops: |
|