Bug 1213754 - liblinphone_tester and linphone do not start: undefined symbol
Summary: liblinphone_tester and linphone do not start: undefined symbol
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Alexei Sorokin
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-28 09:25 UTC by Bernd Drahota
Modified: 2023-10-05 13:41 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.