Hi,
I am trying to install Openfire on my CentOS 6.4 Server so that it can host a chat service and have tried to follow the following instructions:
http://www.howtoforge.com/how-to-set-up-an-openfire-instant-messaging-server-on- centos-5.6
The trouble is I am falling down at the first hurdle, the instructions tell me to run this command:
rpm -Uvh openfire-3.7.0-1.i386.rpm
but I have checked and the newest version of openfire according to their site is 3.8.2 so I tried this command instead:
rpm -Uvh openfire-3.8.2-1.i386.rpm
all I get is the following message back:
error: open of openfire-3.8.2-1.i386.rpm failed: No such file or directory
Where am I going wrong?
Thanks,
alamb200