Hola, tengo un problema al intentar instalar asterisk-addons-1.6.2.0 en Asterisk 1.6.2.1 en un Red Hat El 4 32bit 2.6.9-55.EL.
realizar make me sale lo siguiente:
Gracias a Todos
CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.2.0/menuselect'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0/menuselect'
CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.2.0/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c
gcc -g -c -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c
make[2]: Entering directory `/usr/src/asterisk-addons-1.6.2.0/menuselect/mxml'
gcc -O -Wall -c mxml-attr.c
gcc -O -Wall -c mxml-entity.c
gcc -O -Wall -c mxml-file.c
gcc -O -Wall -c mxml-index.c
gcc -O -Wall -c mxml-node.c
gcc -O -Wall -c mxml-search.c
gcc -O -Wall -c mxml-set.c
gcc -O -Wall -c mxml-private.c
gcc -O -Wall -c mxml-string.c
/bin/rm -f libmxml.a
/usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
make[2]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.2.0'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0'
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.2.0'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0'
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.2.0'
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0'
make[1]: Entering directory `/usr/src/asterisk-addons-1.6.2.0/channels'
[CC] chan_mobile.c -> chan_mobile.o
chan_mobile.c: In function `handle_cli_mobile_search':
chan_mobile.c:561: error: `HANDSFREE_AGW_PROFILE_ID' undeclared (first use in this function)
chan_mobile.c:561: error: (Each undeclared identifier is reported only once
chan_mobile.c:561: error: for each function it appears in.)
make[1]: *** [chan_mobile.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.2.0/channels'
make: *** [channels] Error 2