Hi all

iam patching the qmailadmin with the following option
but i got some errors like below
[root@pdn qmailadmin-1.0.6]# gunzip -cd patch-quotafix-1.06.gz | patch -p0
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN qmailadmin-1.0.6/html/add_user.html
qmailadmin-1.0.6-patch/html/add_user.html
|--- qmailadmin-1.0.6/html/add_user.html        2002-08-07
00:04:59.000000000 +0200
|+++ qmailadmin-1.0.6-patch/html/add_user.html  2002-10-31
17:44:10.000000000 +0100
--------------------------
File to patch:

[root@pdn qmailadmin-1.0.6]# gunzip -cd patch-quotafix-1.06.gz | patch -p1
patching file html/add_user.html
patching file html/de
Hunk #1 FAILED at 232.
1 out of 1 hunk FAILED -- saving rejects to file html/de.rej
patching file html/en
patching file html/mod_user_new.html
patching file html/show_users.html
patching file qmailadmin.c
patching file qmailadmin.h
patching file template.c
patching file user.c
patching file util.c
[root@pdn qmailadmin-1.0.6]#



then i tried configure its worked
then when i making the make iam getting the following error

[root@pdn qmailadmin-1.0.6]# make
make  all-recursive
make[1]: Entering directory `/root/q/qmailadmin-1.0.6'
make[2]: Entering directory `/root/q/qmailadmin-1.0.6'
gcc -I. -I/home/vpopmail/include      -g -O2 -c qmailadmin.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c alias.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c autorespond.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c forward.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c mailinglist.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c user.c
user.c: In function `addusernow':
user.c:404: `Quota' undeclared (first use in this function)
user.c:404: (Each undeclared identifier is reported only once
user.c:404: for each function it appears in.)
user.c: In function `modusergo':
user.c:808: `Quota' undeclared (first use in this function)
make[2]: *** [user.o] Error 1
make[2]: Leaving directory `/root/q/qmailadmin-1.0.6'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/q/qmailadmin-1.0.6'
make: *** [all-recursive-am] Error 2
[root@pdn qmailadmin-1.0.6]#


what is wrong iam doing

thanks for the help in advance

hare

Reply via email to