Dynamic lib selection and deployment
[anna.git] / example / diameter / launcher / deployments / basic / configure.sh
index cc4fa74..f03eca7 100755 (executable)
@@ -29,7 +29,7 @@ STARTED=\`pgrep $1$ 2>/dev/null\`
 0> launcher.trace
 rm -f counters/* test-reports/*
 # Execution line:
-export LD_LIBRARY_PATH=\$PWD
+export LD_LIBRARY_PATH=\$PWD/dynlibs
 ./$@ --services services.xml &
 echo \$! > .pid
 EOF