forked from scc/slash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.debian
57 lines (43 loc) · 1.99 KB
/
INSTALL.debian
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Some more info to help Debian users. Please read the main INSTALL first.
Note: this file has been out of date for several years and is presented
here only for historical interest. Please don't rely on this file.
After you finish reading the main INSTALL file, you may wish to grep
it on the word 'Debian' for tips useful for installation on Debian or
Debian-based distributions. - Jamie McCarthy, August 2006
Author: Bernard de Rubinat <[email protected]>
The methods in INSTALL work fine for Debian, but many will prefer the
apt-get method. For each package below, you can use:
apt-get install PACKAGE
Some packages do not exist; install those using other methods.
NOTES:
* perl 5.6 should work fine too, in place of perl 5.005.
* Some issues arose with the installation of the apache-perl
package. If you ALREADY are using the "apache" package, and have
a working system, then you should probably install the
"libapache-mod-perl" package as opposed to installing the
"apache-perl" package, as the latter is just apache staticallly
compiled with mod_perl. In most instances using the
"apache" package with "libapache-mod-perl" is sufficient.
Software Package
------------------------------------------
MySQL mysql-server
mysql-client
mod_perl libapache-mod-perl
perl perl-5.005-base
or perl-5.005
Perl modules Package
------------------------------------------
DBI libdbi-perl
msql-mysql-modules libdbd-mysql-perl
ApacheDBI libapache-dbi-perl
Apache-DBILogger libapache-dbilogger-perl
libnet libnet-perl
HTML-Parser libhtml-parser-perl
XML-Parser libxml-parser-perl
MIME-Base64 libmime-base64-perl
Digest-MD5 libdigest-md5-perl
URI liburi-perl
libwww-perl libwww-perl
DateManip libdate-manip-perl
VERSION
$Id$