How do I build the lighting on Linux?

When building the lighting, I’m getting the error:

Plugin ‘UdpMessaging’ failed to load because module ‘UdpMessaging’ could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.

I can see “libUE4Editor-UdpMessaging.so” under “Engine/Plugins/Messaging/UdpMessaging/Binaries/Linux”.
I have tried copying this to “Engine/Binaries/Linux” next to the other .so files, but it error still appears.

Any help with this would be greatly appreciated, thanks!

try to check it inside unreal engine plugins from engine itself . and see if disabling it will fix ur issue.

Thanks for replying Omar!

I have disabled UDP Messaging under Edit->Plugins, but unfortunately I still get the above error, even though it’s disabled?