[PlanetCCRMA] Re: updated: liblo, jamin; added: sooperlooper

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Dec 8 12:50:01 2004


On Wed, 2004-12-08 at 11:56, Robert Epprecht wrote:
> Fernando Lopez-Lezcano <nando@ccrma.Stanford.EDU> writes:
> 
> > On Tue, 2004-12-07 at 23:48, Robert Epprecht wrote:
> >> Thanks a lot, Fernando.
> >> Unfortunatly JAMin 0.9.17 still segfaults on my Planet FC1 installation...
> >
> > Strange, I just booted into my fc1 hard disk (in my laptop) to check,
> > dist-upgraded, and jamin is apparently happy. Could you take a look at
> > the libraries it is linking to in your machine (and the relevant
> > packages)?
> >
> > ldd /usr/bin/jamin|awk '{print $1}'|xargs rpm -q
> > --whatprovides|sort|uniq
> 
> [output snipped] 
> 
> I do get exactly the same output.
> How do I 'look at the relevant packages' now?

That's the packages. The libraries are the output of the first part of
the command:

  ldd /usr/bin/jamin

What sort of cpu/speed/memory do you have? In my 1.7GHz P4 laptop Jamin
eats almost 1/2 the cpu by itself. 

-- Fernando