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
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
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
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