public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-09 12:34 Robert Rawlins
  2007-07-09 13:54 ` Mats Erik Andersson
  0 siblings, 1 reply; 15+ messages in thread
From: Robert Rawlins @ 2007-07-09 12:34 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 1129 bytes --]

Thank you Mats,
 
I ran the commands that you gave me and they appeared to run ok, and when i ls the /usr/local/bluetooth/ folder it displays the following files:
 
bluetooth.h  bnep.h  cmtp.h  hci.h  hci_lib.h  hidp.h  l2cap.h  rfcomm.h  sco.h  sdp.h  sdp_lib.h
However, i still get this error when using the configure :-s it really is most odd. I notice in your last mail that you mention the static and shared libraries, i'm not sure if this is of any use, but here is a little more information from my ./configure on the utils, notice it says build static ... no? is that normal?
 
checking whether to build shared libraries... yeschecking whether to build static libraries... noconfigure: creating libtoolchecking for ppoll... nochecking for pkg-config... nochecking for BLUEZ... configure: error: Bluetooth library is required
Thanks for all your help on this mats, I'm sure we're getting closer,
 
Thanks,
 
Rob
_________________________________________________________________
Try Live.com - your fast, personalised homepage with all the things you care about in one place.
http://www.live.com/?mkt=en-gb  

[-- Attachment #1.2: Type: text/html, Size: 1376 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-09 14:16 Robert Rawlins
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Rawlins @ 2007-07-09 14:16 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 1072 bytes --]

Great Mats!
 
We're finally starting to get somewhere now, I've installed the package as you recommended and we're getting closer, it now finds the bluetooth librarys as expected.
 
However, its now not able to find my dbus installation :-D which i know for sure i'm running version 1.0.1 as i've apt-getted it.
 
checking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking for BLUEZ... yeschecking for GLIB... nochecking for DBUS... noconfigure: error: dbus > 0.35 is required
Perhaps the path for this is wrong too? it seems that apt-get doesn't install things into the places that the original source packages expect them to be :-D
 
But, looks like we're making progress at least, any idea on how to get it to find my dbus instalation?
 
Thanks for all your help Mats, I owe you a beer, if i ever head to Sweden i'll buy you a pint of Sofiero,
 
Rob
_________________________________________________________________
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk/index.html

[-- Attachment #1.2: Type: text/html, Size: 1315 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-09 11:43 Robert Rawlins
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Rawlins @ 2007-07-09 11:43 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 911 bytes --]




Morning Mats, Thanks for your reply. I haven't copied my header files across, i'm not even sure how too :-D Can you explain the installation process for me? at the moment I'm doing it as follows. 1) Download libs and utils files from bluez.org2) Untar those files using tar xzf filename.tar.gz3) cd to the directory for libs4) ./configure, make, make install5) cd to the utils directory6) ./configure --with-bluez=/usr/local/lib And that's when i get my error, by the sounds of what you have been saying i must be missing something out but i have no idea what. I don't do much compiling from source so this is all quite new to me. Thanks again for your help, it really is appreciated. Rob

Are you the Quizmaster? Play BrainBattle with a friend now! 
_________________________________________________________________
Feel like a local wherever you go with BackOfMyHand.com
http://www.backofmyhand.com

[-- Attachment #1.2: Type: text/html, Size: 1450 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-09 11:40 Robert Rawlins
  2007-07-09 12:15 ` Mats Erik Andersson
  0 siblings, 1 reply; 15+ messages in thread
From: Robert Rawlins @ 2007-07-09 11:40 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 922 bytes --]

Morning Mats,
 
Thanks for your reply. I haven't copied my header files across, i'm not even sure how too :-D
 
Can you explain the installation process for me? at the moment I'm doing it as follows.
 
1) Download libs and utils files from bluez.org
2) Untar those files using tar xzf filename.tar.gz
3) cd to the directory for libs
4) ./configure, make, make install
5) cd to the utils directory
6)  ./configure --with-bluez=/usr/local/lib
 
And that's when i get my error, by the sounds of what you have been saying i must be missing something out but i have no idea what. I don't do much compiling from source so this is all quite new to me.
 
Thanks again for your help, it really is appreciated.
 
Rob
_________________________________________________________________
Try Live.com - your fast, personalised homepage with all the things you care about in one place.
http://www.live.com/?mkt=en-gb  

