[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 > libc.so.6 => /lib/libc.so.6 (0x00000000) > /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x00000000) > pbx / # > > Will there be a solution for that problem in the near > future?
The last "solution" to this was pretty much a hack. Everything in Astlinux is compiled against uClibc instead of glibc. Digium at one time provided a module that was linked against uclibc. They have since then stopped providing one. The old one no longer works. There is an "evaluation" codec_g729a.so that is compiled by a third party who is using the Intel code. I have not used it, nor can recommend it's use because of licensing issues. If the licenses do not apply in your country, you could take a look at that and see if it works for you. You could use unionfs to copy the codec_g729a.so and whatever it's linked against into the appropriate places in Astlinux. That would work, but will take up space. A better way would be to write to Digium and ask them to provide a codec_g729a.so that is linked against uClibc. If enough paying customers would do that, then they would likely provide it again. > PS: Thank you for adding curl. Now I'll be able to use it > together with func_devstate. No problem. Darrick ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
