CVE-2021-44228-Scanner icon indicating copy to clipboard operation
CVE-2021-44228-Scanner copied to clipboard

Better build instructions

Open louigi600 opened this issue 3 years ago • 2 comments

I was unable to run the 64 bit linux binary because of an outdated libc: ./log4j2-scan / ./log4j2-scan: /lib64/libc.so.6: version GLIBC_2.15' not found (required by ./log4j2-scan) ./log4j2-scan: /lib64/libc.so.6: version GLIBC_2.14' not found (required by ./log4j2-scan)

I looked into the build instructions but for me they are far from usable.

louigi600 avatar Jan 13 '22 09:01 louigi600

I believe I initially had the same issue with RHEL 6 using a openlogic JRE to run the scan using the jar file. I switched to adoptium openjdk and it worked fine. I'm not sure if your using the jar or one of the other options but it could be a limitation of JRE with the flavor of linux your testing against. I switched to this version and ran the jar with it and it worked great. https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_linux_hotspot_8u312b07.tar.gz

JStevens1855 avatar Jan 13 '22 13:01 JStevens1855

@louigi600 You can use JAR version instead.

xeraph avatar Jan 14 '22 08:01 xeraph