Hey all, I'm seeing runtime errors from my K/N tes...
# kotlin-native
i
Hey all, I'm seeing runtime errors from my K/N tests:
Copy code
> Task :runtime:crt-util:linuxX64Test
.../build/bin/linuxX64/debugTest/test.kexe: /lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by .../build/bin/linuxX64/debugTest/test.kexe)
.../build/bin/linuxX64/debugTest/test.kexe: /lib64/libz.so.1: version `ZLIB_1.2.7.1' not found (required by .../build/bin/linuxX64/debugTest/test.kexe)
I don't know what module or dependency needs zlib but I know that version 1.2.7 is installed on my machine. Building 1.2.7.1 or 1.2.9 and replacing the /lib64/libz.so.1 symlink causes other things to break (including Gradle). 😢 How can I find out where the dependency is coming from?