From b595c67544cc31f78d48bfb57f39d4786d7b1556 Mon Sep 17 00:00:00 2001 From: perky Date: Wed, 9 Apr 2003 12:43:50 +0000 Subject: - 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 [1] --- www/mod_python3/Makefile | 2 +- www/mod_python3/distinfo | 2 +- www/mod_python3/pkg-message | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index 1e69a7a94e68..afcb019d70a0 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_python -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= www python MASTER_SITES= http://www.apache.org/dist/httpd/%SUBDIR%/ \ http://apache.mirrorcentral.com/dist/httpd/%SUBDIR%/ \ diff --git a/www/mod_python3/distinfo b/www/mod_python3/distinfo index a59dddcb2814..a85c0c83e5b6 100644 --- a/www/mod_python3/distinfo +++ b/www/mod_python3/distinfo @@ -1 +1 @@ -MD5 (mod_python-3.0.1.tgz) = 41e587e2347449d60ed4ea02ffbc8a14 +MD5 (mod_python-3.0.3.tgz) = 39f8db0bafac6ce241599d2299b5d853 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 + ================================================================================ -- cgit