Quote:
Originally Posted by hunter316
i'm thinking that in order to do the windows methods, i need a wireless router. is that true? i have a wired router and when i used the linux method, i got the following..
|
Yup, I got this too. CJPC provided some kind assistance (check the readme and some of the earlier posts to this thread). Basically you need to re-install two packages and possibly re-compile one of them. I'm guessing you are running FC5, so the commands below may need to be changed for other distros.
Open a terminal window.
1. Remove libtool and libtool-ltdl (if installed already)
> sudo yum remove libtool libtool-ltdl
2. Re-Install the packages libtool and libtool-ltdl
> sudo yum install libtool libtool-ltdl
3. Try re-running the ./configure --install-plugins
4. If it still doesn't work then recompile the libtool-ltdl package
> cd /usr/share/local/libtool/libtool-ltdl
> ./configure
> make
> sudo make install
5. Try the ./configure --install-plugins command. It should now work.
Not sure whats happened in FC5 but it looks like some of the packages including libtool are missing key files, recompiling the packages seems to fix the problem.
On a wider note, from reading some of the posts below it would appear some people are struggling to get this to work. I can confirm that the guide is indeed correct and the bypass works superbly (I have it running with no problems). ;-)
Word of warning though, make sure that your PS3 and your PC (running the DNS spoof) are on the same IP subnet with access. I had my PS3 originally in a DMZ and it caused all sorts of problems.