Problems compiling on 2.0.1 on FreeBSD

2005-10-11 Thread Stefan Cars
Hi! Getting the following error when compiling on FreeBSD. There might be some information on: http://mailman.fastxs.net/pipermail/dbmail-dev/2005-May/006905.html eputil.c:2057: error: 'timezone' redeclared as different kind of symbol /usr/include/time.h:149: error: previous declaration of 't

Re: Apache::DBI

2005-10-11 Thread Martin Moss
Can you make sure its the very first PerlModule command? Usually this happens when a prior PerlModule command (or nested module) is calling "use DBI;" before the Apache::DBI module is loaded... this causes Apache::DBI to be disabled.. It must be called before any use DBI. And it is then universal

Re: Apache::DBI

2005-10-11 Thread Stefan Cars
Hi! Sorry for my extremly bad language. What I mean is that it does not make the connections persistent. /S Stefan Cars wrote: Hi! Despite loading Apache::DBI with PerlModule in httpd.conf it seems not to close the connections anyway, not making them persistent. Why could this happen ? /S

Apache::DBI

2005-10-11 Thread Stefan Cars
Hi! Despite loading Apache::DBI with PerlModule in httpd.conf it seems not to close the connections anyway, not making them persistent. Why could this happen ? /S - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co