> > > Ah, so you actually installed in /usr/local the libraries? Didn't you > use --prefix=/usr? > > It is strange, because I used this prefix - here is a log from history:
688 cd libmbim-1.14.0/ 689 ./configure --prefix=/usr 690 make 691 make install 692 cd ../libqmi-1.18.0/ 693 ./configure --prefix=/usr 694 make 695 make install 696 cd ../ 697 cd ModemManager-1.6.8/ 698 ./configure --prefix=/usr 699 make 700 make install > If you installed in /usr/local, you need to use: > PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure.... > > And then when running: > LD_LIBRARY_PATH=/usr/local/lib ModemManager ... > > ok, I'll try and let You know.
_______________________________________________ ModemManager-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
