
| Key: |
MODPYTHON-66
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Graham Dumpleton
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
10/Aug/05 08:02 PM
|
|
After building mod_python it will output the message:
Now su and make install
(or, if you only want to perform a partial install,
you can use make install_dso and make install_py_lib)
The fact that there are separate targets for install_dso and
install_py_lib gives the impression that install_dso will
install only the Apache DSO module and that install_py_lib
will install only the Python code files. This isn't the case.
Although install_py_lib installs just the Python code files,
the install_dso target installs both the DSO module and
the Python code files. The install_dso target isn't actually
much different to having run install when DSO is being used
in that respect.
As the ability to install just the DSO is useful, can there
please be a separate target. Either this should be changed
to do what it suggests it should, or a new target introduced.
Ie., install_dso_and_just_the_dso. :-)
|
|
Description
|
After building mod_python it will output the message:
Now su and make install
(or, if you only want to perform a partial install,
you can use make install_dso and make install_py_lib)
The fact that there are separate targets for install_dso and
install_py_lib gives the impression that install_dso will
install only the Apache DSO module and that install_py_lib
will install only the Python code files. This isn't the case.
Although install_py_lib installs just the Python code files,
the install_dso target installs both the DSO module and
the Python code files. The install_dso target isn't actually
much different to having run install when DSO is being used
in that respect.
As the ability to install just the DSO is useful, can there
please be a separate target. Either this should be changed
to do what it suggests it should, or a new target introduced.
Ie., install_dso_and_just_the_dso. :-)
|
Show » |
made changes - 10/Aug/05 08:02 PM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
3.2.0
[ 11060
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
made changes - 05/Mar/06 02:13 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|