Re: [OpenCA-Devel] SQLite

2005-02-28 Thread Oden Eriksson
måndag 28 februari 2005 17.42 skrev Michael Bell: > Oden Eriksson wrote: > > Which versions of sqlite and DBD::SQLite? > > I tested it with the newest DBD::SQLite version from CPAN 1.08). You > don't need the C library. The perl module includes all required stuff. > Please note that the CVS HEAD is

Re: [OpenCA-Devel] SQLite

2005-02-28 Thread Michael Bell
Oden Eriksson wrote: Which versions of sqlite and DBD::SQLite? I tested it with the newest DBD::SQLite version from CPAN 1.08). You don't need the C library. The perl module includes all required stuff. Please note that the CVS HEAD is actually for core developers only because the web frontend d

Re: [OpenCA-Devel] SQLite

2005-02-28 Thread Oden Eriksson
måndag 28 februari 2005 17.14 skrev Michael Bell: > Hi guys, > > to make the testing a little bit easier I added support for SQLite. The > default configuration of OpenCA uses now SQLite. This means that you > have to configure OpenCA and DBD::SQLite. After this you can start > without configuring

[OpenCA-Devel] SQLite

2005-02-28 Thread Michael Bell
Hi guys, to make the testing a little bit easier I added support for SQLite. The default configuration of OpenCA uses now SQLite. This means that you have to configure OpenCA and DBD::SQLite. After this you can start without configuring a database. This works only on CVS HEAD. Martin recommende