[-- Attachment #1.2: Type: text/html, Size: 1116 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-08 16:52 Robert Rawlins
  2007-07-09 11:02 ` Mats Erik Andersson
  0 siblings, 1 reply; 15+ messages in thread
From: Robert Rawlins @ 2007-07-08 16:52 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 1193 bytes --]

Thanks guys for your help on this so far,
 
I've now tried the following command when configuring my utils:
 
./configure --with-bluez=/usr/local/lib
 
and
 
./configure --with-bluez=/usr/local
And still come up against the same issue with the configuration telling me that it cannot find bluez, which really is bizarre and the make install for the libs confirms where they have been install as /usr/local/lib.
 
inside that directory i can see the folowing files:
 
libbluetooth.so.2.7.0
libbluetooth.so.2
libbluetooth.a
libbluetooth.la
libbluetooth.so
 
Is there anything missing? Any other ideas? I'm running debian and have apt-get which i used to use for this kind of thing, unfortunately the only release of bluez i can find on there is a 3.7 and we really need to be working with the latest build on this project. I believe there is some kind of svn for the latest build on debian but i wasted a couple of hours trying to get that working with no luck.
 
Thanks for any further advice guys,
 
Rob
_________________________________________________________________
The next generation of MSN Hotmail has arrived - Windows Live Hotmail
http://www.newhotmail.co.uk

[-- Attachment #1.2: Type: text/html, Size: 1437 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-06 16:57 Robert Rawlins
  2007-07-06 21:45 ` Manuel Naranjo
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Robert Rawlins @ 2007-07-06 16:57 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 1129 bytes --]

Just as an extra note, during the make install all the libs it says:
 
Libraries have been installed in:   /usr/local/lib
If you ever happen to want to link against installed librariesin a given directory, LIBDIR, you must either use libtool, andspecify the full pathname of the library, or use the `-LLIBDIR'flag during linking and do at least one of the following:   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable     during execution   - add LIBDIR to the `LD_RUN_PATH' environment variable     during linking   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.
And then when trying to configure my bluez utils i use
 
./configure BLUEZ_LIBS=/usr/local/lib
 
And i still get the same issue that it cannot find the bluetooth libraries.
 
Thanks,
 
Rob
_________________________________________________________________
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk/index.html

[-- Attachment #1.2: Type: text/html, Size: 1478 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-06 16:28 Robert Rawlins
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Rawlins @ 2007-07-06 16:28 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 488 bytes --]

Thanks for getting back to me Manuel,
 
The libs are already installed, the ./confgure, make, make install went without error on the libs yet for some reason it would appear that the utils configurator isn't able to fine them :-s
 
Is there any way i can specify the libs path in my ./configure arguments?
 
Thanks,
 
Rob
_________________________________________________________________
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk/index.html

[-- Attachment #1.2: Type: text/html, Size: 674 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Bluez-users] configure: error: Bluetooth library is required
@ 2007-07-05 13:53 Robert Rawlins
  2007-07-05 14:13 ` Manuel Naranjo
  0 siblings, 1 reply; 15+ messages in thread
From: Robert Rawlins @ 2007-07-05 13:53 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 565 bytes --]

Hello Guys,
 
I've just done a clean system build of my box and i'm installing bluez 3.12 and coming across this error, i just installed the libs package and that appeared to go without fault which is excellent news, however when trying to ./configure on the utils i get:
 
configure: error: Bluetooth library is required
Any ideas what is causing this and how to solve it?
 
Thanks,
 
Rob
_________________________________________________________________
The next generation of MSN Hotmail has arrived - Windows Live Hotmail
http://www.newhotmail.co.uk

[-- Attachment #1.2: Type: text/html, Size: 723 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-07-09 14:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-09 12:34 [Bluez-users] configure: error: Bluetooth library is required Robert Rawlins
2007-07-09 13:54 ` Mats Erik Andersson
  -- strict thread matches above, loose matches on Subject: below --
2007-07-09 14:16 Robert Rawlins
2007-07-09 11:43 Robert Rawlins
2007-07-09 11:40 Robert Rawlins
2007-07-09 12:15 ` Mats Erik Andersson
2007-07-08 16:52 Robert Rawlins
2007-07-09 11:02 ` Mats Erik Andersson
2007-07-06 16:57 Robert Rawlins
2007-07-06 21:45 ` Manuel Naranjo
2007-07-06 22:00 ` Mats Erik Andersson
2007-07-07  9:32 ` Mats Erik Andersson
2007-07-06 16:28 Robert Rawlins
2007-07-05 13:53 Robert Rawlins
2007-07-05 14:13 ` Manuel Naranjo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox