[PlanetCCRMA] ...and Jamin closing with error

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Jul 19 11:09:01 2005


On Mon, 2005-07-18 at 13:29, Hector Centeno wrote:
> Fernando Lopez-Lezcano wrote:
> >On Mon, 2005-07-18 at 10:59, Hector Centeno wrote:
> >>Jamin closes immediately with this error (I'm on FC3):
> >>
> >>jamin: symbol lookup error: jamin: undefined symbol: jack_create_thread
> >>
> >>sorry for bothering with so many questions...
> >
> >Which version of jack are you running? Is it the one packaged in Planet
> >CCRMA or a newer one?
> >
> is the one from the Planet CCRMA.

I can't repeat this here (the symptoms suggest that the jamin you are
running was built with a different - prior - version of jack than the
one it is actually trying to run on), could you do this:

rpm -q jack-audio-connection-kit jamin
(to see the versions of the packages you have installed)
and then:
  which jackd 
(to see which one you are actually running just in case there are more
than one), and
  jackd --version

You could also check the integrity of the jack package:
  rpm -V jack-audio-connection-kit

-- Fernando