Ian Collins wrote: > Paul Johnston wrote: > >> Had to play around with LD_LIBRARY_PATH to get haskell and some >> linguistic parser working, guess I was missing something :-) >> >> > If you ever have to do that (which you shouldn't if the code is built > correctly), use a wrapper script to set LD_LIBRARY_PATH for that command > only. > > LD_LIBRARY_PATH should be taken out and shot! > > Couldn't agree more but often we have to work with stuff which isn't built correctly :-)
Paul