On Sun, Dec 27, 2009 at 2:19 AM, Ralf Mardorf
<ralf.mardorf(a)alice-dsl.net> wrote:
I'm asking
as a potential user of jackmix for a quick fix to get jackmix
to build when jack is installed in /usr/local/lib64. If anyone has built
jackmix with jack installed in this location could you please let me
know how you did it, thanks.
james.
I had a similar problem at runtime:
if you install libraries and want them to be found automatically when
a program runs, then the location that you installed them in has to be
known to ld.so, the runtime linker. that means that it has to be
defined in /etc/ld.so.conf or whatever directory-based equivalent of
that is used by your distro. once the location is defined, the ld.so
cache needs to be updated, an operation that can only be done by root.
man ld.so
man ldconfig
will reveal more.