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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
5
 
<link rel="first" href="modpython.html" title='Mod_python Manual'>
6
 
<link rel='contents' href='contents.html' title="Contents">
7
 
<link rel='index' href='genindex.html' title='Index'>
8
 
<link rel='last' href='about.html' title='About this document...'>
9
 
<link rel='help' href='about.html' title='About this document...'>
10
 
<LINK REL="next" href="inst-installing.html">
11
 
<LINK REL="prev" href="inst-prerequisites.html">
12
 
<LINK REL="parent" href="installation.html">
13
 
<LINK REL="next" href="inst-configure.html">
14
 
<meta name='aesop' content='information'>
15
 
<META NAME="description" CONTENT="Compiling">
16
 
<META NAME="keywords" CONTENT="modpython">
17
 
<META NAME="resource-type" CONTENT="document">
18
 
<META NAME="distribution" CONTENT="global">
 
4
<link rel="STYLESHEET" href="modpython.css" type='text/css' />
 
5
<link rel="first" href="modpython.html" title='Mod_python Manual' />
 
6
<link rel='contents' href='contents.html' title="Contents" />
 
7
<link rel='index' href='genindex.html' title='Index' />
 
8
<link rel='last' href='about.html' title='About this document...' />
 
9
<link rel='help' href='about.html' title='About this document...' />
 
10
<link rel="next" href="inst-installing.html" />
 
11
<link rel="prev" href="inst-prerequisites.html" />
 
12
<link rel="parent" href="installation.html" />
 
13
<link rel="next" href="inst-configure.html" />
 
14
<meta name='aesop' content='information' />
19
15
<title>2.2 Compiling</title>
20
16
</head>
21
17
<body>
22
18
<DIV CLASS="navigation">
 
19
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
23
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
24
21
<tr>
25
 
<td><a rel="prev" title="2.1 Prerequisites" 
26
 
  href="inst-prerequisites.html"><img src='previous.gif'
27
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
28
 
<td><a rel="parent" title="2. Installation" 
29
 
  href="installation.html"><img src='up.gif'
30
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
31
 
<td><a rel="next" title="2.2.1 Running ./configure" 
32
 
  href="inst-configure.html"><img src='next.gif'
33
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
 
22
<td class='online-navigation'><a rel="prev" title="2.1 Prerequisites"
 
23
  href="inst-prerequisites.html"><img src='previous.png'
 
24
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
25
<td class='online-navigation'><a rel="parent" title="2. Installation"
 
26
  href="installation.html"><img src='up.png'
 
27
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
28
<td class='online-navigation'><a rel="next" title="2.2.1 Running ./configure"
 
29
  href="inst-configure.html"><img src='next.png'
 
30
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
34
31
<td align="center" width="100%">Mod_python Manual</td>
35
 
<td><a rel="contents" title="Table of Contents" 
36
 
  href="contents.html"><img src='contents.gif'
37
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
38
 
<td><img src='blank.gif'
39
 
  border='0' height='32'  alt='' width='32'></td>
40
 
<td><a rel="index" title="Index" 
41
 
  href="genindex.html"><img src='index.gif'
42
 
  border='0' height='32'  alt='Index' width='32'></A></td>
 
32
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
33
  href="contents.html"><img src='contents.png'
 
34
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
35
<td class='online-navigation'><img src='blank.png'
 
36
  border='0' height='32'  alt='' width='32' /></td>
 
37
<td class='online-navigation'><a rel="index" title="Index"
 
38
  href="genindex.html"><img src='index.png'
 
39
  border='0' height='32'  alt='Index' width='32' /></A></td>
43
40
</tr></table>
 
41
<div class='online-navigation'>
44
42
<b class="navlabel">Previous:</b>
45
43
<a class="sectref" rel="prev" href="inst-prerequisites.html">2.1 Prerequisites</A>
46
44
<b class="navlabel">Up:</b>
47
45
<a class="sectref" rel="parent" href="installation.html">2. Installation</A>
48
46
<b class="navlabel">Next:</b>
49
47
<a class="sectref" rel="next" href="inst-configure.html">2.2.1 Running ./configure</A>
50
 
<br><hr>
 
48
</div>
 
49
<hr /></div>
51
50
</DIV>
52
51
<!--End of Navigation Panel-->
53
52
 
54
 
<H1><A NAME="SECTION004200000000000000000">&nbsp;</A>
 
