Open dprater opened 11 years ago
This is currently an unsupported plugin. We might take a look at fixing whatever is causing the build to fail, but I can't provide any kind of time-line on this. Feel free to post to the rabbitmq-discuss mailing list if you're very keen to use this plugin, and we might consider resurrecting it at some point in the future.
I'm trying to install the SMTP plugin. I've installed rabbitmq-public-umbrella, and I've gotten the rabbitmq-server installed. However, when I run "make" inside the rabbitmq-smtp directory, I always get this error:
ERL_LIBS=./build/dep-apps erlc -Wall +debug_info -I ./include -pa ebin -o ebin src/rabbitmq_smtp_server.erl make: *\ No rule to make target
src/rabbitmq_smtp_server.app.src', needed by
ebin/rabbitmq_smtp_server.app'. Stop.I've tried just following the directions listed in the readme, no luck. It looks like user "hepr" had this same sort of issue earlier and then closed it with the fix of copying ebin/rabbitmq_smtp_server.app.in to src/rabbitmq_smtp_server.app. This didn't work for me either. I copied that file over prior to running make and still get the error message.
I've tried manually installing both rabbitmq-erlang-client and erlang-smtp-wrapper prior to installing rabbitmq-smtp. Regardless of what I try, I always get that error when running "make". I'm at a loss as to how to proceed. Any advice?