xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
232 stars 76 forks source link

glibc2.14 required by protoc 3.1.0 #12

Closed PhantomThief closed 7 years ago

PhantomThief commented 7 years ago

when I upgrade protoc to 3.1.0, the error appeared:

/lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/data/jenkins/workspace/****/target/protoc-plugins/protoc-3.1.0-linux-x86_64.exe)

while I cannot upgrade glibc to 2.14. It worked on protoc 3.0.2 and earlier.

sergei-ivanov commented 7 years ago

This is not a maven plugin issue. Please raise it with Google protobuf team.