[LAU] Jackmp - libjackdmp.so

Kjetil Svalastog Matheussen k.s.matheussen at notam02.no
Sat Aug 18 08:22:07 EDT 2007


Asmo Koskinen:
>Well, it didn't:
>
>asmok at ubuntu:~$ LD_LIBRARY_PATH=/usr/local/lib
>asmok at ubuntu:~$ LD_LIBRARY_PATH=/usr/local/bin
>asmok at ubuntu:~$ /usr/local/bin/jackdmp
>/usr/local/bin/jackdmp: error while loading shared libraries:
>libjackdmp.so: cannot open shared object file: No such file or directory
>asmok at ubuntu:~$


You need to set the environment variable, not the shell variable.

If you use bash:
export LD_LIBRARY_PATH=/usr/local/lib

If you use csh (I think):
setenv LD_LIBRARY_PATH /usr/local/lib




More information about the Linux-audio-user mailing list