- In maven build, the protoc-plugin occurs error:
[ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile-custom (default) on project apm-network: Unable to copy the file to \skywalking\apm-network\target\protoc-plugins: \skywalking\apm-network\target\protoc-plugins\protoc-3.3.0-linux-x86_64.exe (The process cannot access the file because it is being used by another process) -> [Help 1]
- Protobuf compiler is dependent on the glibc, but it is not-installed or installed old version in the system.
- Install or upgrade to the latest version of the glibc library. In container env, recommend using the latest glibc version of the alpine system. Please refer to http://www.gnu.org/software/libc/documentation.html