Jump to content

OSBot - Mirror Mode - Ubuntu Linux


Recommended Posts

Posted

Been trying to set up the OS bot for linux for a while now you can run the gave in injection mode by just doing "apt-get install default-jre" however with the mirror client i still haven't been able to find a solution it appears to be looking for a .so file (stream_64.so) and if on 32 bit it goes to stream_32.so then it basically instant error out saying "could not load stream library" is there any way to fix this?

 

Posted (edited)

default-jre is java 7, You need java 8.

I think webup8team ppa is now a default on latest Ubuntu so you might not need to add it.

Run the following in terminal

apt-get purge default-jre
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install oracle-java8-installer
java -version

 

Edited by Zappster

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...