Patchen, nur wie ?
Posted: 2003-06-29 10:20
Hi!
Es gibt hier doch bestimmt jemanden, der mir erklären kann, was ich da jetzt machen muss:
Es gibt hier doch bestimmt jemanden, der mir erklären kann, was ich da jetzt machen muss:
Ich steh grad wie der Ochs vorm Berg... :(On Saturday, June 28, 2003, at 12:52 PM, Florian Schie?l wrote:
> I get the followinbg errors while trying to compile vpopmail (5.2.1
> and
> 5.3.20) on my debian sarge (testing), using this config: ./configure
> --enable-tcprules-prog=/usr/bin/tcprules
> --enable-tcpserver-file=/etc/tcp.smtp:
Apply this patch to vmysql.h:
Code: Select all
diff -u vpopmail-5.3.20/vmysql.h vpopmail-5.3.20-tc/vmysql.h --- vpopmail-5.3.20/vmysql.h 2003-03-18 17:27:18.000000000 -0700 +++ vpopmail-5.3.20-tc/vmysql.h 2003-06-27 22:35:09.000000000 -0700 @@ -48,11 +48,11 @@ primary key (pw_name, pw_domain ) " #else #define TABLE_LAYOUT "pw_name char(32) not null, -pw_domain char(64) not null, +pw_domain char(64) not null, pw_passwd char(40), pw_uid int, pw_gid int, pw_gecos char(48), -pw_dir char(160), +pw_dir char(160), pw_shell char(20), primary key (pw_name, pw_domain ) " #endif