abique / hefur

Standalone C++ BitTorrent tracker
MIT License
192 stars 30 forks source link

Docker build error: Could not find a package configuration file provided by "Protobuf" #48

Open tonimore opened 1 year ago

tonimore commented 1 year ago

Steps to reproduce error: $ git clone https://github.com/abique/hefur.git && cd hefur && docker build .

Got this error:

4.492 CMake Error at mimosa/CMakeLists.txt:10 (find_package):
4.492   Could not find a package configuration file provided by "Protobuf" with any
4.492   of the following names:
4.492 
4.492     ProtobufConfig.cmake
4.492     protobuf-config.cmake
4.492 
4.492   Add the installation prefix of "Protobuf" to CMAKE_PREFIX_PATH or set
4.492   "Protobuf_DIR" to a directory containing one of the above files.  If
4.492   "Protobuf" provides a separate development package or SDK, be sure it has
4.492   been installed.
4.492 
4.492 
4.492 -- Found LibArchive: /usr/lib/x86_64-linux-gnu/libarchive.so (found version "3.4.3") 
4.492 -- Configuring incomplete, errors occurred!