~ubuntu-branches/ubuntu/karmic/libapache2-mod-python/karmic

« back to all changes in this revision

Viewing changes to doc-html/inst-prerequisites.html

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-yzpyu1bcabgpjtiu
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>2.1 Prerequisites</title>
 
5
<META NAME="description" CONTENT="2.1 Prerequisites">
 
6
<META NAME="keywords" CONTENT="modpython">
 
7
<META NAME="resource-type" CONTENT="document">
 
8
<META NAME="distribution" CONTENT="global">
 
9
<link rel="STYLESHEET" href="modpython.css">
 
10
<link rel="first" href="modpython.html">
 
11
<link rel="contents" href="contents.html" title="Contents">
 
12
<link rel="index" href="genindex.html" title="Index">
 
13
<LINK REL="next" href="inst-compiling.html">
 
14
<LINK REL="previous" href="installation.html">
 
15
<LINK REL="up" href="installation.html">
 
16
<LINK REL="next" href="inst-compiling.html">
 
17
</head>
 
18
<body>
 
19
<DIV CLASS="navigation">
 
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
21
<tr>
 
22
<td><A href="installation.html"><img src="icons/previous.gif"
 
23
  border="0" height="32"
 
24
  alt="Previous Page" width="32"></A></td>
 
25
<td><A href="installation.html"><img src="icons/up.gif"
 
26
  border="0" height="32"
 
27
  alt="Up One Level" width="32"></A></td>
 
28
<td><A href="inst-compiling.html"><img src="icons/next.gif"
 
29
  border="0" height="32"
 
30
  alt="Next Page" width="32"></A></td>
 
31
<td align="center" width="100%">Mod_python Manual</td>
 
32
<td><A href="contents.html"><img src="icons/contents.gif"
 
33
  border="0" height="32"
 
34
  alt="Contents" width="32"></A></td>
 
35
<td><img src="icons/blank.gif"
 
36
  border="0" height="32"
 
37
  alt="" width="32"></td>
 
38
<td><A href="genindex.html"><img src="icons/index.gif"
 
39
  border="0" height="32"
 
40
  alt="Index" width="32"></A></td>
 
41
</tr></table>
 
42
<b class="navlabel">Previous:</b> <a class="sectref" href="installation.html">2. Installation</A>
 
43
<b class="navlabel">Up:</b> <a class="sectref" href="installation.html">2. Installation</A>
 
44
<b class="navlabel">Next:</b> <a class="sectref" href="inst-compiling.html">2.2 Compiling</A>
 
45
<br><hr>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H1><A NAME="SECTION004100000000000000000">&nbsp;</A>
 
50
<BR>
 
51
2.1 Prerequisites
 
52
</H1>
 
53
 
 
54
<P>
 
55
 
 
56
<UL>
 
57
<LI>Python 2.2.1 or later. Earlier versions of Python will not work.
 
58
</LI>
 
59
<LI>Apache 2.0.40 or later (For Apache 1.3.x, use mod_python version 2.7.x).
 
60
</LI>
 
61
</UL>
 
62
 
 
63
<P>
 
64
In order to compile mod_python you will need to have the include files
 
65
for both Apache and Python, as well as the Python library installed on
 
66
your system.  If you installed Python and Apache from source, then you
 
67
already have everything needed. However, if you are using prepackaged
 
68
software (e.g. Red Hat Linux RPM, Debian, or Solaris packages from
 
69
sunsite, etc) then chances are, you have just the binaries and not the
 
70
sources on your system. Often, the Apache and Python include files and
 
71
libraries necessary to compile mod_python are part of separate
 
72
``development'' package. If you are not sure whether you have all the
 
73
necessary files, either compile and install Python and Apache from
 
74
source, or refer to the documentation for your system on how to get
 
75
the development packages.
 
76
 
 
77
<P>
 
78
 
 
79
<DIV CLASS="navigation">
 
80
<p><hr>
 
81
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
82
<tr>
 
83
<td><A href="installation.html"><img src="icons/previous.gif"
 
84
  border="0" height="32"
 
85
  alt="Previous Page" width="32"></A></td>
 
86
<td><A href="installation.html"><img src="icons/up.gif"
 
87
  border="0" height="32"
 
88
  alt="Up One Level" width="32"></A></td>
 
89
<td><A href="inst-compiling.html"><img src="icons/next.gif"
 
90
  border="0" height="32"
 
91
  alt="Next Page" width="32"></A></td>
 
92
<td align="center" width="100%">Mod_python Manual</td>
 
93
<td><A href="contents.html"><img src="icons/contents.gif"
 
94
  border="0" height="32"
 
95
  alt="Contents" width="32"></A></td>
 
96
<td><img src="icons/blank.gif"
 
97
  border="0" height="32"
 
98
  alt="" width="32"></td>
 
99
<td><A href="genindex.html"><img src="icons/index.gif"
 
100
  border="0" height="32"
 
101
  alt="Index" width="32"></A></td>
 
102
</tr></table>
 
103
<b class="navlabel">Previous:</b> <a class="sectref" href="installation.html">2. Installation</A>
 
104
<b class="navlabel">Up:</b> <a class="sectref" href="installation.html">2. Installation</A>
 
105
<b class="navlabel">Next:</b> <a class="sectref" href="inst-compiling.html">2.2 Compiling</A>
 
106
<hr>
 
107
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
108
</DIV>
 
109
<!--End of Navigation Panel-->
 
110
 
 
111
</BODY>
 
112
</HTML>