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

« back to all changes in this revision

Viewing changes to README

  • 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:
4
4
 
5
5
1. Getting Started
6
6
2. Flex
7
 
3. New in 3.2
 
7
3. New in 3.3
8
8
4. New in 3.0
9
9
5. Migrating from Mod_Python 2.7.8
10
10
6. OS Hints
23
23
        $ su
24
24
        # make install
25
25
 
26
 
        Edit httpd.conf like instructions at the end of "make install"
27
 
        tell you.
 
26
        Edit httpd.conf as instructed at the end of "make install".
28
27
 
29
28
        If the above worked - read the tutorial in the doc directory.
30
29
 
31
30
2. ./configure will generate a WARNING if it cannot find flex, or it 
32
31
is the wrong version. Generally you can ignore this warning and still
33
 
successfully compile mod_python.
 
32
successfully compile mod_python as the timestamp of the src/psp_parser.c
 
33
file will be newer than that for the src/psp_parser.l file. If for some
 
34
reason it still tries to run flex to regenerate the src/psp_parser.c
 
35
file, running 'touch src/psp_parser.c' to update the timestamp should
 
36
stop this and it will use the provided file.
34
37
 
35
38
The parser used by psp is written in C generated using flex. This
36
39
requires a reentrant version of flex, which at this time is 2.5.31.
42
45
You can specify the path the flex binary by using 
43
46
./configure --with-flex=/path/to/flex/binary.
44
47
 
45
 
3. New in 3.2
 
48
3. New in 3.3
46
49
   Please refer to doc-html/ for more information.
47
50
 
48
51
4. New in 3.0