53
<H1><A NAME="SECTION004200000000000000000"></A><A NAME="inst-compiling"></A>
55
54
<BR>
56
55
2.2 Compiling
57
56
</H1>
58
 
<a name="l2h-3">&nbsp;</a>
 
57
<a id='l2h-3' xml:id='l2h-3'></a>
59
58
<P>
60
59
There are two ways in which modules can be compiled and linked to
61
60
Apache - statically, or as a DSO (Dynamic Shared Object).
72
71
<a class="url" href="http://httpd.apache.org/docs-2.0/dso.html">http://httpd.apache.org/docs-2.0/dso.html</a>.
73
72
 
74
73
<P>
75
 
<i>At this time only DSO is supported by mod_python.</i>
 
74
<em>At this time only DSO is supported by mod_python.</em>
76
75
 
77
76
<P>
78
77
<i class="dfn">Static</i> linking is an older approach. With dynamic linking
82
81
 
83
82
<P>
84
83
 
85
 
<p><hr>
 
84
<p><br /></p><hr class='online-navigation' />
 
85
<div class='online-navigation'>
86
86
<!--Table of Child-Links-->
87
87
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
88
88
 
91
91
<LI><A href="inst-make.html">2.2.2 Running make</a>
92
92
</ul>
93
93
<!--End of Table of Child-Links-->
 
94
</div>
94
95
 
95
96
<DIV CLASS="navigation">
96
 
<p><hr>
 
97
<div class='online-navigation'>
 
98
<p></p><hr />
97
99
<table align="center" width="100%" cellpadding="0" cellspacing="2">
98
100
<tr>
99
 
<td><a rel="prev" title="2.1 Prerequisites" 
100
 
  rel="prev" title="2.1 Prerequisites" 
101
 
  href="inst-prerequisites.html"><img src='previous.gif'
102
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
103
 
<td><a rel="parent" title="2. Installation" 
104
 
  rel="parent" title="2. Installation" 
105
 
  href="installation.html"><img src='up.gif'
106
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
107
 
<td><a rel="next" title="2.2.1 Running ./configure" 
108
 
  rel="next" title="2.2.1 Running ./configure" 
109
 
  href="inst-configure.html"><img src='next.gif'
110
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
 
101
<td class='online-navigation'><a rel="prev" title="2.1 Prerequisites"
 
102
  href="inst-prerequisites.html"><img src='previous.png'
 
103
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
104
<td class='online-navigation'><a rel="parent" title="2. Installation"
 
105
  href="installation.html"><img src='up.png'
 
106
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
107
<td class='online-navigation'><a rel="next" title="2.2.1 Running ./configure"
 
108
  href="inst-configure.html"><img src='next.png'
 
109
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
111
110
<td align="center" width="100%">Mod_python Manual</td>
112
 
<td><a rel="contents" title="Table of Contents" 
113
 
  rel="contents" title="Table of Contents" 
114
 
  href="contents.html"><img src='contents.gif'
115
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
116
 
<td><img src='blank.gif'
117
 
  border='0' height='32'  alt='' width='32'></td>
118
 
<td><a rel="index" title="Index" 
119
 
  rel="index" title="Index" 
120
 
  href="genindex.html"><img src='index.gif'
121
 
  border='0' height='32'  alt='Index' width='32'></A></td>
 
111
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
112
  href="contents.html"><img src='contents.png'
 
113
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
114
<td class='online-navigation'><img src='blank.png'
 
115
  border='0' height='32'  alt='' width='32' /></td>
 
116
<td class='online-navigation'><a rel="index" title="Index"
 
117
  href="genindex.html"><img src='index.png'
 
118
  border='0' height='32'  alt='Index' width='32' /></A></td>
122
119
</tr></table>
 
120
<div class='online-navigation'>
123
121
<b class="navlabel">Previous:</b>
124
122
<a class="sectref" rel="prev" href="inst-prerequisites.html">2.1 Prerequisites</A>
125
123
<b class="navlabel">Up:</b>
126
124
<a class="sectref" rel="parent" href="installation.html">2. Installation</A>
127
125
<b class="navlabel">Next:</b>
128
126
<a class="sectref" rel="next" href="inst-configure.html">2.2.1 Running ./configure</A>
129
 
<hr>
130
 
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
 
127
</div>
 
128
</div>
 
129
<hr />
 
130
<span class="release-info">Release 3.3.1, documentation updated on January 29, 2007.</span>
131
131
</DIV>
132
132
<!--End of Navigation Panel-->
133
133