Skip to content
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

Depends on old version of libcrypt #47

Closed
squidink7 opened this issue May 13, 2022 · 2 comments
Closed

Depends on old version of libcrypt #47

squidink7 opened this issue May 13, 2022 · 2 comments

Comments

@squidink7
Copy link

When executing an application created with this library on linux, it looks for libcrypt.so.1 which on Arch Linux has been deprecated and replaced with libcrypt.so.2. This issue can be solved simply by creating a symlink, which means theres no compatibility issues requiring the older version of the library, so I would recommend updating the dependency to the newer version.

@msink
Copy link
Owner

msink commented May 13, 2022

How this can be fixed here?
Kotlin/Native compiler and linker use sysroot with very old Linux version, not host computer libraries.
And only JetBrains Kotlin team can update that sysroot, AFAIK.

@squidink7
Copy link
Author

Ahh, I'm no expert with these kinds of things as I'm new to kotlin. I just noticed that the error only occurred when using this library which caused me to assume that's where the issue was caused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants