NO MOH after new install

After a new install of Asterisk 1.2.18, I can’t get MOH working :frowning:

During make mpg123 I get error message:

<command line>:1:13: warning: missing whitespace after the macro name gcc -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 -c -o dct64_i386.o dct64_i386.c <command line>:1:13: warning: missing whitespace after the macro name as -o decode_i586.o decode_i586.s [b]make[3]: *** No rule to make target `\ ', needed by `mpg123'. Stop. make[3]: Leaving directory `/usr/src/asterisk-1.2.18/mpg123-0.59r' make[2]: *** [mpg123-make] Error 2 make[2]: Leaving directory `/usr/src/asterisk-1.2.18/mpg123-0.59r' make[1]: *** [linux] Error 2 make[1]: Leaving directory `/usr/src/asterisk-1.2.18/mpg123-0.59r' make: *** [mpg123] Error 2 asterisk:/usr/src/asterisk-1.2.18 #[/b]

What is missing in my installation :question:

Gr.
Henk

I also tried:

cd /usr/src wget http://www.mpg123.de/mpg123/mpg123-0.59r.tar.gz tar -zxvf mpg123-0.59r.tar.gz cd mpg123-0.59r make linux; make install

but I still get:

[ul]asterisk:/usr/src/mpg123-0.59r # make linux
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
asterisk:/usr/src/mpg123-0.59r # [/ul]

So this way I get the same error as in my previous thread. :cry:

[quote=“henkoegema”][quote]
What is missing in my installation :question:

[/quote]
I also tried:

cd /usr/src wget http://www.mpg123.de/mpg123/mpg123-0.59r.tar.gz tar -zxvf mpg123-0.59r.tar.gz cd mpg123-0.59r make linux; make install
[/quote]

I finally got it compiled :smiley:
i.s.o
make linux; make install

I used:
make linux-devel; make install

I found the answer here:
voip-info.org/wiki-Asterisk+ … nhold.conf