Jorge Bastos wrote: > Still now working with last trunk Paul, > > When I connect to pop3, and when I press "u" to write USER [EMAIL PROTECTED], > it does an auto enter like if I wroted "U" and pressed enter.
Ok, something weird in your telnet program, it seems. I assumed incoming packets come in lines, not single chars. But I'll fix this. Did you try a 'real' client? > > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Bastos > Sent: domingo, 17 de Fevereiro de 2008 13:38 > To: 'DBMail mailinglist' > Subject: RE: [Dbmail] compile error > > Gonna try and let you know. > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul J Stevens > Sent: domingo, 17 de Fevereiro de 2008 7:17 > To: DBMail mailinglist > Subject: Re: [Dbmail] compile error > > > fixed already, I think > > Jorge Bastos wrote: >> Did you saw this email Paul? >> >> >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Bastos >> Sent: sexta-feira, 15 de Fevereiro de 2008 23:00 >> To: DBMail mailinglist >> Subject: Re: [Dbmail] compile error >> >> Ops it's nor working at all, >> With imap i cannot login also so it must be the same problem, with pop3 i >> have this: >> >> --- >> +OK POP3 Server <f28e8c1b7fdf1f4150df7564e >> [EMAIL PROTECTED]> >> u-ERR your command does not compute >> s-ERR your command does not compute >> e-ERR your command does not compute >> r-ERR loser, go play somewhere else >> >> Connection to host lost. >> --- >> >> >> So i tryed to type the USER command and see what he made. >> This was using last trunk today at 21.00h >> >> I went back to 2.3.2 >> >> >> >> >> ----- Original Message ----- >> From: "Jorge Bastos" <[EMAIL PROTECTED]> >> To: "'DBMail mailinglist'" <[email protected]> >> Sent: Friday, February 15, 2008 9:34 PM >> Subject: RE: [Dbmail] compile error >> >> >> Np Paul, >> It's working now. >> Tell me, what is used for libevent? >> >> >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >> Of Paul J Stevens >> Sent: sexta-feira, 15 de Fevereiro de 2008 21:17 >> To: DBMail mailinglist >> Subject: Re: [Dbmail] compile error >> >> >> more typos fixed in the module loading code :-( >> >> Jorge Bastos wrote: >>> Paul, >>> With your last fix with svn 2940: >>> >>> >>> >>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -I/usr/include/glib-2.0 >>> -I/usr/lib/glib-2.0/include >>> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gmime-2.0 >>> -I/usr/include/glib-2.0 >>> -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes >>> -MT libdbmail_la-dbmodule.lo -MD -MP -MF >>> .deps/libdbmail_la-dbmodule.Tpo -c dbmodule.c -fPIC -DPIC -o >>> ..libs/libdbmail_la-dbmodule.o >>> dbmodule.c: In function 'db_load_driver': >>> dbmodule.c:38: error: request for member 'driver' in something not a >>> structure or union >>> dbmodule.c:40: error: request for member 'driver' in something not a >>> structure or union >>> dbmodule.c:42: error: request for member 'driver' in something not a >>> structure or union >>> dbmodule.c:44: error: request for member 'driver' in something not a >>> structure or union >>> dbmodule.c:46: error: request for member 'driver' in something not a >>> structure or union >>> dbmodule.c:50: error: request for member 'driver' in something not a >>> structure or union >>> dbmodule.c: In function 'db_query': >>> dbmodule.c:155: error: request for member 'query_time_info' in something >>> not a structure or union >>> dbmodule.c:157: error: request for member 'query_time_message' in >>> something not a structure or union >>> dbmodule.c:159: error: request for member 'query_time_warning' in >>> something not a structure or union >>> make[3]: *** [libdbmail_la-dbmodule.lo] Error 1 >>> make[3]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail/src' >>> make[2]: *** [all-recursive] Error 1 >>> make[2]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail/src' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail' >>> make: *** [all] Error 2 >>> >>> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >>> Behalf Of Jorge Bastos >>> Sent: sexta-feira, 15 de Fevereiro de 2008 12:11 >>> To: 'DBMail mailinglist' >>> Subject: RE: [Dbmail] compile error >>> >>> :P >>> >>> No problem Paul. >>> I'll check svn trunk to see when its fixed. >>> You didn't answered, libevent is now required correct? >>> >>> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >>> Behalf Of Paul J Stevens >>> Sent: sexta-feira, 15 de Fevereiro de 2008 12:08 >>> To: DBMail mailinglist >>> Subject: Re: [Dbmail] compile error >>> >>> >>> Ah, looks like a typo. >>> >>> That's what you get from moving to postgres as my main development >>> platform :-) >>> >>> Of course, testing and validating mysql and sqlite are part of the runup >>> to 2.3.3. >>> >>> thanks. >>> >>> Jorge Bastos wrote: >>>> Hi Paul/Aaron, >>>> >>>> >>>> >>>> Compiling the last trunk today, i get this: >>>> >>>> I also noted that now libevent is required, correct? >>>> >>>> Im using MySQL 5.0.51a. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/usr/include/mysql >>>> -DBIG_JOINS=1 -fPIC -g -O2 -I/usr/include/glib-2.0 >>>> -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 >>>> -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 >>>> -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes >>>> -MT dbmysql.lo -MD -MP -MF .deps/dbmysql.Tpo -c dbmysql.c -fPIC -DPIC >>>> -o ..libs/dbmysql.o >>>> >>>> dbmysql.c:88: error: expected '=', ',', ';', 'asm' or '__attribute__' >>>> before '->' token >>>> >>>> dbmysql.c: In function 'db_connect': >>>> >>>> dbmysql.c:162: error: '_db_params' undeclared (first use in this >>>> function) >>>> >>>> dbmysql.c:162: error: (Each undeclared identifier is reported only once >>>> >>>> dbmysql.c:162: error: for each function it appears in.) >>>> >>>> dbmysql.c:186: warning: implicit declaration of function >>>> 'db_mysql_check_collations' >>>> >>>> dbmysql.c: In function 'db_do_cleanup': >>>> >>>> dbmysql.c:346: error: '_db_params' undeclared (first use in this >>>> function) >>>> >>>> make[3]: *** [dbmysql.lo] Error 1 >>>> >>>> make[3]: Leaving directory >>>> `/usr/local/src/postfix/dbmail_svn/dbmail/src/modules' >>>> >>>> make[2]: *** [all-recursive] Error 1 >>>> >>>> make[2]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail/src' >>>> >>>> make[1]: *** [all-recursive] Error 1 >>>> >>>> make[1]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail' >>>> >>>> make: *** [all] Error 2 >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> DBmail mailing list >>>> [email protected] >>>> https://mailman.fastxs.nl/mailman/listinfo/dbmail >> > > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
