Build for skypeforasterisk-1.4_0.9.11-x86_32 went ok, but built modules won't load:
*CLI> module load res_skypeforasterisk
[Jul 31 22:35:09] WARNING[23475]: loader.c:368 load_dynamic_module: Error loading module 'res_skypeforasterisk': libstdc++.so.6: cannot handle TLS data
[Jul 31 22:35:09] WARNING[23475]: loader.c:721 load_resource: Module 'res_skypeforasterisk' could not be loaded.
*CLI> module load chan_skype
[Jul 31 22:35:12] WARNING[23475]: loader.c:409 load_dynamic_module: Error loading module 'chan_skype': /custom/usr/lib/asterisk/modules/chan_skype.so: undefined symbol: sfa_license_filename
[Jul 31 22:35:12] WARNING[23475]: loader.c:721 load_resource: Module 'chan_skype' could not be loaded.
As I see the error produced by res_skypeforasterisk.so shows that there is some incompatibility with system libstdc++.so.6.
How to solve this?
Platform:
i386/i686
Red Hat Enterprise Linux ES release 4 (Nahant Update 8)
Asterisk 1.4.26
gcc-c++-3.4.6-11
libstdc++-devel-3.4.6-11
libstdc++-3.4.6-11
TIA