Kjetil Svalastog Matheussen kirjoitti:
If you use bash:
export LD_LIBRARY_PATH=/usr/local/lib
Thank you, now I can try it.
asmok@ubuntu:~$ env
[--]
SHELL=/bin/bash
[--]
asmok@ubuntu:~$ export LD_LIBRARY_PATH=/usr/local/lib
asmok@ubuntu:~$ cat .jackdrc
/usr/bin/jackd -R -t1000 -dalsa -dhw:0 -r44100 -p128 -n2
asmok@ubuntu:~$ /usr/local/bin/jackdmp -R -t1000 -dalsa -dhw:0 -r44100
-p128 -n2
jackdmp 0.64
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2007 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
playback device hw:0
capture device hw:0
apparent rate = 44100
frames per period = 128
control device hw:0
ALSA: final selected sample format for capture: 16bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 16bit little-endian
ALSA: use 2 periods for playback
[--]
Hydrogen found it, but not QSynth...
Anyway, thank you very much.
Best regards Asmo Koskinen.