you don't say what your OS is, but it sound like you haven't properly configured your OS's dynamic loader to be able to find the flac shared library.
try this: env LD_LIBRARY_PATH=/location/of/libflac.so.8 flac On Mon, Mar 19, 2007 at 08:45:21PM +0100, Harry Sack wrote: > Hi, > > I want to compile and install FLAC 1.1.4 from source code and I have > run this like explained in the README: ./configure && make && make > install > > I have left out the "make check". > > Everything builds OK and is installed. But then when I want to run > "flac", I get this error: > > $ flac > flac: error while loading shared libraries: libFLAC.so.8: cannot open > shared object file: No such file or directory > > I hope somebody can tell me what the problem is. Please pay attention > that I'm a FLAC beginner. > > some version numbers of my system: > > autoconf-2.60-21 > automake-1.9.6-35 > libtool-1.5.22-34 > > thanks in advanc > _______________________________________________ > Flac-dev mailing list > [email protected] > http://lists.xiph.org/mailman/listinfo/flac-dev danno -- dan pritts [EMAIL PROTECTED] 734-929-9770 _______________________________________________ Flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
