Paul Koning <[email protected]> writes:
> Explicitly setting LD_LIBRARY_PATH seems to cure the problem. It
> would be good to have that called out in the procedures (or,
> preferably, made not to be necessary).
It actually is in the install docs, though of course suggestions for
improvements are always welcome.
You might also need to ensure the shared libraries can be found by
the dynamic linker when building and using GCC, for example by
setting the runtime shared library path variable
(@env{LD_LIBRARY_PATH} on GNU/Linux and Solaris systems).
Ian