Bug 1213754

Summary: liblinphone_tester and linphone do not start: undefined symbol
Product: [openSUSE] openSUSE Tumbleweed Reporter: Bernd Drahota <b-h-dra>
Component: OtherAssignee: Alexei Sorokin <sor.alexei>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: pstivanin
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernd Drahota 2023-07-28 09:25:24 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
Comment 1 Stefan Weiberg 2023-10-04 12:18:02 UTC
I receive a similar error but with a different symbol:

linphone: symbol lookup error: linphone: undefined symbol: _ZN8linphone7Account13isPhoneNumberERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
Comment 3 Stefan Weiberg 2023-10-04 12:27:53 UTC
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.
Comment 4 Paolo Stivanin 2023-10-05 06:21:34 UTC
@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!
Comment 5 Bernd Drahota 2023-10-05 06:38:56 UTC
The problem has been solved.

rpm -qi liblinphone10 | grep Version
Version     : 5.2.98

Thanks a lot
Bernd
Comment 6 Paolo Stivanin 2023-10-05 13:41:43 UTC
@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.