On 07/10/10 11:36, gusano wrote:
hi

from this thread on the sc dev list:
http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/28512

should it be a default in puredyne configuration or is it too user
specific (or bad practice) ?

cheers,
_y


/usr/local/bin/sclang: error while loading shared libraries:
>> libsccommon.so: cannot open shared object file: No such file or
directory
>> *** SCLang exited abnormally with code 127 ***
>
> after my cmake build, libsccommon.so is in /usr/local/lib
> everything got installed in /usr/local (bin, lib, share), as it
should I
> guess..
> if I cp libsccommon.so (and libsclang.*, libscsynth.*) to /usr/lib,
then
> scel starts... is that normal ?
 >> >
Seems like /usr/local/lib is not in your lib search path... add
/usr/local/lib to /etc/ld.so.conf and run sudo /sbin/ldconfig

It should be in the path already:

/etc/ld.so.conf.d/libc.conf # from package libc-bin

Probably you just need to run 'ldconfig' to update the cache after installing new libraries.



Dan


Claude

---
[email protected]
http://identi.ca/group/puredyne
irc://irc.goto10.org/puredyne

Reply via email to