[PlanetCCRMA] Supercollider: local vs internal server

Mark Knecht Mark Knecht <markknecht@gmail.com>
Wed Jul 20 17:11:01 2005


On 7/20/05, jonathan <jsegel@magneticmotorworks.com> wrote:
> Fernando Lopez-Lezcano wrote:
>  >You should try to ldd the supercollider binary to see which libjack it
>  >is dynamically linking with....
> 
> ok. but we mean scsynth here right? see that's what i am not
> understanding about this problem. both internal server and localhost
> server use scsynth.
> in ~/.sclang.sc
> i have:
> Server.program = "sudo scsynth";

<SNIP>

So does this mean you're using sudo for scsynth? Are you running Jack
as root? What user owns the sudo scsynth process?


> [jes@sharpness ~]$ ldd /usr/local/bin/scsynth

<SNIP>
>         libjack.so.0 => /usr/lib/libjack.so.0 (0x4db1a000)
<SNIP>

You're not linking against anything strange, or so it appears.

- Mark