由 sbrd 在 03-17-2004 14:54 发表:
qmail-1.03.tar.gz装不过去,请大家帮忙看看
我的系统是redhat9,全部安装
我已经建立好了用户和工作组,但是在make setup check就出现下面的提示,
auto-str.c: In function `main':
auto-str.c:17: warning: return type of main' is not int'
./load auto-str substdio.a error.a str.a
- substdio.a(substdo.o)(.text+0x43): In function `allwrite':
undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
请问这是什么问题,
我是新手,还望各位高手多多帮助
由 Snoopy 在 03-17-2004 16:08 发表:
打补丁,
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 sbrd 在 03-20-2004 16:40 发表:
能否说的详细点
由 Snoopy 在 03-20-2004 16:44 发表:
root: ~ $ cp qmail-smtpd-auth-0.31/base64.* qmail-1.03 \\ 打smtp-auth补丁,支持smtp认证
root: ~ $ patch -d qmail-1.03 < qmail-smtpd-auth-0.31/auth.patch \\ 补丁路径
root: ~ $ cd qmail-1.03
root: ~ $ patch -p1 < qmail-103.patch \\ 补丁路径
root: ~ $ patch -p1 < qmailqueue-patch \\ 补丁路径
root: ~ $ patch -p1 < qmail-maildir++.patch \\ 补丁路径
root: ~ $ patch -p1 < qmail-1.03.errno.patch \\ 补丁路径
root: ~ $ patch