Currently, we distribute a somewhat broken Linux RPM of Openfire that includes a 32bit JVM. Sadly, this RPM does not specify that glibc.i686 should be installed in order to run this 32bit JVM on a 64bit OS host. Lets bundle a 64bit JVM with the RPM and we can also create a non-bundled RPM for 32bit installs and folks that don't want a JVM in their RPM
For RPM users, one item to note... Since the current openfire is distributed as i386 and this new one is either noarch or x86_64, you need to provide rpm a flag to get it to cleanly upgrade. It appears rpm -Uvh --ignorearch will cleanly upgrade your pre 4.1 version to 4.1
Currently, we distribute a somewhat broken Linux RPM of Openfire that includes a 32bit JVM. Sadly, this RPM does not specify that glibc.i686 should be installed in order to run this 32bit JVM on a 64bit OS host. Lets bundle a 64bit JVM with the RPM and we can also create a non-bundled RPM for 32bit installs and folks that don't want a JVM in their RPM