RE: openobex-1.4 installation related

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
> 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

[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux