Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:allplatformsrequireperl [2008/05/25 05:05] – Add DBD::SQLite2 and SOAP::Lite amatubuhowtos:allplatformsrequireperl [2009/05/03 21:46] – Some more SQLite 2.x/3.x changes (still a bit confusing though!) xuesheng
Line 29: Line 29:
   - [[http://search.cpan.org/~timb/DBI/ | DBI]]   - [[http://search.cpan.org/~timb/DBI/ | DBI]]
   - [[http://search.cpan.org/~msergeant/DBD-SQLite/ | DBD::SQLite]] (if you are using the default SQLite for the backend database)   - [[http://search.cpan.org/~msergeant/DBD-SQLite/ | DBD::SQLite]] (if you are using the default SQLite for the backend database)
-    - **IMPORTANT NOTE:** On July 21, 2004 the author of DBD::SQLite posted version 1.00 to CPANThat version uses a newer version of SQLite, version 3, which has not been tested with POPFile. Early indications are that there may be problems using the newer module, so at this time we recommend sticking to the prior version of DBD::SQLite, version 0.31. To use that prior version, you will need to specify the full path when you install from CPAN, e.g., cpan> install M/MS/MSERGEANT/DBD-SQLite-0.31.tar.gz [[SQLite3| More detail can be found here]] +    - IMPORTANT NOTE: There are two incompatible flavours of SQLite: 2.x and 3.x. POPFile 1.1.0 (or later) uses SQLite 3.x therefore it requires DBD::SQLite v1.00 or later (1.1.0 was tested using v1.13 and v1.14). POPFile 0.25.0 to 1.0.1 used SQLite 2.x and requires DBD::SQLite v0.31 which is the last version of DBD::SQLite based upon SQLite 2.x(To use that old version, you will need to specify the full path when you install from CPAN, e.g., cpan> install M/MS/MSERGEANT/DBD-SQLite-0.31.tar.gz[[SQLite3| More detail can be found here]] 
-  - [[http://search.cpan.org/~msergeant/DBD-SQLite2/ | DBD::SQLite2]] (if you are using POPFile 0.22.5 or later)+  - [[http://search.cpan.org/~msergeant/DBD-SQLite2/ | DBD::SQLite2]] (if you are using any POPFile version between 0.22.5 and 1.0.1 or upgrading to 1.1.0 (or later) from 0.22.0, 0.22.1, 0.22.2, 0.22.3, 0.22.4, 0.22.5, 1.0.0 or 1.0.1)
   - [[http://search.cpan.org/~capttofu/DBD-mysql/ | DBD::mysql]]  (if you are using MySQL for the backend database)   - [[http://search.cpan.org/~capttofu/DBD-mysql/ | DBD::mysql]]  (if you are using MySQL for the backend database)
   - [[http://search.cpan.org/~gaas/Digest/ | Digest::base]]   - [[http://search.cpan.org/~gaas/Digest/ | Digest::base]]
 
howtos/allplatformsrequireperl.txt · Last modified: 2013/10/27 04:18 by 127.0.0.1
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License