symbol lookup error: /usr/sbin/ModemManager: undefined symbol: mm_location_3gpp_set_mobile_country_code after build

2022-10-28 Thread roee klinger
Hello, I have been using MM 1.16.6 successfully for the last year for a project, and recently I needed to install it on a new server, but discovered that version 1.16 is no longer available in Ubuntu apt repositories, only 1.12 and 1.18 are available. Unfortunately, 1.12 doesn’t work for me, and

Re: symbol lookup error: /usr/sbin/ModemManager: undefined symbol: mm_location_3gpp_set_mobile_country_code after build

2022-11-07 Thread roee klinger
Hello, Thanks for the reply, Alek. > And "sudo make install" I hope? Yes of course, I forgot to add that. > If you tried to remove those flags it could very well be that you > installed under /usr/local also and then there's a mix of libraries > and binaries around. I tried first with the flags,

Re: symbol lookup error: /usr/sbin/ModemManager: undefined symbol: mm_location_3gpp_set_mobile_country_code after build

2022-11-07 Thread roee klinger
. I am not sure on how to move forward, should I build NetworkManager from scratch too? or should I add some other flag to ModemManager? Thanks, Roee On 28 Oct 2022, 17:01 +0300, roee klinger , wrote: > Hello, > > Thanks for the reply, Alek. > > And "sudo make install" I