https://www.hipchat.com/help/page/how-do-i-install-hipchat-on-64-bit-linux
# Adobe's instructions forget to mention ia32-libs-gtk
$ apt-get install lib32asound2 lib32gcc1 lib32ncurses5 lib32stdc++6 \
lib32z1 libc6 libc6-i386 ia32-libs-gtk lib32nss-mdns
$ wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
$ dpkg -i getlibs-all.deb
# incorrect in adobe's instructions (corrected)
$ getlibs -p gnome-keyring
$ getlibs -p libhal-storage1
Seems like these commands were not needed on Ubuntu 10.04:
$ ln -s /usr/lib32/libnss3.so.1d /usr/lib32/libnss3.so
$ ln -s /usr/lib32/libssl3.so.1d /usr/lib32/libssl3.so
$ ln -s /usr/lib32/libnspr4.so.0d /usr/lib32/libnspr4.so
$ ln -s /usr/lib32/libsmime3.so.1d /usr/lib32/libsmime3.so # missing from adobe's instructions
wget http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
chmod 777 AdobeAIRInstaller.bin
./AdobeAIRInstaller.bin
The final step is to download the Adobe AIR client here:
$ wget http://downloads.hipchat.com/hipchat.air
$ /opt/Adobe\ AIR/Versions/1.0/Adobe\ AIR\ Application\ Installer hipchat.air
No comments:
Post a Comment