LIBPATH... How Does It Work?

So in the last entry, I described the differences between PATH and LIBPATH, but I didn't really explain how LIBPATH is actually used. I'm going to rectify that in this entry. First, though, we need to take a detour and learn how programs get loaded.

Read more  ↩︎

PATH vs LIBPATH

I see this kind of tip suggested a lot when dealing with PASE issues:

export PATH=/my/path/bin:/other/path/bin:$PATH
export LIBPATH=/my/path/bin:/other/path/bin:$LIBPATH

That's not how this works! That's not how any of this works!

This misguided suggestion bugs me to no end, so today I'm here to educate and clear up confusion over LIBPATH.

Read more  ↩︎

First Post

First post here. More to come later. Happy X-mas to you all!