..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 05-18-2013, 04:14 PM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / PCSX2 Discussion and Support / General Discussion and Support (Linux) v
« Previous 1 ... 5 6 7 8 9 ... 17 Next »
/ [Howto] PCSX2 on AMD64 Ubuntu



User(s) browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Howto] PCSX2 on AMD64 Ubuntu
Author Message
immolo Offline
Newbie

Posts: 2
Joined: Mar 2009
Location:
Reputation: 0
Post: #1
[Howto] PCSX2 on AMD64 Ubuntu
OK so I know some of us AMD64 users have been having trouble with 0.9.6 and by read some threads everyone was saying run a 32bit chroot which in my opinion is a little overkill so I found a better way to do and in the spirit of open source I'm sharing it with you. Smile

This is wrote with Ubuntu in mind but I'm sure if you change the packages to your package manager system it will work just the same.

First you need to download the Linux version of PCSX2 from the website and unpack:

Code:
# tar zxvf PCSX2_0.9.6_linux.tar.gz
# cd pcsx2/

Next lets meet all the needed dependences:

Code:
# sudo apt-get install libxxf86vm-dev x11proto-xf86vidmode-dev automake1.9 libbz2-dev libasound-dev nvidia-cg-toolkit libglu1-mesa-dev libglew1.5-dev;

Running PCSX2 now will result in the program running but not being able to show and graphic output due to the hard coding of looking for some 32bit libs so now we are going copy over some of the need libs.

Download the needed files:

Code:
# mkdir tmp
# cd tmp/
# wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.5_1.5.0dfsg1-3ubuntu1_i386.deb
# wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.5-dev_1.5.0dfsg1-3ubuntu1_i386.deb
# wget http://developer.download.nvidia.com/cg/Cg_2.1/2.1.0017/Cg-2.1_February2009_x86.tgz

Now we can extract the files:

Code:
# dpkg -x libglew1.5_1.5.0dfsg1-3ubuntu1_i386.deb .
# dpkg -x libglew1.5-dev_1.5.0dfsg1-3ubuntu1_i386.deb .
# tar zxvf Cg-2.1_February2009_x86.tgz

Next we need to copy the libraries to the lib32 directory:

Code:
# sudo cp usr/lib/* /usr/lib32/

Lets do a little clean up:

Code:
# cd ..
# rm -r tmp/
# rm ../PCSX2_0.9.6_linux.tar.gz

OK now run PCSX2:

Code:
# ./pcsx2

Now you will see everything works as normal.

Hope this helps you guys.
(This post was last modified: 03-31-2009 12:05 AM by immolo.)
03-14-2009 01:44 PM
Find all posts by this user Quote this message in a reply
Miranek Offline
Newbie

Posts: 5
Joined: Mar 2009
Location:
Reputation: 0
Post: #2
RE: [Howto] PCSX2 on AMD64 Ubuntu
Thanks, I was having trouble with PCSX2 not recognizing the plugins. Your post fixed everything. Smile
03-30-2009 03:15 AM
Find all posts by this user Quote this message in a reply
LuisR14 Offline
Sora's Neighbor :P
****

Posts: 2.290
Joined: Dec 2008
Location: USA
Reputation: 0
Post: #3
RE: [Howto] PCSX2 on AMD64 Ubuntu
fix the url bbcode (remove the quotation marks) and also remove the "[/code]" Tongue

Windows 7 64bit
Intel Pentium Dual-Core E5200 OC to 3.6GHz, Intel GMA x4500, 1GB DDR2

NinjaMight just work on next guideNinja
03-30-2009 04:13 AM
Find all posts by this user Quote this message in a reply
immolo Offline
Newbie

Posts: 2
Joined: Mar 2009
Location:
Reputation: 0
Post: #4
RE: [Howto] PCSX2 on AMD64 Ubuntu
There you go fixed Tongue and I'm glad you found it helpful.
03-31-2009 12:06 AM
Find all posts by this user Quote this message in a reply
LifeLover Offline
Newbie

Posts: 1
Joined: Sep 2010
Location:
Reputation: 0
Post: #5
RE: [Howto] PCSX2 on AMD64 Ubuntu
i get this error message



./pcsx2: error while loading shared libraries: libwx_gtk2u_adv-2.8.so.0: cannot open shared object file: No such file or directory
09-20-2010 11:35 PM
Find all posts by this user Quote this message in a reply
Bositman Online
Angel of Death
********

Posts: 12.398
Joined: Aug 2005
Location: Athens,Greece
Reputation: 175
Post: #6
RE: [Howto] PCSX2 on AMD64 Ubuntu
Probably because this is almost a 2 year old thread, so none of that still applies...you can check the linux compile guide/notes here: http://code.google.com/p/pcsx2/wiki/Chro...tatusLinux

[Image: newsig.jpg]
09-21-2010 02:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
gregory Offline
Linux PCSX2 coder
******

