HACKERALERT / Picocrypt

A very small, very simple, yet very secure encryption tool.
GNU General Public License v3.0
2.42k stars 145 forks source link

Problem with running on Linux #182

Closed hakavlad closed 4 months ago

hakavlad commented 4 months ago

Linux users will now get a raw executable binary instead of an AppImage for better portability across distros

BTW this doesn't work on Debian 11:

$ ./Picocrypt
./Picocrypt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./Picocrypt)
./Picocrypt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./Picocrypt)
./Picocrypt: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./Picocrypt)

No such problem with 1.32.

1.33 has the same problem

HACKERALERT commented 4 months ago

I'm building on Debian 12, so it's probably not backward compatible with 11. I'd argue this is okay since a few months from now, most people will be on Debian 12 or Ubuntu 24. Better be future proof for good measure :)

hakavlad commented 4 months ago

@CodeCracker-oss 2.31

@HACKERALERT I opened this just for you information.

CodeCracker-oss commented 4 months ago

@hakavlad That version is lower than 2.32 which is required by picocrypt. You can either update to Debian 12, or build from source if you want 1.33+ of picocrypt

hakavlad commented 4 months ago

Thanks.

HACKERALERT commented 4 months ago

Thanks for all the info. I think this is something we safely dismiss with time.