public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* 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

* Fwd: openobex-1.4 installation related
       [not found]   ` <6887eb5d0902162058g57d5dedel7071bcbb845ddd78@mail.gmail.com>
@ 2009-02-17  4:59     ` Kartikey Parmar
  0 siblings, 0 replies; 3+ messages in thread
From: Kartikey Parmar @ 2009-02-17  4:59 UTC (permalink / raw)
  To: Yao Ye; +Cc: linux-bluetooth

Thank u very much...
It is successfully installed on Fedora 9

hey can I use obexftp directly to browse my mobile via bluetooth?

I tried one option: "obexftp -b -C Images -g Image0003.jpt" that give
me:-> error Connect()
Connection not available???

Any idea?

On Tue, Feb 17, 2009 at 6:44 AM, Yao Ye <yeyao@utstar.com> wrote:
>
>> 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;
>
>
>

--
Kartikey Parmar
R&D Software Engg
Matrix Telecom Pvt Ltd
Baroda, Gujarat (India)
09879095390 (M)



-- 
Kartikey Parmar
R&D Software Engg
Matrix Telecom Pvt Ltd
Baroda, Gujarat (India)
09879095390 (M)

^ 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