• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 1193 1194 1195 1196 1197

Kubuntu problem, help needed
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Kubuntu problem, help needed
03-29-2009, 10:56 AM
#1
necronzero
Unregistered
 
So i tried clicking the Dolphin executable but it didn't run, so i went to terminal and tried running from there and got this error

/home/fenrir/Desktop/Binary/Linux-i686/Dolphin: error while loading shared libraries: libbluetooth.so.2: cannot open shared object file: No such file or directory
fenrir@fenrir-desktop:~$

What do i do to get it to work???
Reply
03-30-2009, 02:54 AM
#2
necronzero
Unregistered
 
BUMP BUMP BUMP
Reply
03-30-2009, 03:18 AM
#3
Wesker Offline
Aka. 50CALBR
***
Posts: 63
Threads: 1
Joined: Mar 2009
Well I'm no linux buff, but it looks like you need to update your Blutooth librarys (for the Wiimote input I suppose).
[Image: weskersig.jpg]
Find
Reply
03-31-2009, 10:19 AM
#4
itzamna Offline
Junior Member
**
Posts: 20
Threads: 2
Joined: Mar 2009
Hello Necronzero,

first you should verify that you have installed the package 'libbluetooth2'. Open up Konsole, KDE's terminal emulator, and enter:

Code:
sudo apt-get install libbluetooth2

Then enter your /usr/lib/ directory:

Code:
cd /usr/lib/

Next, you will make something called a 'symbolic link'. This will tell any program looking for libbluetooth.so.3 to use libbluetooth.so.2 instead:

Code:
ln -s libbluetooth.so.2 libbluetooth.so.3

Now you can run Dolphin, provided all other dependencies are satisfied. If, in the future, you experience another missing library error, go to http://packages.debian.org/, scroll down to 'Search the contents of packages' and enter the library's .so-name. You can then enter the package name in KPackage (Qt / KDE version) or Synaptic (GTK / Gnome, Xfce version) to install it.

Let us know how whether it worked out.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode