Unable to Load PluginsΒΆ
To load plugins, follow the steps below.
- Make sure that your plugin source code contains an TSPluginInit initialization function.
- Compile your plugin source code, creating a shared library.
- Add an entry to the plugin.config file for your plugin.
- Add the path to your plugin shared library to the records.config file.
- Restart Traffic Server.
For detailed information about each step above, refer to A Simple Plugin.