Openfire meetings missing native libs

Meetings fail when 3rd user joins
VERSION: 0.9.5

Server gives following errror:
16:30:04.848 [org.jitsi.videobridge.SctpConnection-pool-16-thread-1] ERROR org.jitsi.sctp4j.Sctp - Failed to load native library jnsctp: Could not initialize class com.sun.jna.Native
16:30:04.849 [org.jitsi.videobridge.SctpConnection-pool-16-thread-1] ERROR net.java.sip.communicator.util.UtilActivator - An uncaught exception occurred in thread=Thread[org.jitsi.videobridge.SctpConnection-pool-16-thread-1,5,main] and message was: Could not initialize class org.jitsi.sctp4j.Sctp
java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.sctp4j.Sctp
at org.jitsi.videobridge.SctpConnection.lambda$maybeStartStream$1(SctpConnection.java:536) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_144]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_144]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]

Looks like the JITSI native libs are not included in the package.
I downloaded the latest version from here and put the libs in the LD_LIBRARY_PATH and it all works.