'How to include library in Erlang\OTP
I'm new in RabbitMQ, I want to use rabbitmq with ssl (AMQPs). Now the issue is when I read the Erlang/OTP Requirements for TLS Support, and checked my erlang setup with command code:all_loaded(). I got list of modules that are loaded in erlang but not found which are required to use ssl over rabbitmq (public_key, crypto, asn1, and ssl).
Upon checking my C:/program files/ erl-24.2.1/lib, I have the folder for respective library but I'm not sure how can I enable those libraries.
Please help me to enable those libraries in erlang otp.
Note: I'm using this on windows OS.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
