search for: swift_port_close_output

Displaying 1 result from an estimated 1 matches for "swift_port_close_output".

2012 Aug 01
1
app_swift 3 and asterisk 1.8.13.0 fails with undefined symbol: swift_port_close
.../lib/x86_64-linux-gnu/libc.so.6 (0x00007f7cb005e000) /lib64/ld-linux-x86-64.so.2 (0x00007f7cb0631000) It appears the libswift.so is build correctly and does export the swift_port_close function: # readelf -s libswift.so | grep port_close 619: 000000000006ac00 23 FUNC GLOBAL DEFAULT 10 swift_port_close_output 941: 000000000006aec0 224 FUNC GLOBAL DEFAULT 10 swift_port_close 1025: 000000000006aec0 224 FUNC GLOBAL DEFAULT 10 swift_port_close 2082: 000000000006ac00 23 FUNC GLOBAL DEFAULT 10 swift_port_close_output Any help would be appreciated. Thanks, Doug Seifert ----------...