Bugzilla – Bug 1213754
liblinphone_tester and linphone do not start: undefined symbol
Last modified: 2023-10-05 13:41:43 UTC
When I start linphone,, I get the error message linphone: symbol lookup error: /lib64/liblinphone.so.10: undefined symbol: _ZN4lime11LimeManager6updateERKSt8functionIFvNS_14CallbackReturnENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE The same applies for liblinphone_tester: liblinphone_tester: symbol lookup error: /lib64/liblinphone.so.10: undefined symbol: _ZN4lime11LimeManager6updateERKSt8functionIFvNS_14CallbackReturnENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE
I receive a similar error but with a different symbol: linphone: symbol lookup error: linphone: undefined symbol: _ZN8linphone7Account13isPhoneNumberERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
I think the issue in the Description is resolved with bsc#1212956 and is a duplicate of this bug. My symbol lookup error is a new one.
@Bernd: your issue was resolved a while ago, have you updated your system? If yes, could you please paste the output of: rpm -qi liblinphone10 | grep Version Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @Stefan: seems like linphoneqt needs to be updated as well. I'll look into it!
The problem has been solved. rpm -qi liblinphone10 | grep Version Version : 5.2.98 Thanks a lot Bernd
@Stefan: I made an update to linphoneqt (from 5.0.16 to 5.1.2). This seems to fix the issue. The update will reach Tumbleweed in few days.