<div dir="ltr"><div dir="ltr"><div>Thanks Aleksander, that worked perfectly for getting the libraries linked in correctly. <br></div><div><br></div><div>Do I continue to configure the ModemManager install the same following that? Now running ModemManager --debug gives me the following error: <br></div><div>ModemManager: symbol lookup error: ModemManager: undefined symbol: mm_gdbus_modem3gpp_set_initial_eps_bearer</div><div><br></div><div>Thanks again. <br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Mar 10, 2019 at 3:20 AM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es">aleksander@aleksander.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
> Thought I'd gotten through all the issues, but have one more that I can't seem to figure out:<br>
><br>
> Have built and installed mbim-glib 1.18.0 in /usr/local/lib (as well as qmi-glib).<br>
> Using ./configure of :<br>
> ./configure LDFLAGS="-L/usr/local/lib/libqmi-glib.so.5 -lqmi-glib -L/usr/local/lib/libmbim-glib.so.4 -lmbim-glib"<br>
><br>
> Configure works fine and says it sees mbim-glib, but then make fails with:<br>
> /bin/grep: /usr/lib/<a href="http://libmbim-glib.la" rel="noreferrer" target="_blank">libmbim-glib.la</a>: No such file or directory<br>
> /bin/sed: can't read /usr/lib/<a href="http://libmbim-glib.la" rel="noreferrer" target="_blank">libmbim-glib.la</a>: No such file or directory<br>
> libtool:   error: '/usr/lib/<a href="http://libmbim-glib.la" rel="noreferrer" target="_blank">libmbim-glib.la</a>' is not a valid libtool archive<br>
><br>
> I can't figure out why it continues to look in /usr/lib and not /usr/local/lib. Any help would be greatly appreciated!<br>
><br>
<br>
If you want everything installed in /usr/local/lib, please configure<br>
and compile both libmbim-glib and libqmi-glib like this:<br>
<br>
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make -j8 &&<br>
sudo make install<br>
<br>
NOTE: you don't need --prefix because /usr/local is the default.<br>
NOTE: when building libmbim you can really ignore the PKG_CONFIG_PATH<br>
envvar, as it doesn't depend on anything built there<br>
<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>