|
|
我按照snoopy大哥的教程(http://www.linuxsir.cn/forum.php ... 是经典的教程
前面都很顺利,可是到vpopmail时候就出了问题了
一开始是没有string.h文件,我找到了之后再make,还有有问题:
- [root@localhost vpopmail-5.2.1]# make
- make all-recursive
- make[1]: Entering directory `/root/soft/Qmail_setup/vpopmail-5.2.1'
- Making all in cdb
- make[2]: Entering directory `/root/soft/Qmail_setup/vpopmail-5.2.1/cdb'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/root/soft/Qmail_setup/vpopmail-5.2.1/cdb'
- make[2]: Entering directory `/root/soft/Qmail_setup/vpopmail-5.2.1'
- gcc -I. -I/usr/local/mysql/include -g -O2 -Wall -c vpopmail.c
- In file included from vpopmail.c:26:
- string.h:38:26: machine/ansi.h: 没有那个文件或目录
- In file included from vpopmail.c:26:
- string.h:41: warning: useless keyword or type name in empty declaration
- string.h:41: warning: empty declaration
- make[2]: *** [vpopmail.o] Error 1
- make[2]: Leaving directory `/root/soft/Qmail_setup/vpopmail-5.2.1'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/root/soft/Qmail_setup/vpopmail-5.2.1'
- make: *** [all-recursive-am] Error 2
- [root@localhost vpopmail-5.2.1]#
复制代码
谢谢 |
|