[asterisk-bugs] [JIRA] (ASTERISK-20681) Unable to compile Asterisk 11.0.0 & 11.0.1
danilo borges (JIRA)
noreply at issues.asterisk.org
Wed Jan 2 04:51:46 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-20681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201029#comment-201029 ]
danilo borges edited comment on ASTERISK-20681 at 1/2/13 4:51 AM:
------------------------------------------------------------------
Friends, I managed to solve the problem Centos 6.3 x64.
The error is the why I was installing asterisk 11 on top of version 10.
So I had to do the steps below to completely uninstall the asterisk 10 and after installation without errors occurred!
killall -9 safe_asterisk
killall -9 asterisk
lsmod | grep dahdi
dahdi_transcode 6697 1 wctc4xxp
dahdi_voicebus 55791 2 wctdm24xxp,wcte12xp
dahdi 212660 11 xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,dahdi_voicebus,wct4xxp
crc_ccitt 1677 2 wctdm24xxp,dahdi
rm -f /usr/lib/asterisk/modules/*
service dahdi stop
modprobe -r wctc4xxp
modprobe -r wctdm24xxp
modprobe -r wcte12xp
modprobe -r xpp
modprobe -r dahdi_transcode
modprobe -r wcb4xxp
modprobe -r wctdm
modprobe -r wcfxo
modprobe -r wctdm24xxp
modprobe -r wcte11xp
modprobe -r wct1xxp
modprobe -r wcte12xp
modprobe -r dahdi_voicebus
modprobe -r wct4xxp
modprobe -r wctdm24xxp
modprobe -r dahdi
rm -rf /etc/asterisk
rm -f /etc/zaptel.conf
rm -rf /var/log/asterisk
rm -rf /var/lib/asterisk
rm -rf /var/spool/asterisk
rm -rf /usr/lib64/asterisk
rm -rf /usr/lib/asterisk
rm -rf /usr/src/asterisk
yum update
reboot
was (Author: dbbrito):
Friends, I managed to solve the problem.
The error is the why I was installing asterisk 11 on top of version 10.
So I had to do the steps below to completely uninstall the asterisk 10 and after installation without errors occurred!
killall -9 safe_asterisk
killall -9 asterisk
lsmod | grep dahdi
dahdi_transcode 6697 1 wctc4xxp
dahdi_voicebus 55791 2 wctdm24xxp,wcte12xp
dahdi 212660 11 xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,dahdi_voicebus,wct4xxp
crc_ccitt 1677 2 wctdm24xxp,dahdi
rm -f /usr/lib/asterisk/modules/*
service dahdi stop
modprobe -r wctc4xxp
modprobe -r wctdm24xxp
modprobe -r wcte12xp
modprobe -r xpp
modprobe -r dahdi_transcode
modprobe -r wcb4xxp
modprobe -r wctdm
modprobe -r wcfxo
modprobe -r wctdm24xxp
modprobe -r wcte11xp
modprobe -r wct1xxp
modprobe -r wcte12xp
modprobe -r dahdi_voicebus
modprobe -r wct4xxp
modprobe -r wctdm24xxp
modprobe -r dahdi
rm -rf /etc/asterisk
rm -f /etc/zaptel.conf
rm -rf /var/log/asterisk
rm -rf /var/lib/asterisk
rm -rf /var/spool/asterisk
rm -rf /usr/lib/asterisk
rm -rf /usr/lib64/asterisk
rm -rf /usr/lib/asterisk
rm -rf /usr/src/asterisk
yum update
reboot
> Unable to compile Asterisk 11.0.0 & 11.0.1
> ------------------------------------------
>
> Key: ASTERISK-20681
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20681
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 11.0.0, 11.0.1
> Environment: Centos 6.3 x86_64
> Reporter: Dinesh Ramjuttun
> Assignee: Dinesh Ramjuttun
> Attachments: 20121208__ccar_solved.diff.txt, config.log, config.log
>
>
> Cannot compile. I am stuck with the error below.
> FYI Asterisk 1.8.x compiles with no problem on same system/server.
> {noformat}
> ../src/pj/ssl_sock_ossl.c: In function âcreate_sslâ:
> ../src/pj/ssl_sock_ossl.c:605: warning: value computed is not used
> ../src/pj/ssl_sock_ossl.c:606: warning: value computed is not used
> ../src/pj/ssl_sock_ossl.c: In function âflush_write_bioâ:
> ../src/pj/ssl_sock_ossl.c:1148: warning: value computed is not used
> make[5]: ccar: Command not found
> make[5]: *** [../lib/libpj-x86_64-unknown-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 `/usr/src/install/asterisk-11.0.1'
> make: *** [_cleantest_all] Error 2
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list