• 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 ... 1165 1166 1167 1168 1169 ... 1177 Next »

Can't get Dolphin to run in Ubuntu 8.10
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Can't get Dolphin to run in Ubuntu 8.10
04-05-2009, 01:57 AM
#1
aliendude5300 Offline
Junior Member
**
Posts: 19
Threads: 7
Joined: Apr 2009
Hi, I just downloaded the Linux Package for Dolphin, and I get an error message saying "./Dolphin: error while loading shared libraries: libbluetooth.so.2: cannot open shared object file: No such file or directory" when I try to run it through the terminal. Can anyone tell me what packages I need to install in order to run Dolphin?
Find
Reply
04-05-2009, 03:11 AM
#2
mennodings Offline
Junior Member
**
Posts: 10
Threads: 1
Joined: Apr 2009
(04-05-2009, 01:57 AM)aliendude5300 Wrote: Hi, I just downloaded the Linux Package for Dolphin, and I get an error message saying "./Dolphin: error while loading shared libraries: libbluetooth.so.2: cannot open shared object file: No such file or directory" when I try to run it through the terminal. Can anyone tell me what packages I need to install in order to run Dolphin?

try this :
http://forums.dolphin-emu.org/thread-16.html

maybe this helps ??
Find
Reply
04-05-2009, 03:52 AM
#3
aliendude5300 Offline
Junior Member
**
Posts: 19
Threads: 7
Joined: Apr 2009
(04-05-2009, 03:11 AM)mennodings Wrote:
(04-05-2009, 01:57 AM)aliendude5300 Wrote: Hi, I just downloaded the Linux Package for Dolphin, and I get an error message saying "./Dolphin: error while loading shared libraries: libbluetooth.so.2: cannot open shared object file: No such file or directory" when I try to run it through the terminal. Can anyone tell me what packages I need to install in order to run Dolphin?

try this :
http://forums.dolphin-emu.org/thread-16.html

maybe this helps ??

Sorry, but that doesn't seem to solve my problem.
Find
Reply
04-05-2009, 06:41 AM (This post was last modified: 04-05-2009, 06:51 AM by aliendude5300.)
#4
aliendude5300 Offline
Junior Member
**
Posts: 19
Threads: 7
Joined: Apr 2009
Since nobody replied, I started trying some things:

First I downloaded and extracted bluez-libs-3.36.
I ran sudo bash to become root and changed to the directory I extracted to.
After running ./configure it said I needed D-Bus library so I tried runnning:
sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
After this I successfully configured bluez, so I ran make followed by make install.
Then I typed exit to go back to being myself instead of root.
I was back in the Dolphin directory but typing ./Dolphin still brings up the same error message. -_-"
(04-05-2009, 06:41 AM)aliendude5300 Wrote: Since nobody replied, I started trying some things:

First I downloaded and extracted bluez-libs-3.36.
I ran sudo bash to become root and changed to the directory I extracted to.
After running ./configure it said I needed D-Bus library so I tried runnning:
sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
After this I successfully configured bluez, so I ran make followed by make install.
Then I typed exit to go back to being myself instead of root.
I was back in the Dolphin directory but typing ./Dolphin still brings up the same error message. -_-"

Also, it appears that I have *some* libbluetooth.so libraries installed:
root@PC:~/Desktop/Binary/Linux-i686$ sudo locate libbluetooth.so
/usr/lib/libbluetooth.so
/usr/lib/libbluetooth.so.3
/usr/lib/libbluetooth.so.3.0.2
(04-05-2009, 06:41 AM)aliendude5300 Wrote: Since nobody replied, I started trying some things:

First I downloaded and extracted bluez-libs-3.36.
I ran sudo bash to become root and changed to the directory I extracted to.
After running ./configure it said I needed D-Bus library so I tried runnning:
sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
After this I successfully configured bluez, so I ran make followed by make install.
Then I typed exit to go back to being myself instead of root.
I was back in the Dolphin directory but typing ./Dolphin still brings up the same error message. -_-"
(04-05-2009, 06:41 AM)aliendude5300 Wrote: Since nobody replied, I started trying some things:

First I downloaded and extracted bluez-libs-3.36.
I ran sudo bash to become root and changed to the directory I extracted to.
After running ./configure it said I needed D-Bus library so I tried runnning:
sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
After this I successfully configured bluez, so I ran make followed by make install.
Then I typed exit to go back to being myself instead of root.
I was back in the Dolphin directory but typing ./Dolphin still brings up the same error message. -_-"

Also, it appears that I have *some* libbluetooth.so libraries installed:
root@PC:~/Desktop/Binary/Linux-i686$ sudo locate libbluetooth.so
/usr/lib/libbluetooth.so
/usr/lib/libbluetooth.so.3
/usr/lib/libbluetooth.so.3.0.2

