Re: [Astlinux-users] Using codec_g729a.so in systems built from trunk

2008-03-10 Thread Darrick Hartman
[EMAIL PROTECTED] wrote: > Hi devels, > > thank you for the great work you're doing !! > > Now my question: > I'm used to using the codec conversion for g729a > but in the current trunk there's a missing > dependency to libc.so.6: > > pbx / # ldd /usr/lib/asterisk/modules/codec_g729a.so >

[Astlinux-users] Using codec_g729a.so in systems built from trunk

2008-03-09 Thread astlinux
Hi devels, thank you for the great work you're doing !! Now my question: I'm used to using the codec conversion for g729a but in the current trunk there's a missing dependency to libc.so.6: pbx / # ldd /usr/lib/asterisk/modules/codec_g729a.so libc.so.6 => /lib/libc.so.6 (0x)