-
Notifications
You must be signed in to change notification settings - Fork 19
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
Won't launch at all. problems with libcurl #135
Comments
Probably by installing SDL2. |
Do I have to install SDL2 to get it working? It doesn't seem to be available for the current version of my Linux distro. I suspect it has something to do with libcurl.so.4.8, since I have a symlink called libcurl.so.4 that is supposed to point to libcurl.so.4.8, but it's apparently not recognizing the correct version of libcurl? I don't understand why Lampray apparently isn't finding the file...libcurl.so.4.8 exists, and I've even copied it to the same folder as Lampray |
It’s listed as a requirement.
That actually sounds very unlikely. |
Well dammit. If it's listed as a requirement, that could be an issue... And i'm not kidding! SDL2 has official packages for Opensuse Tumbleweed. But my version is Leap 15.4, so there are only non-official, community packages. But if it says it's a requirement, i'll get one of those. Thanks! |
Lampray won't launch at all.
I tried running it both as a normal and sudo, but everytime I try to do it, i get this error
./Lampray: /usr/lib64/libcurl.so.4: no version information available (required by ./Lampray)
./Lampray: symbol lookup error: ./Lampray: undefined symbol: SDL_SetTextureScaleMode
I tried rebooting my machine too. I can't get it to even OPEN. Anyone know what's up and how I can fix this?
The text was updated successfully, but these errors were encountered: