<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">~$ export LD_LIBRARY_PATH=somedir<br>
</div>~$ command<br>
Or (better IMHO) as<br>
~$ LD_LIBRARY_PATH=somedir command<br>
Or you could set up  the variable in your login script, adding<br>
<div class="Ih2E3d">export LD_LIBRARY_PATH=somedir<br>
</div>to ~/.bash_profile<br></blockquote></div><br>Thanks for the info. This was my usual practice as well, but I must have made a typo or so (I don't see another reason why it wouldn't work yesterday). I thought there was something different in U because LD_LIBRARY_PATH was empty by default. Good to know about stow though. Thanks again.<br>
<br>Rutger<br>