![]() ![]() |
Computer Audio Asylum Music servers and other computer based digital audio technologies. |
For Sale Ads |
Use this form to submit comments directly to the Asylum moderators for this forum. We're particularly interested in truly outstanding posts that might be added to our FAQs.You may also use this form to provide feedback or to call attention to messages that may be in violation of our content rules.
Original Message
RE: Still an error
Posted by Alchemy on December 20, 2009 at 19:54:20:
"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