No subject
Tue Sep 5 14:32:44 MST 2006
# cd /usr/src
# wget http://www.mpg123.de/mpg123/mpg123-0.59r.tar.gz
Extract it
# tar -zxvf mpg123-0.59r.tar.gz
# cd mpg123-0.59r
Before compiling mpg123, change the line in the Makefile that reads
PREFIX=/usr/local
to
PREFIX=/usr
Now compile it
# make linux
# make install
Once compiled make sure there is a copy in
/usr/bin/mpg123
Note that the copy of mpg123 that comes with Red Hat 8 is of no use to you,
it will not work with Asterisk.
To check out Asterisk code from the Digium CVS repository: -
More information about the asterisk-users
mailing list