* openobex-1.4 installation related
@ 2009-02-16 12:25 Kartikey Parmar
2009-02-17 1:14 ` Yao Ye
0 siblings, 1 reply; 3+ messages in thread
From: Kartikey Parmar @ 2009-02-16 12:25 UTC (permalink / raw)
To: linux-bluetooth
hi
I have installed bluez-4.30 on Fedora 9.
I have downloaded openobex-1.4 from www.bluez.org
When I extract it & configuring it as suggested in README it
successfully completes its task.
Make && Make Install also runs successfully...
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...
I have to design an application which exchanges files between two
bluetooth enabled device...
Can somebody suggest me how to begin with? One of our friend suggested
to use /obexftp/app...
--
Kartikey Parmar
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: openobex-1.4 installation related
2009-02-16 12:25 openobex-1.4 installation related Kartikey Parmar
@ 2009-02-17 1:14 ` Yao Ye
[not found] ` <6887eb5d0902162058g57d5dedel7071bcbb845ddd78@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Yao Ye @ 2009-02-17 1:14 UTC (permalink / raw)
To: Kartikey Parmar, linux-bluetooth
> 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;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-17 4:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 12:25 openobex-1.4 installation related Kartikey Parmar
2009-02-17 1:14 ` Yao Ye
[not found] ` <6887eb5d0902162058g57d5dedel7071bcbb845ddd78@mail.gmail.com>
2009-02-17 4:59 ` Fwd: " Kartikey Parmar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox