• News
  • Idefisk
  • Tools
  • Tutorials
  • Forum
  • Reviews
  • VoIP Providers
  • Archives
  • Gallery
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[asterisk-dev] Asterisk compiling problem

 
   AsteriskGuru Archives Forum Index -> Asterisk-Dev
View previous topic :: View next topic  
Author Message
monzur at citechco.net
Guest





PostPosted: Sun May 17, 2009 4:16 am    Post subject: [asterisk-dev] Asterisk compiling problem

Dear all,
When I install Asterisk 1.4. And my OS Centos 5.3 , kernel
2.6.18-128.1.10.el5PAE
After successfully compiling Zapata and libpri, when Asterisk compiling
then.....
# cd /usr/src/asterisk-version
# make clean
# ./configure
# make menuselect

When I input # "make install" then showed following error..

[CC] vparms.c -> vparms.o
[AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o
difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o
ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o
pitsyn.o placea.o placev.o preemp.o prepro.o random.
o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
make[2]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs/lpc10'
make[2]: Entering directory `/usr/src/asterisk-1.4.24.1/codecs/ilbc'
make[2]: *** No rule to make target `anaFilter.o', needed by
`libilbc.a'. Stop.
make[2]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs/ilbc'
make[1]: *** [ilbc/libilbc.a] Error 2
make[1]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs'
make: *** [codecs] Error 2

Please give me a solution.


Thanks
Monzur




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

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
dbackeberg at gmail.com
Guest





PostPosted: Sun May 17, 2009 11:37 am    Post subject: [asterisk-dev] Asterisk compiling problem

On Sun, May 17, 2009 at 1:05 AM, Engr.M.monzur Alam <monzur@citechco.net> wrote:
Quote:
Dear all,
When I install Asterisk 1.4. And my OS Centos 5.3 , kernel
2.6.18-128.1.10.el5PAE
After successfully compiling Zapata and libpri, when Asterisk compiling
then.....
# cd /usr/src/asterisk-version
# make clean
# ./configure
# make menuselect

When I input # "make install" then showed following error..

[CC] vparms.c -> vparms.o
[AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o
difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o
ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o
pitsyn.o placea.o placev.o preemp.o prepro.o random.
o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
make[2]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs/lpc10'
make[2]: Entering directory `/usr/src/asterisk-1.4.24.1/codecs/ilbc'
make[2]: *** No rule to make target `anaFilter.o', needed by
`libilbc.a'.  Stop.
make[2]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs/ilbc'
make[1]: *** [ilbc/libilbc.a] Error 2
make[1]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs'
make: *** [codecs] Error 2

Please give me a solution.

http://www.google.com/search?q=centos+rpm+asterisk

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

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
tzafrir.cohen at xorcom.c
Guest





PostPosted: Sun May 17, 2009 12:15 pm    Post subject: [asterisk-dev] Asterisk compiling problem

On Sun, May 17, 2009 at 08:27:56AM -0400, David Backeberg wrote:
Quote:
On Sun, May 17, 2009 at 1:05 AM, Engr.M.monzur Alam <monzur@citechco.net> wrote:
> Dear all,
> When I install Asterisk 1.4. And my OS Centos 5.3 , kernel
> 2.6.18-128.1.10.el5PAE
> After successfully compiling Zapata and libpri, when Asterisk compiling
> then.....
> # cd /usr/src/asterisk-version
> # make clean
> # ./configure
> # make menuselect
>
> When I input # "make install" then showed following error..
>
> [CC] vparms.c -> vparms.o
> [AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o
> difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o
> ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o
> pitsyn.o placea.o placev.o preemp.o prepro.o random.
> o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
> make[2]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs/lpc10'
> make[2]: Entering directory `/usr/src/asterisk-1.4.24.1/codecs/ilbc'
> make[2]: *** No rule to make target `anaFilter.o', needed by
> `libilbc.a'.  Stop.

Have you actually downloaded the ilbc codec?

Quote:
> make[2]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs/ilbc'
> make[1]: *** [ilbc/libilbc.a] Error 2
> make[1]: Leaving directory `/usr/src/asterisk-1.4.24.1/codecs'
> make: *** [codecs] Error 2
>
> Please give me a solution.

http://www.google.com/search?q=centos+rpm+asterisk

Which normally does not include the ilbc codec.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir

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

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Dev All times are GMT
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
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™