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)