Just figured out how to fix this if anyone else has the same problem:

sudo ln -s /usr/lib/libbluetooth.so.3.0.2 /usr/lib/libbluetooth.so.2
sudo ldconfig
Find
Reply
05-01-2009, 05:21 AM
#5
Zephyr618 Offline
Junior Member
**
Posts: 20
Threads: 7
Joined: Mar 2009
I have this problem but I have no idea what you are talking about because I'm new to linux. I still entered the commands u said but they didn't work...
Find
Reply
05-01-2009, 10:12 AM (This post was last modified: 05-01-2009, 10:13 AM by mikedep333.)
#6
mikedep333 Offline
Junior Member
**
Posts: 11
Threads: 0
Joined: Apr 2009
I had a problem like this or something on Ubuntu 9.04. I believe the simple solution was to install all the proper packages. you should not need to compile your libraries (such as for bluetooth) at all, rather you should just install their packages.

That said, it looks like the problem was that it was looking for version 2 of libbluetooth, rather than version 3. I don't know why that happened.

http://code.google.com/p/dolphin-emu/wiki/Linux_dependencies
This is the command to install all the necessary packages. I believe it should work for you guys. Pay no attention to the outdated command in the comments.
sudo apt-get install subversion scons g++ wx2.8-headers libwxbase2.8-0 libwxbase2.8-dbg libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dbg libwxgtk2.8-dev libsdl1.2-dev nvidia-cg-toolkit libxxf86vm1-dbg libxxf86vm-dev libxext6-dbg libxext-dev libglew1.5-dev libcairo2-dbg libcairo2-dev libao2 libao-dev libbluetooth-dev
Telescreen:
Phenom 9600
Radeon 4850
4GB DDR 1066
Asus M3A78 EM motherboard (AMD 780G + SB700)
WinXP + Win7 RC x64
Find
Reply
06-15-2009, 01:13 PM
#7
klemperal Offline
Junior Member
**
Posts: 5
Threads: 0
Joined: Jun 2009
I'm having the same problem trying to get Dolphin running on Ubuntu 9.04. When I try to run ./Dolphin I get
Code:
./Dolphin: error while loading shared libraries: libbluetooth.so.2: cannot open shared object file: No such file or directory
I have liblbluetooth3 installed and all the other dependencies. It looks like Dolphin just isn't happy running the latest version of liblbluetooth. Anyway we can get this fixed in the next release? In the mean time, does anyone have a way around this? I tried
Quote:sudo ln -s /usr/lib/libbluetooth.so.3.0.2 /usr/lib/libbluetooth.so.2
sudo ldconfig
but it didn't work for me.
Find
Reply
06-15-2009, 01:24 PM
#8
gcp111
Unregistered
 
(06-15-2009, 01:13 PM)klemperal Wrote: It looks like Dolphin just isn't happy running the latest version of liblbluetooth.

Look in the Ubuntu package repository for libbluetooth2, I guess.

You guys should really compile Dolphin from source (install build-essential and svn, i.e. sudo apt-get install subversion build-essential).

EDIT:
Try compiling from source, read http://code.google.com/p/dolphin-emu/wiki/Linux_dependencies for dependencies and such...
Reply
06-15-2009, 01:41 PM
#9
klemperal Offline
Junior Member
**
Posts: 5
Threads: 0
Joined: Jun 2009
(06-15-2009, 01:24 PM)gcp111 Wrote:
(06-15-2009, 01:13 PM)klemperal Wrote: It looks like Dolphin just isn't happy running the latest version of liblbluetooth.

You guys should really compile Dolphin from source (install build-essential and svn, i.e. sudo apt-get install subversion build-essential).

EDIT:
Try compiling from source, read http://code.google.com/p/dolphin-emu/wiki/Linux_dependencies for dependencies and such...
When I try and compile from source I get the below errors.
Code:
Compiling Build/Linux-i686-release/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.o
Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp: In function 'void* innerFlush(void*)':
Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp:124: error: invalid conversion from 'int' to 'void*'
scons: *** [Build/Linux-i686-release/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.o] Error 1
Find
Reply
06-15-2009, 01:58 PM
#10
gcp111
Unregistered
 
(06-15-2009, 01:41 PM)klemperal Wrote: When I try and compile from source I get the below errors.
Code:
Compiling Build/Linux-i686-release/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.o
Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp: In function 'void* innerFlush(void*)':
Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp:124: error: invalid conversion from 'int' to 'void*'
scons: *** [Build/Linux-i686-release/Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.o] Error 1

Okay, I doubt the Dolphin devs test their code much Tongue

I still don't see why that won't compile though, C++ should allow int to void*

I haven't tried this, but let's see if it'll compile:

Open up Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp

change line 124 from "return 0;" to "return (void*) 0;"
Do the same for line 135.

Hmm...
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • 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