From 1be296d06208d7037b368a779c20ecf0aa4c1452 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang 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/pkg-message | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/mod_python3/pkg-message') 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 v1.2.3