userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.42k stars 283 forks source link

BUG: `make install` #524

Open root-kidik opened 6 months ago

root-kidik commented 6 months ago

Debian 12:

Mint:

apolukhin commented 6 months ago

Made a separate issue for Debian support in Docker containers https://github.com/userver-framework/userver/issues/542

If Mint fails to find an amqpcpp package and you do not need RabbitMQ support, then just disable building it via CMake command line option -DUSERVER_FEATURE_RABBITMQ=0. Otherwise, you have to install it from sources, for example via:

https://github.com/userver-framework/userver/blob/620f0b9f8fc6895e851813da477b2a85650381a0/scripts/docker/setup-base-ubuntu-22.04-env.sh#L125-L127