Hi,
I am trying to use Postgres as the session database for %udat in embperl.
See below my configuration:
$ENV{EMBPERL_SESSION_CLASSES} = "DBIStore NullLocker";
$ENV{EMBPERL_SESSION_ARGS} =
"DataSource=dbi:Pg(AutoCommit=>0):dbname=transactiondb";
I get the following error when trying to use
Hi Gerald,
On Thu, 20 Jul 2000, Gerald Richter wrote:
> mod_perl 1.21 is a problem when it is build as DSO, when it is linked
> staticly into Apache it isn't a problem.
>
> Does make test work?
>
Yes! It works ...
> If yes and your are not use DSO for mod_perl, enable the
> dbgSearchObject in