First time here? Check out the FAQ!
answered 2012-10-23 09:13:35 +0100
I had the same problem.
echo $LD_LIBRARY_PATH gave /opt/local/lib
echo $LD_LIBRARY_PATH
/opt/local/lib
export LD_LIBRARY_PATH="" solved the problem.
export LD_LIBRARY_PATH=""