<table cellspacing='0' cellpadding='0' border='0' ><tr><td valign='top' style='font: inherit;'><span class="postbody">Hi:
<br>
I want to install mpg123-0.59r on my asterisk server.I downloaded it in /usr/src then untared it and I typed these command :
<br>
#cd  /usr/src/mpg123-0.59r
<br>
#make linux
<br>
after run make linux ,I saw 2 errors in terminal:
<br>
make CC=gcc LDFLAGS= \
<br>
                OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \
<br>
                        audio_oss.o term.o' \
<br>
                CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \
<br>
                        -DREAD_MMAP -DOSS -DTERM_CONTROL\
<br>
                        -Wall -O2 -m486 \
<br>
                        -fomit-frame-pointer -funroll-all-loops \
<br>
                        -finline-functions -ffast-math' \
<br>
                mpg123-make
<br>
make[1]: Entering directory `/usr/src/mpg123-0.59r'
<br>
make[2]: Entering directory `/usr/src/mpg123-0.59r'
<br>
make[2]: *** No rule to make target `\
<br>
', needed by `mpg123'.  Stop.
<br>
make[2]: Leaving directory `/usr/src/mpg123-0.59r'
<br>
make[1]: *** [mpg123-make] Error 2
<br>
make[1]: Leaving directory `/usr/src/mpg123-0.59r'
<br>
make: *** [linux] Error 2
<br>
 What is the problem?
<br>
Please guide me.</span></td></tr></table><br>