[PlanetCCRMA] Supercollider: local vs internal server

Mark Knecht Mark Knecht <markknecht@gmail.com>
Wed Jul 20 15:43:01 2005


On 7/20/05, jonathan <jsegel@magneticmotorworks.com> wrote:
> Mark Knecht wrote:
> 
> >On 7/20/05, Jonathan Segel <jsegel@magneticmotorworks.com> wrote
> >
> >
> >i assumed that too, but libjack.so.0.0.23 exists only in /usr/lib
> >
> >well, also in /mnt/fc1/usr/lib/ but i don't have any fc1 in PATH.
> >
> >
> >
> >
> >Does ldd tell you anything intersting? Maybe it's some broken library somewhere?
> >
> >- Mark
> >
> >
> to tell the truth, i don't know how to read the output of ldd. it looks
> fine to me?
> 
> [jes@sharpness ~]$ ldd -v /usr/lib/libjack.so
>         linux-gate.so.1 =>  (0xffffe000)
>         libm.so.6 => /lib/tls/libm.so.6 (0x4c7b7000)
>         libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4c8cd000)
>         libdl.so.2 => /lib/libdl.so.2 (0x4c7dc000)
>         libc.so.6 => /lib/tls/libc.so.6 (0x4c68b000)
>         /lib/ld-linux.so.2 (0x80000000)
> 

Neither do I really. I don't have a Planet box handy. My Gentoo laptop
points to only libraries in /lib, while yours points to a subdirectory
called /lib/tls. Maybe that's normal for FC4? Not sure:

flash ~ $ ldd -v /usr/lib/libjack.so
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib/libm.so.6 (0xb7f51000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7f3f000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7f3b000)
        libc.so.6 => /lib/libc.so.6 (0xb7e29000)
        /lib/ld-linux.so.2 (0x80000000)

- Mark