[Home]

Summary:ASTERISK-20684: Installation Issue
Reporter:Deepak Manghani (dmanghani)Labels:
Date Opened:2012-11-15 01:53:09.000-0600Date Closed:2012-11-15 05:12:08.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:11.0.1 Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-20681 Unable to compile pjproject in Asterisk 11
Environment:Centos Linux localhost.localdomain 2.6.18-308.4.1.el5 #1 SMP Tue Apr 17 17:08:10 EDT 2012 i686 i686 i386 GNU/Linux Attachments:
Description:{noformat}
[root@localhost asterisk-11.0.1]# make -j 1
make[1]: Entering directory `/home/asterisk-11.0.1'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[2]: Entering directory `/home/asterisk-11.0.1/menuselect'
make[2]: `makeopts' is up to date.
make[2]: Leaving directory `/home/asterisk-11.0.1/menuselect'
make[5]: ccar: Command not found
make[5]: *** [../lib/libpj-i686-pc-linux-gnu.a] Error 127
make[4]: *** [pjlib] Error 2
make[3]: *** [all] Error 1
make[2]: *** [pjproject] Error 2
make[1]: *** [res] Error 2
make[1]: Leaving directory `/home/asterisk-11.0.1'
make: *** [_cleantest_all] Error 2
[root@localhost asterisk-11.0.1]# uname -r
[root@localhost asterisk-11.0.1]# make -j 1
make[1]: Entering directory `/home/asterisk-11.0.1'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[2]: Entering directory `/home/asterisk-11.0.1/menuselect'
make[2]: `makeopts' is up to date.
make[2]: Leaving directory `/home/asterisk-11.0.1/menuselect'
make[5]: ccar: Command not found
make[5]: *** [../lib/libpj-i686-pc-linux-gnu.a] Error 127
make[4]: *** [pjlib] Error 2
make[3]: *** [all] Error 1
make[2]: *** [pjproject] Error 2
make[1]: *** [res] Error 2
make[1]: Leaving directory `/home/asterisk-11.0.1'
make: *** [_cleantest_all] Error 2
[root@localhost asterisk-11.0.1]# uname -r
2.6.18-308.4.1.el5
[root@localhost asterisk-11.0.1]#

[root@localhost asterisk-11.0.1]#
{noformat}
Comments: