diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-04-09 12:43:50 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-04-09 12:43:50 +0000 |
commit | 1be296d06208d7037b368a779c20ecf0aa4c1452 (patch) | |
tree | 6cb36192f4f013cd970c2c28d61b9e110af5c9f3 /www/mod_python3/pkg-message | |
parent | Fixed DOWNLOAD_URL. (diff) |
- Update to 3.0.3 [1]
- Add an instruction about how to run mod_python without a threaded
apache.
PR: ports/50375 [1]
Submitted by: Mark Linimon <linimon@lonesome.com> [1]
Diffstat (limited to 'www/mod_python3/pkg-message')
-rw-r--r-- | www/mod_python3/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message index 612fd5e7f501..90fa682cbd15 100644 --- a/www/mod_python3/pkg-message +++ b/www/mod_python3/pkg-message @@ -9,4 +9,10 @@ PythonDebug On For more information, see http://www.modpython.org/. +And, if you built apache without thread support, you may need to add the +following lines to $PREFIX/sbin/envvars: + +LD_PRELOAD=/usr/lib/libc_r.so +export LD_PRELOAD + ================================================================================ |