public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Crane <steve.crane@rococosoft.com>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Bluez-sdp depreciated? Was Which fedora core?
Date: Fri, 19 Nov 2004 10:52:40 +0000	[thread overview]
Message-ID: <1100861560.7136.49.camel@baroque.rococosoft.com> (raw)
In-Reply-To: <1100813353.7164.87.camel@pegasus>

[-- Attachment #1: Type: text/plain, Size: 1783 bytes --]

Hi Philip, Marcel,

On Thu, 2004-11-18 at 22:29 +0100, Marcel Holtmann wrote:
> Hi Philip,
> 
> > > no it is not, because bluez-sdp and bluez-pan are deprecated.
> > > 
> > I have been connecting my Palm T2 to my network using bluez to create a
> > kind of dial-up network via bluetooth using bluez.
> > 
> > Below is my configuration script taken from core 2.
> > 
> > #
> > # Start configuration of Bluetooth network
> > hciconfig hci0 up
> > hcid
> > modprobe rfcomm
> > dund --listen --msdun --channel 1 10.2.0.1:10.2.0.10
> > echo '1' > /proc/sys/net/ipv4/ip_forward
> > /sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
> > /sbin/iptables -A FORWARD -i ppp0 -j ACCEPT
> > /sbin/iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
> > 
> > Bluez-sdp appears to be fundamental to its operation. All is ok until I
> > reach dund, that line returns:-
> > dund: error while loading shared libraries: libsdp.so.2: cannot open
> > shared object file: No such file or directory
> > 
> > This is without installing bluez-sdp from core 2, if it is installed I
> > get an sdp error in the system logs at this line.
> > 
> > I have looked through the bluez site and searched google but cannot find
> > any explanation of why it has been depreciated, or what has replaced it.
> 
> the library part of bluez-sdp is now in bluez-libs and libsdp don't
> exists anymore. And the sdpd is part of the bluez-utils package.

You can fool your installation into thinking libsdp is there by
softlinking it to libbluetooth. Hacky but it works.

# ln -s /usr/lib/libbluetooth.so /usr/lib/libsdp.so

Cheers,
Steve
-- 
Stephen Crane, Rococo Software Ltd. http://www.rococosoft.com
steve.crane@rococosoft.com +353-1-6601315 (ext 209)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-11-19 10:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-18  8:40 [Bluez-users] Which fedora core? soraberri
2004-11-18  9:11 ` Marcel Holtmann
2004-11-18 17:25   ` Philip Barnes
2004-11-18 18:48     ` Marcel Holtmann
2004-11-18 20:15       ` [Bluez-users] Bluez-sdp depreciated? Was " Philip Barnes
2004-11-18 21:29         ` Marcel Holtmann
2004-11-19 10:52           ` Stephen Crane [this message]
2004-11-24 20:43             ` Philip Barnes
2004-11-25  2:46               ` Marcel Holtmann
2004-11-25 20:40                 ` Philip Barnes
2004-11-25 22:55                   ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1100861560.7136.49.camel@baroque.rococosoft.com \
    --to=steve.crane@rococosoft.com \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox