diff options
Diffstat (limited to 'www/mod_python3/pkg-message')
-rw-r--r-- | www/mod_python3/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message index 90fa682cbd15..09fba1821353 100644 --- a/www/mod_python3/pkg-message +++ b/www/mod_python3/pkg-message @@ -12,7 +12,7 @@ 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 +LD_PRELOAD=/usr/lib/libc_r.so # or libpthread.so export LD_PRELOAD ================================================================================ |