In Reply to: RE: Still an error posted by aljordan on December 20, 2009 at 09:40:14:
"See my other message. It looks like you have an old version of a library hanging around."
Yup...there's an old shared object laying around.
"/usr/bin/jackd: symbol lookup error: /usr/bin/jackd: undefined symbol: clock_source"
jack is trying to call the clock_source() function.
Nuke all the jack shared objects in /usr/lib -- open a term and execute the following (as administrator or use sudo)
rm -f /usr/lib/libjack*
rm -rf /usr/lib/jack
Then rebuild and reinstall your source package.
~Mike
This post is made possible by the generous support of people like you and our sponsors:
Follow Ups
- RE: Still an error - Alchemy 19:54:20 12/20/09 (0)