Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] mpg123 problem


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
faza_404 at yahoo.com
Guest





PostPosted: Sun Jun 22, 2008 2:24 am    Post subject: [asterisk-users] mpg123 problem Reply with quote

Hi:
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 :


#cd /usr/src/mpg123-0.59r


#make linux


after run make linux ,I saw 2 errors in terminal:


make CC=gcc LDFLAGS= \


OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \


audio_oss.o term.o' \


CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \


-DREAD_MMAP -DOSS -DTERM_CONTROL\


-Wall -O2 -m486 \


-fomit-frame-pointer -funroll-all-loops \


-finline-functions -ffast-math' \


mpg123-make


make[1]: Entering directory `/usr/src/mpg123-0.59r'


make[2]: Entering directory `/usr/src/mpg123-0.59r'


make[2]: *** No rule to make target `\


', needed by `mpg123'. Stop.


make[2]: Leaving directory `/usr/src/mpg123-0.59r'


make[1]: *** [mpg123-make] Error 2


make[1]: Leaving directory `/usr/src/mpg123-0.59r'


make: *** [linux] Error 2


What is the problem?


Please guide me.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080622/2b4a49b2/attachment.htm
Back to top
david at linuxcrazy.com
Guest





PostPosted: Sun Jun 22, 2008 3:27 am    Post subject: [asterisk-users] mpg123 problem Reply with quote

fateme fatah wrote:
Quote:
Hi:
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 :
#cd /usr/src/mpg123-0.59r
#make linux
after run make linux ,I saw 2 errors in terminal:
make CC=gcc LDFLAGS= \
OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \
audio_oss.o term.o' \
CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \
-DREAD_MMAP -DOSS -DTERM_CONTROL\
-Wall -O2 -m486 \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math' \
mpg123-make
make[1]: Entering directory `/usr/src/mpg123-0.59r'
make[2]: Entering directory `/usr/src/mpg123-0.59r'
make[2]: *** No rule to make target `\
', needed by `mpg123'. Stop.
make[2]: Leaving directory `/usr/src/mpg123-0.59r'
make[1]: *** [mpg123-make] Error 2
make[1]: Leaving directory `/usr/src/mpg123-0.59r'
make: *** [linux] Error 2
What is the problem?
Please guide me.


------------------------------------------------------------------------

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
That is not an Asterisk issue. You need to read up on how to install
from source on your distro.

--
Powered by Gentoo GNU/LINUX
http://www.linuxcrazy.com
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Sun Jun 22, 2008 3:38 am    Post subject: [asterisk-users] mpg123 problem Reply with quote

On Sun, Jun 22, 2008 at 12:24:22AM -0700, fateme fatah wrote:
Quote:
Hi:


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 :


BTW: why do you want to use mpg123?

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
dbackeberg at gmail.com
Guest





PostPosted: Sun Jun 22, 2008 9:29 pm    Post subject: [asterisk-users] mpg123 problem Reply with quote

I'm guessing you're using gentoo. Your LDFLAGS ended up being
backslash. Don't do that, and it will probably build. I'm making an
educated guess, based on your 'omit-frame-pointer'. Don't omit your
frame pointer either, if you ever want help debugging. Go into
/etc/make.conf, find the gentoo docs, and change your flags back to
the very simple example. And don't ask for gentoo help on the asterisk
mailing list.

On Sun, Jun 22, 2008 at 3:24 AM, fateme fatah <faza_404 at yahoo.com> wrote:
Quote:
Hi:
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 :
#cd /usr/src/mpg123-0.59r
#make linux
after run make linux ,I saw 2 errors in terminal:
make CC=gcc LDFLAGS= \
OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \
audio_oss.o term.o' \
CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \
-DREAD_MMAP -DOSS -DTERM_CONTROL\
-Wall -O2 -m486 \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math' \
mpg123-make
make[1]: Entering directory `/usr/src/mpg123-0.59r'
make[2]: Entering directory `/usr/src/mpg123-0.59r'
make[2]: *** No rule to make target `\
', needed by `mpg123'. Stop.
make[2]: Leaving directory `/usr/src/mpg123-0.59r'
make[1]: *** [mpg123-make] Error 2
make[1]: Leaving directory `/usr/src/mpg123-0.59r'
make: *** [linux] Error 2
What is the problem?
Please guide me.

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
asterisk2 at pi4tel.de
Guest





PostPosted: Tue Jun 24, 2008 3:06 pm    Post subject: [asterisk-users] mpg123 problem Reply with quote

On Sun, Jun 22, 2008 at 12:24:22AM -0700, fateme fatah wrote:
Quote:
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 :

Just have a look at www.mpg123.org and fetch the up to date version.

0.59r is probably available with your distribution but it is known
to cause some problems.
--
Stefan Tichy ( asterisk2 at pi4tel dot de )
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Wed Jun 25, 2008 1:58 am    Post subject: [asterisk-users] mpg123 problem Reply with quote

On Tue, Jun 24, 2008 at 10:06:00PM +0200, Stefan Tichy wrote:
Quote:
On Sun, Jun 22, 2008 at 12:24:22AM -0700, fateme fatah wrote:
Quote:
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 :

Just have a look at www.mpg123.org and fetch the up to date version.

0.59r is probably available with your distribution but it is known
to cause some problems.

Actually 0.59r is probably older than the one available from your
distribution and has known security holes. It is recommended by the
Asterisk community by some strange voodoo reasons.

In most cases you don't need mpg123 anyway. The most common remaining
use case for mpg123 is streaming remote mp3 streams. But then you should
consider the known security holes that version has.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services