rippled
rippled copied to clipboard
liblz4 error when trying build validator-keys-tool
rippled installed successfully.
- https://github.com/XRPLF/rippled/issues/4462
I'm having this same issue when trying build validator-keys-tool (not rippled).
command: cmake -DCMAKE_BUILD_TYPE=Release ../..
get this error: Could` not find a package configuration file provided by "lz4" with any of the following names: lz4Config.cmake lz4-config.cmake
Originally posted by @rudy113 in https://github.com/XRPLF/rippled/issues/4462#issuecomment-1902824994
@rudy113 Please try following the build instructions: https://github.com/ripple/validator-keys-tool?tab=readme-ov-file#dependencies
Also, there are packages which build validator-keys-tool with the validator-keys target (so perhaps you could refer to that to see how building works). Note that the validator-keys-tool is provided in rippled packages, so if you're on Ubuntu or CentOS, there is usually no need to build it yourself.