Em Dom, 2006-11-26 às 00:26 +0200, Sampo Savolainen escreveu:
On Sat, 2006-11-25 at 17:29 -0200, glauber alex dias
prado wrote:
Hi dear list, i am out of ideas, the error is
follow: "jackd: symbol
lookup error: jackd: undefined symbol: jack_tmpdir" when i try to call
jack simply as /jackd -dalsa i dont know what to do, im on a gentoo box
amd64 arch, and jack always worked before, ive noticed this one week
ago, and tried uninstalling jack reemerge it and with a lot of different
versions, my fstab line entry regarding tmpfs is as follows:
"none /dev/shm tmpfs defaults 0 0"
Sounds like you have multiple versions of jack installed. Probably one
in /usr/local/ (self-built, i assume) and one from a distro in /usr/.
If this is the case, I recommend that you remove the version
in /usr/local and recompile jackd after running ./configure
--prefix=/usr (and any other options you want to use)
Oh, uninstalling is easiest via running "make uninstall" as root from
the jack source directory you installed it from originally. You just
need to do that before selecting a different prefix with "configure".
you were right man, thanks a lot, i did compiled it manually again and
did a make uninstall and it was working, simply as that, many thanks.
Glauber Alex Dias Prado.
any help is
pretty much appreciated.
Thanks in advance, Glauber Alex Dias Prado.