Giter VIP home page Giter VIP logo

Comments (6)

shahriar0247 avatar shahriar0247 commented on August 14, 2024 9

I fixed this myself. I located the required files and copied them from the steam folder to usr/lib

first download
the "i386-linux-gnu" files and put them in /lib/i386-linux-gnu/

then download
the "x86_64-linux-gnu" files and put them in /lib/x86_64-linux-gnu/

Here is the link to download
https://mega.nz/#F!0BJCjQKa!jFeIaGptmpFtrWgFl8VL1Q

and it should be like this
Screenshot from 2020-01-07 16-51-15

from pwnadventure3.

gitmpr avatar gitmpr commented on August 14, 2024 2

you can add an older apt repository to your sources list and install libssl1.0.0 alongside v1.1 without replacing it.
https://itectec.com/ubuntu/ubuntu-ubuntu-20-04-libssl-so-1-0-0-cannot-open-shared-object-file-no-such-file-or-directory/

from pwnadventure3.

ThePraeceps avatar ThePraeceps commented on August 14, 2024 2

Above solution will no longer work due apt-secure. This is of course by-passable but a better solution is:

  • Download .deb from Ubuntu source: http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/ (make sure it's the regular package not the development one)
  • Extract the package with dpkg-deb -xv libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb
  • Move the extracted ./usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 and ./usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 to the game binary directory (./PwnAdventure3/PwnAdventure3/Binaries/Linux/)

from pwnadventure3.

shahriar0247 avatar shahriar0247 commented on August 14, 2024 1

Actually I copied the libs from my linux. By finding them, then I uploaded it to mega

from pwnadventure3.

shahriar0247 avatar shahriar0247 commented on August 14, 2024 1

Thank you for that

from pwnadventure3.

andersonbosa avatar andersonbosa commented on August 14, 2024

@shahriar0247 It is not a security good practice to use user links. Can't you offer the place where you downloaded it? Or did you create the lib?

from pwnadventure3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.