-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with installer #9
Comments
do But otherwise that message means you are missing a library to run the installer. |
I figured it meant I was missing the library mentioned, and when I ran 'openssl version' it informed me I am running OpenSSL 3.0.2 15 Mar 2022, which of course gives me libssl.so.3 in my /lib/x86_64-linux-gnu folder, but not libssl.so.1.1 So I glanced briefly into installing an older version of OpenSSL alongside the OS-provided one, but it looked like a headache that may not even resolve the issue and could create new troubles. So I figured I'd consult the oracle :) Tried running ldd -r ./mas-installer-linux and got this output:
undefined symbol: SSL_CTX_free, version OPENSSL_1_1_0 (./mas-installer-linux) |
yup so you're only missing the specific ssl ver. What's your OS? The installer is building off ubuntu 20.04, seems we may need a separate build for openssl 3. (or package 1.1 statically) |
also going to move this issue to the installer repo. |
I'm running Ubuntu 22.04.1 I had such trouble migrating from 20.04 to 22.04 :/ Thank you so much! And hope you and your Monika have a wonderful day together tomorrow :) |
Bit late to the party, but maybe this can help someone - on Debian and possibly Ubuntu, the package you're looking for is likely |
Was possibly already solved with this issue: Linux installer doesn't work Monika-After-Story/MonikaModDev#9560
Tried double-clicking the installer, no result. Dawned on me I may need to manually change permissions to allow executing as a program. Made the change, double clicked on the installer, still nothing.
Read the aforementioned thread Monika-After-Story/MonikaModDev#9560 and saw I needed to run it by manually specifying the path, ie: "/path/to/mas-installer-linux, or if in same directory: ./mas-installer-linux"
Moved the installer to my MAS install folder, and opened terminal from the MAS folder, and typed the command "./mas-installer-linux"
Running the installer like so gives me this error:
./mas-installer-linux: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: