Hello, everyone!
I'm trying to start csound5.10 on fedora 10 i386, but i get no luck ((((...
csound: error while loading shared libraries: libcsound.so.5.2: cannot open shared object file: No such file or directory
that's what it says. i've searched many sources (including manual), but i couldn't find anything about libcsound.so.5.2 or libs at all or how to set location of libcsound.so.5.2, so that csound could find it (i tried export OPCODEDIR="/usr/local/lib" (it was my guess to put it (libcsound.so.5.2) there), but it gave me nothing).
..... it seems to be some kind of a version conflict. i had version 5.03 from ccrma and "upgraded" it to 5.10



Probably need to run ldconfig
Linux has a problem finding dynamic libraries if it isn't configured. All you really need to do is run 'ldconfig' as superuser, and it should set things up. /usr/local/lib is probably the right place for the csound library. (Presumably /etc/ld.so.conf or whatever is set up to include that directory so that ldconfig will find it.)
Your opcode plugins should probably be in /usr/local/lib/csound/plugins (that's the way I have defaults set up, so I don't need OPCODEDIR), but you can have them
where you like if you set OPCODEDIR appropriately. If you're feeling experimental, you can go to .../lib/ and do:
strings libcsound.so.5.2|grep plugins
and you should see if a default opcode dir is defined in your package. (I compiled my own in the end for Ubuntu, so there are sure to be differences.)
HTH
Unfortunately not, but thaks
Unfortunately not, but thaks for assistance, it gave me a lot
Here's what i did:
/usr/local/bin/bin/csound: error while loading shared libraries: libcsound.so.5.2: cannot open shared object file: No such file or directory
and guess what!
that leads me to think that it would solve the problem if i would do the following:
i'm gonna try it, and post another reply if i get luck/no luck
That did it!! But csound
That did it!!
But csound won't start ((
and now it's because of error while loading shared libraries: libresmgr.so.1: cannot open shared object file: No such file or directory
but, unlike the story with libcsound.so.5.2 i can't find it anywhere on my system and have no idea on where to find it ???
ps. also i have a file named libjack.so that is a link to a file libjack.0 that i cant find too.
Eeeehhh.... This is weird
Eeeehhh....
This is weird because libresmgr.so.1, as i subsequently knew, is a resource manager made to provide normal users access to the devices. So now i'm totally confused (((