On Saturday 10 May 2008 14:07:26 Chuckk Hubbard wrote: > On Fri, May 9, 2008 at 3:58 AM, Felipe Sateler wrote: > > On Thursday 08 May 2008 16:24:55 Dave Phillips wrote: > >> Libcsnd.so is in the plugins directory, AFAICT it's a stripped copy of > >> libcsnd.so.5.1. There is a file named _csnd.so sitting in the top level > >> of my Csound source build. Is it supposed to be somewhere else ? > > > > Copy that file as /usr/lib/libcsnd.so.5.1. > > Hi. > I'm trying to do the same thing, could you give a little more detail? > This time I set my install path to /usr/local/csh/; should I be > copying to /usr/lib/, /usr/local/lib/, or /usr/local/csh/lib/ (I am > trying all 3 simultaneously)? And by that file, do you mean _csnd.so > from the build directory? Because sudo cp ./_csnd.so > /usr/local/lib/libcsnd.so.5.1 (or /usr/local/csh/lib/, or /usr/lib/) > doesn't remove the error for me. The csnd library (the file libcsnd.so.5.1 in the build directory, not _csnd.so) should be copied somewhere in the dynamic linker's path. Usually that includes /lib, /usr/lib and /usr/local/lib. You can add paths with the LD_LIBRARY_PATH environment variable. -- Felipe Sateler