From: Michael Orlitzky Date: Mon, 10 May 2010 17:38:53 +0000 (-0400) Subject: Update the lp_solve wrapper's LD_LIBRARY_PATH. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=ee91ba5316ad1f93d634dc27a856761923402a75;hp=fbd9578bf6a33a84375a7a4d0bddf2d365a95502 Update the lp_solve wrapper's LD_LIBRARY_PATH. --- diff --git a/bin/linear_programs/lp_solve_wrapper b/bin/linear_programs/lp_solve_wrapper index c7d2bd7..4cc12a2 100755 --- a/bin/linear_programs/lp_solve_wrapper +++ b/bin/linear_programs/lp_solve_wrapper @@ -6,7 +6,7 @@ # executing the script. # -export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../lib/lp_solve" +export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../../lib/lp_solve" # Run all but the first command-line argument. This should # execute the python script, followed by all of its arguments.