Jack Fletcher Posted August 21, 2018 Share Posted August 21, 2018 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? Quote Link to comment Share on other sites More sharing options...
Zappster Posted August 21, 2018 Share Posted August 21, 2018 (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 August 21, 2018 by Zappster Quote Link to comment Share on other sites More sharing options...
Jack Fletcher Posted August 21, 2018 Author Share Posted August 21, 2018 root@***:/usr/lib/jvm/default-java/jre/lib# javac -version javac 1.8.0_181 root@***:/usr/lib/jvm/default-java/jre/lib# java -version java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode) Quote Link to comment Share on other sites More sharing options...
Zappster Posted August 21, 2018 Share Posted August 21, 2018 Related ? Quote Link to comment Share on other sites More sharing options...
Jack Fletcher Posted August 22, 2018 Author Share Posted August 22, 2018 Didn't fix. even rolled it back to 171 before the tool update in the latest repo version (181) Didn't make a differance. Error is to do with tools related to the stream.so temp file that is made? Quote Link to comment Share on other sites More sharing options...
Jack Fletcher Posted August 22, 2018 Author Share Posted August 22, 2018 Bump Quote Link to comment Share on other sites More sharing options...
Jack Fletcher Posted August 26, 2018 Author Share Posted August 26, 2018 bump Quote Link to comment Share on other sites More sharing options...