User Tools

Site Tools


perl_modules_on_debian

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
perl_modules_on_debian [2007/10/03 14:49] – New Dependency: Text::CSV dmcmorrisperl_modules_on_debian [2010/09/06 13:24] (current) – Delete obsolete page dbs
Line 1: Line 1:
-<<[[Installing_Apache2_and_mod_perl2_on_Debian|Prev]]|[[Server_Installation|Index]]|[[Other_Dependencies_on_Debian|Next]]>> 
  
-Here are some notes from the blog at http://open-ils.org/blog/?p=17#comments and the mailing list at http://open-ils.org/listserv.html 
- 
-Tested with Debian Testing. 
- 
-It is usually a bad idea to just use CPAN with Debian.  Since the CPAN-installed packages 
-don't get registered with dpkg, dependencies get screwed up. 
- 
-To get the libnet-z3950-perl amd libmarc-record-perl modules, add the following to /etc/apt/sources.list 
-   deb http://users.adelphia.net/~david.everly emilda/sarge/ 
- 
-To get the cpan-libtime-hires-perl module, add the following to /etc/apt/sources.list 
-   deb http://debian.pkgs.cpan.org/debian unstable main 
- 
-Be sure to execute "apt-get update" after adding the above changes to your sources.list file. 
-   apt-get update 
- 
-This command should install the available perl packages. 
- 
-   apt-get install \ 
-   cpan-libtime-hires-perl \ 
-   libcache-memcached-perl \ 
-   libcgi-perl \ 
-   libclass-dbi-abstractsearch-perl \ 
-   libclass-dbi-perl \ 
-   libdatetime-perl \ 
-   libdatetime-format-builder-perl \ 
-   libdatetime-timezone-perl \ 
-   libdbd-pg-perl \ 
-   libdbd-sqlite3-perl \ 
-   libdbi-perl \ 
-   liberror-perl \ 
-   libexception-class-perl \ 
-   libgd-graph3d-perl \ 
-   libmarc-record-perl \ 
-   libmd5-perl \ 
-   libnet-server-perl \ 
-   libnet-z3950-perl \ 
-   libspreadsheet-writeexcel-perl \ 
-   libtemplate-perl \ 
-   libtext-aspell-perl \ 
-   libtext-csv-perl \ 
-   libunix-syslog-perl \ 
-   libwww-perl \ 
-   libxml-libxml-perl \ 
-   libxml-libxslt-perl \ 
-   libxml-perl \ 
-   libxml-sax-perl \ 
-   libxml-simple-perl \ 
-   libmarc-charset-perl \ 
-   libdatetime-format-builder-perl \ 
-   libuniversal-require-perl \ 
-   liblog-log4perl-perl \ 
-   libtext-csv-perl 
-    
- 
----- 
- 
-Couldn't find **DateTime::Format::ISO8601** or **Javascript::SpiderMonkey**, need to install each manually.  Follow these steps for each package. 
-Created deb package from source with dh-make-perl. 
- 
-Install dh-make-perl, devscripts and libmodule-build-perl 
-   #apt-get install dh-make-perl devscripts libmodule-build-perl 
- 
-Download the latest DateTime::Format::ISO8601 from [[http://cpan.org|cpan.org]]. 
-   #wget <path to download file> 
- 
-Untar the downloaded file. 
-   #tar xvfz <filename> 
- 
-Run dh-make-perl to build the package.  Tests are disabled, they depend on more modules that might not be installed. 
-   #dh-make-perl --notest --build <directory created by tar> 
- 
-Install the debain package created, and you are done. 
-   #dpkg -i <deb package filename> 
- 
-[[http://www.debian-administration.org/articles/78|Building Debian packages of Perl modules]] on debian-administration.org 
- 
-<<[[Installing_Apache2_and_mod_perl2_on_Debian|Prev]]|[[Server_Installation|Index]]|[[Other_Dependencies_on_Debian|Next]]>> 
- 
-Javascipt::SpiderMonkey takes some more tweaking to get it to work.  Fixme. 
perl_modules_on_debian.1191437397.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.