Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
howtos:allplatformsrequireperl [2008/02/08 18:49] – external edit 127.0.0.1howtos:allplatformsrequireperl [2009/05/03 21:34] – Start updating the SQLite information now that 1.1.0 uses SQLite 3.x library xuesheng
Line 27: Line 27:
 The current list of modules that you may need to install includes the following: The current list of modules that you may need to install includes the following:
  
-  - DBI +  - [[http://search.cpan.org/~timb/DBI/ | DBI]] 
-  - 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 CPAN. That 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:** On July 21, 2004 the author of DBD::SQLite posted version 1.00 to CPAN. That 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]]
-  - DBD::mysql  (if you are using MySQL for the backend database) +  - [[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) 
-  - Digest::base +  - [[http://search.cpan.org/~capttofu/DBD-mysql/DBD::mysql]]  (if you are using MySQL for the backend database) 
-  - Digest::MD5 +  - [[http://search.cpan.org/~gaas/Digest/Digest::base]] 
-  - HTML::Tagset +  - [[http://search.cpan.org/~gaas/Digest-MD5/Digest::MD5]] 
-  - MIME::Base64 +  - [[http://search.cpan.org/~petdance/HTML-Tagset/HTML::Tagset]] 
-  - MIME::QuotedPrint +  - [[http://search.cpan.org/~gaas/MIME-Base64/MIME::Base64]] 
-  - Date::Parse (all platforms except Windows) +  - [[http://search.cpan.org/~gaas/MIME-Base64/MIME::QuotedPrint]] 
-  - HTML::Template +  - [[http://search.cpan.org/~gbarr/TimeDate/Date::Parse]] (all platforms except Windows) 
-  - Text::Kakasi (if you want Japanese language support) +  - [[http://search.cpan.org/~samtregar/HTML-Template/HTML::Template]] 
-  - Encode       (if you want Japanese/Korean language support) +  - [[http://search.cpan.org/~dankogai/Text-Kakasi/Text::Kakasi]] (if you want Japanese language support) 
-  -IO::Socket::Socks (if you want to use a SOCKS proxy) +  - [[http://search.cpan.org/~dankogai/Encode/Encode]]       (if you want Japanese/Korean language support) 
-  -IO::Socket::SSL (if you want to use SSL) +  - [[http://search.cpan.org/~reatmon/IO-Socket-Socks/IO::Socket::Socks]] (if you want to use a SOCKS proxy) 
-  -Net::SSLeay (if you want to use SSL) +  - [[http://search.cpan.org/~sullr/IO-Socket-SSL/IO::Socket::SSL]] (if you want to use SSL) 
-  -TimeDate  (on Windows only)+  - [[http://search.cpan.org/~flora/Net-SSLeay/Net::SSLeay]] (if you want to use SSL) 
 +  - [[http://search.cpan.org/~gbarr/TimeDate/ | TimeDate]]  (on Windows only
 +  - [[http://search.cpan.org/~mkutter/SOAP-Lite/ | SOAP::Lite]] (if you want to use XMLRPC)
  
 If you want to use SSL you'll also need OpenSSL (http://www.openssl.org/). If you want to use SSL you'll also need OpenSSL (http://www.openssl.org/).
Line 60: Line 62:
 <code>   perl -v</code> <code>   perl -v</code>
  
-[#asperlanchor] 
 ===== Sample ActivePerl-5.8.4.810 (ActiveState) Win32 Basic Install ===== ===== Sample ActivePerl-5.8.4.810 (ActiveState) Win32 Basic Install =====
  
Line 75: Line 76:
 You now have a functional Popfile configuration. If you plan to use additional Popfile modules or services you may have to add additional perl modules. You now have a functional Popfile configuration. If you plan to use additional Popfile modules or services you may have to add additional perl modules.
  
-[#suseperlanchor] 
 ===== Sample SuSE 9.1 Personal  Basic Install ===== ===== Sample SuSE 9.1 Personal  Basic Install =====
  
 
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