Thomas Schäfer <[email protected]> writes: > may be I am stupid or blind, but at moment I don't know where mm is looking > for libmbim-glib > > configure: error: Couldn't find libmbim-glib. Install it, or otherwise > configure using --without-mbim to disable MBIM support. > > The libraries are there. Under /usr/lib64 and /usr/local/lib64 > > Is it the lib-lib64-problem, is it looking for header-files?
MM uses pkg-config to locate libraries and test for supported versions (mbim-glib >= 1.4). Did you install the .pc file? Test: bjorn@nemi:~$ pkg-config --modversion --cflags --libs mbim-glib 1.5.0 -pthread -I/usr/include/libmbim-glib -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lmbim-glib -lgio-2.0 -lgobject-2.0 -lglib-2.0 Bjørn _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
