What does this mean? Error: No Makefile to build dependency /home/me/github/rabbitmq/deps/recon ? #9520
Replies: 5 comments 11 replies
-
Recon is managed by rebar. I cannot know why that is not the case but you can delete
You must use a compatible Erlang version, for example, |
Beta Was this translation helpful? Give feedback.
-
@michaelklishin |
Beta Was this translation helpful? Give feedback.
-
I managed to compile There were two changes necessary:
|
Beta Was this translation helpful? Give feedback.
-
Your Erlang installation is missing TLS and related libraries. You are likely on Debian, where every part of the Erlang standard library is a separate package 🤦♂️ |
Beta Was this translation helpful? Give feedback.
-
Moving to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to make a custom plugin but the plugin needs to be for an old version of RabbitMQ (3.8 or 3.9) since that's what we have in production.
I haven't had much luck building rabbitmq-message-timestamp or rabbitmq-routing-node-stamp so I thought I'd just build everything and try to adapt from one of the built-in plugins.
I have all the dependencies installed, and have done this:
git clone https://github.com/rabbitmq/rabbitmq-server.git rabbitmq
cd rabbitmq
git checkout v3.9.x
make
this does something, but errors for a reason that I can't decipher
`make` output
I have very little hope of deciphering this error message or knowing what to do to resolve it. So there's no Makefile in the right place. Where should it have come from?
I'm quite frustrated - the Erlang changes were quite simple and took maybe 15 minutes but I can't actually build the plugin, despite having spent at this stage hours trying. This is just the most recent attempt.
Thanks for any help,
Chris P
Beta Was this translation helpful? Give feedback.
All reactions