diff options
Diffstat (limited to 'sca-cpp/trunk/modules/wsgi/wsgi-start')
-rwxr-xr-x | sca-cpp/trunk/modules/wsgi/wsgi-start | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/wsgi/wsgi-start b/sca-cpp/trunk/modules/wsgi/wsgi-start index 685dab3c82..1bda4f33fa 100755 --- a/sca-cpp/trunk/modules/wsgi/wsgi-start +++ b/sca-cpp/trunk/modules/wsgi/wsgi-start @@ -24,5 +24,6 @@ port=$2 python_prefix=`cat $here/../python/python.prefix` cd $root +export LD_LIBRARY_PATH=$python_prefix/lib:$LD_LIBRARY_PATH $python_prefix/bin/python composite.py $port & |