help with SSH libmad install
Posted by: cmorganbrown
Posted on: 2007-03-16 14:55:00
I'm trying to install libmad and madplay so that I can decode MP3 files but I don't know how to do things in shell (I'm using Putty). I think what I need to do is compile the two packages, but I'm getting the following error when I try to make install libmad, which seems to indicate that I don't have write permissions in the directory? Is that close to being right?
[crystallight]$ make install
make install-recursive
make[1]: Entering directory `/home/.mosby/cmb2005/rollyourownringtone.com/libmad-0.15.1b'
make[2]: Entering directory `/home/.mosby/cmb2005/rollyourownringtone.com/libmad-0.15.1b'
make[3]: Entering directory `/home/.mosby/cmb2005/rollyourownringtone.com/libmad-0.15.1b'
mkdir -p -- . /usr/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c libmad.la /usr/lib/libmad.la
/usr/bin/install -c .libs/libmad.so.0.2.1 /usr/lib/libmad.so.0.2.1
/usr/bin/install: cannot create regular file `/usr/lib/libmad.so.0.2.1': Permission denied
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/.mosby/cmb2005/rollyourownringtone.com/libmad-0.15.1b'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/.mosby/cmb2005/rollyourownringtone.com/libmad-0.15.1b'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/.mosby/cmb2005/rollyourownringtone.com/libmad-0.15.1b'
make: *** [install] Error 2