View Single Post
 
Old 07-11-2009, 03:37 PM
kakarota kakarota is offline
Cheetah
 
Join Date: Feb 2009
Posts: 1
Quote:
Originally Posted by Puttabong View Post
First of all you should check whether Rosetta is installed properly.

1. Download this file: http://rapidshare.com/files/96033590/oah.zip.html

2. As root, move /usr/libexec/oah directory somewhere safe for backup

3. unzip the downloaded file into /usr/libexec/

4. Enjoy PPC Applications!

--------------------------------------------
If you prefer using the command line:

Open Terminal,

sudo -s
cd /usr/libexec
cp -R oah oah.bak
rm -rf /usr/libexec/oah
cp -R ~/Downloads/oah .
Thank you very much! You save my day, master. Works perfectly.
Reply With Quote