Posts: 1.481
Joined: May 2010
Location: Grenoble, France
Reputation: 29
Post: #7
RE: [Howto] PCSX2 on AMD64 Ubuntu
Just for information: you have an error because you does have wxwidget 32BITS library.

Read the previous link to have more details how to install properly.

Note the idea of this thread is valid but do not blame anyone if you made somethings bad to your system.
The idea is : download 32bits ubuntu package, extract them, copy the 32bits library into /usr/lib32

For the moment debian is freeze, so the target to improve the situation is ubuntu 11.04
09-21-2010 08:47 PM
Find all posts by this user Quote this message in a reply
forsakenedzero Offline
Newbie

Posts: 6
Joined: Jan 2011
Location:
Reputation: 0
Post: #8
RE: [Howto] PCSX2 on AMD64 Ubuntu
hey can anyone post how to do this on fedora 64 bit or any rpm linux in general i am having trouble running it on my system, thanks
02-06-2011 02:08 AM
Find all posts by this user Quote this message in a reply
gregory Offline
Linux PCSX2 coder
******

Posts: 1.481
Joined: May 2010
Location: Grenoble, France
Reputation: 29
Post: #9
RE: [Howto] PCSX2 on AMD64 Ubuntu
If you are not afraid to spend some time to build PCSX2, I can help you.

Let's make a deal, you help me to create an howto for fedora 64 bits and to improve cmake support. Then in exchange, I support you to build PCSX2 and plugins.

First you can look http://code.google.com/p/pcsx2/wiki/Comp...deForLinux
-> look at debian package name and try to install all ia32 developpement libs in fedora. Please told me what you install
-> Remove the fatal error on cmake
-> try to run cmake. Look if there any error. Then try to run make pcsx2
02-06-2011 02:11 PM
Find all posts by this user Quote this message in a reply
juchem Offline
Newbie

Posts: 1
Joined: Feb 2011
Location:
Reputation: 0
Post: #10
RE: [Howto] PCSX2 on AMD64 Ubuntu
The solution by immolo worked just fine for me, thanks a lot. But let me contribute a small modification so that your /usr/lib32 directory remains intact.

Follow immolo's guide and stop right before running the command
Code:
# sudo cp usr/lib/* /usr/lib32/

Now, provided you're under the 'tmp' directory, do the following:
Code:
# mv usr ..
# cd ..
# rm -rf tmp
# echo "env LD_LIBRARY_PATH=\"usr/lib/:/usr/lib32/:\$LD_LIBRARY_PATH\" ./pcsx2" > pcsx2-32.sh
# chmod +x pcsx2-32.sh

Now everytime you want to run pcsx2, all you have to do is execute the new script pcsx2-32.sh

Code:
# ./pcsx2-32.sh

This way you don't have to mess with the system's directories.

Hope it helps.

(03-14-2009 01:44 PM)immolo Wrote:  OK so I know some of us AMD64 users have been having trouble with 0.9.6 and by read some threads everyone was saying run a 32bit chroot which in my opinion is a little overkill so I found a better way to do and in the spirit of open source I'm sharing it with you. Smile

This is wrote with Ubuntu in mind but I'm sure if you change the packages to your package manager system it will work just the same.

First you need to download the Linux version of PCSX2 from the website and unpack:

Code:
# tar zxvf PCSX2_0.9.6_linux.tar.gz
# cd pcsx2/

Next lets meet all the needed dependences:

Code:
# sudo apt-get install libxxf86vm-dev x11proto-xf86vidmode-dev automake1.9 libbz2-dev libasound-dev nvidia-cg-toolkit libglu1-mesa-dev libglew1.5-dev;

Running PCSX2 now will result in the program running but not being able to show and graphic output due to the hard coding of looking for some 32bit libs so now we are going copy over some of the need libs.

Download the needed files:

Code:
# mkdir tmp
# cd tmp/
# wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.5_1.5.0dfsg1-3ubuntu1_i386.deb
# wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.5-dev_1.5.0dfsg1-3ubuntu1_i386.deb
# wget http://developer.download.nvidia.com/cg/Cg_2.1/2.1.0017/Cg-2.1_February2009_x86.tgz

Now we can extract the files:

Code:
# dpkg -x libglew1.5_1.5.0dfsg1-3ubuntu1_i386.deb .
# dpkg -x libglew1.5-dev_1.5.0dfsg1-3ubuntu1_i386.deb .
# tar zxvf Cg-2.1_February2009_x86.tgz

Next we need to copy the libraries to the lib32 directory:

Code:
# sudo cp usr/lib/* /usr/lib32/

Lets do a little clean up:

Code:
# cd ..
# rm -r tmp/
# rm ../PCSX2_0.9.6_linux.tar.gz

OK now run PCSX2:

Code:
# ./pcsx2

Now you will see everything works as normal.

Hope this helps you guys.
02-11-2011 02:44 AM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Pages (4): 1 2 3 4 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread



Current time: 05-18-2013, 04:14 PM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2013 MyBB Group.
Theme created by IncadudeF and modified by bositman