Closed mforde84 closed 3 years ago
i think were talking erl libs here because all of this is either .erl or .beam files
so that dir after inject is
10.128.3.228 :: root -> ll
total 0
drwxr-xr-x. 5 root root 41 May 19 16:18 asn1-5.0.14
drwxr-xr-x. 4 root root 29 May 19 16:18 compiler-7.6.6
drwxr-xr-x. 4 root root 30 May 19 16:18 crypto-4.8.1
drwxr-xr-x. 6 root root 56 May 19 16:18 eldap-1.2.8
drwxr-xr-x. 6 root root 55 May 19 16:18 erl_interface-4.0.1
drwxr-xr-x. 4 root root 29 May 19 16:18 erts-11.1.5
drwxr-xr-x. 5 root root 44 May 19 16:18 eunit-2.6
drwxr-xr-x. 3 root root 56 Oct 22 17:12 gen_smtp
drwxr-xr-x. 11 root root 128 May 19 16:18 hipe-4.0.1
drwxr-xr-x. 6 root root 210 Oct 22 17:12 hut
drwxr-xr-x. 6 root root 56 May 19 16:18 inets-7.3.1
drwxr-xr-x. 5 root root 44 May 19 16:18 kernel-7.2
drwxr-xr-x. 5 root root 44 May 19 16:18 mnesia-4.18.1
drwxr-xr-x. 5 root root 41 May 19 16:18 os_mon-2.6.1
drwxr-xr-x. 4 root root 33 May 19 16:18 parsetools-2.2
drwxr-xr-x. 5 root root 45 May 19 16:18 public_key-1.9.2
drwxr-xr-x. 4 root root 127 Oct 22 17:12 ranch
drwxr-xr-x. 4 root root 29 May 19 16:18 reltool-0.8
drwxr-xr-x. 5 root root 45 May 19 16:18 runtime_tools-1.15.1
drwxr-xr-x. 4 root root 29 May 19 16:18 sasl-4.0.1
drwxr-xr-x. 8 root root 79 May 19 16:18 snmp-5.7
drwxr-xr-x. 4 root root 29 May 19 16:18 ssl-10.2
drwxr-xr-x. 5 root root 44 May 19 16:18 stdlib-3.14
drwxr-xr-x. 4 root root 33 May 19 16:18 syntax_tools-2.4
drwxr-xr-x. 8 root root 78 May 19 16:18 tools-3.4.2
drwxr-xr-x. 5 root root 44 May 19 16:18 xmerl-1.3.26
and rabbitmq-server successfully restarted
it is plug and play! thankgod! thankyou. you were my rubber ducky.
Great! :-)
So we are looking to do a POC with this, incorporating an unmaintained plugin https://github.com/gotthardp/rabbitmq-email
I just have some very basic questions about builds and integrations with our rabbitmq-server stack
Current state is:
This is built off packagecloud.io rabbit and erl yum pkg.
So the rebar3 build looks happy for gen_smtp
However I'm not to well versed on the dev side here.
Looks like the appropriate lib support is here:
Question is do I have to recompile rabbitmq-server, or erlang to link these libraries, or if I can inject them into the rabbit or erls lib stack.
For the latter option, looks like we have two prospective locations on disk:
Im going to test but a little guidance would be helpful, in case I'm going down a rabbithole if erl or rabbit wont recognize the library support without compiling against it.