<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hello,<br />
<br />
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<br />
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 1.18 has this bug that I<br />
reported that makes it unstable for my project:<br />
<a href="https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/574" target="_blank">https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/574</a><br />
<br />
I have been trying to get a modemanager 1.16 .deb file to install on my Ubuntu 20.04 system, but was not able to find one online, so I decided to compile from source.<br />
<br />
I have ran the following, as per this build guide: <a href="https://modemmanager.org/docs/modemmanager/building/building-autotools/" target="_blank">https://modemmanager.org/docs/modemmanager/building/building-autotools/</a><br /></div>
<blockquote style="border-left-color: rgb(26, 188, 156); margin: 5px; padding-left: 10px; border-left-width: thin; border-left-style: solid;">  $ wget https://www.freedesktop.org/software/ModemManager/ModemManager-1.16.6.tar.xz<br />
  $ tar -Jxvf ModemManager-1.16.6.tar.xz<br />
  $ cd ModemManager-1.16.6<br />
  $ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/x86_64-linux-gnu --with-qmi --with-mbim --with-suspend-resume=systemd<br />
  $ make</blockquote>
<div dir="auto"><br />
but systemd fails to load the service, and if I try manually I get this:</div>
<blockquote style="border-left-color: rgb(26, 188, 156); margin: 5px; padding-left: 10px; border-left-width: thin; border-left-style: solid;">$ /usr/sbin/ModemManager<br />
/usr/sbin/ModemManager: symbol lookup error: /usr/sbin/ModemManager: undefined symbol: mm_location_3gpp_set_mobile_country_code</blockquote>
<div dir="auto"><br />
I have also tried removing these flags:</div>
<blockquote style="border-left-color: rgb(26, 188, 156); margin: 5px; padding-left: 10px; border-left-width: thin; border-left-style: solid;">--prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/x86_64-linux-gnu</blockquote>
<div dir="auto"><br />
before compiling but I get the same error when executing.<br />
<br />
How can I resolve this issue or does someone know where can I find a deb file?<br />
<br />
Thanks,<br />
Roee<br />
<br /></div>
</div>
</body>
</html>