Article:
 |
|
Building an Advanced Mail Server
|
| Subject: |
|
the make for vpopmail |
| Date: |
|
2003-10-23 05:27:48 |
| From: |
|
anonymous2
|
Response to: the make for vpopmail
|
|
ok, I worked out that first problem.. no worries. NOW, I get this.
wardeb:~/vpopmail-5.2.1# make
make all-recursive
make[1]: Entering directory `/root/vpopmail-5.2.1'
Making all in cdb
make[2]: Entering directory `/root/vpopmail-5.2.1/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/vpopmail-5.2.1/cdb'
make[2]: Entering directory `/root/vpopmail-5.2.1'
gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vauth.c
In file included from vauth.c:32:
vmysql.h:53:22: missing terminating " character
vmysql.h:60:35: missing terminating " character
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/root/vpopmail-5.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vpopmail-5.2.1'
make: *** [all-recursive-am] Error 2
wardeb:~/vpopmail-5.2.1#
any idea's... it say's it missing a terminating cahracter.. but, I ain't taht good at coding.. and I carn't see it. :\
|
Showing messages 1 through 1 of 1.
-
the make for vpopmail
2003-10-28 11:58:47
anonymous2
[View]
#define TABLE_LAYOUT "pw_name char(32) not null, \
pw_domain char(64) not null, <===== 54
pw_passwd char(40), \
pw_uid int, pw_gid int, \
pw_gecos char(48), \
pw_dir char(160), <===== 58
pw_shell char(20), \
primary key (pw_name, pw_domain ) "
Have a look at http://www.debianhowto.de for more details