> After that when I attempt to install obexftp-0.22 - in its configuration it shows an error > like "openobex-config" not found, probably openobex is not installed... you should use export PKG_CONFIG_PATH as below: obexftp-0.22: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig; export PKG_CONFIG_LIBDIR=/usr/local/lib/pkgconfig; cd obexftp-0.22; ./configure --disable-perl --disable-python --disable-ruby --disable-tcl make; make install; openobex-1.5: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig; export PKG_CONFIG_LIBDIR=/usr/local/lib/pkgconfig; cd openobex-1.5; ./configure --disable-usb --enable-apps make; make install; -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html