Hi all,
(Mods, I wasn't sure where to start this - if there's a better spot please move the thread. Thanks!)
I'm trying to get the HipChat Linux client working on PC-BSD (I've started a thread in the PC-BSD forums, but I'm hoping someone here may be able to help, too). I'm running into some problems with it and I haven't been able to make any progress with it.
Thanks!
[1] https://www.hipchat.com/downloads
(Mods, I wasn't sure where to start this - if there's a better spot please move the thread. Thanks!)
I'm trying to get the HipChat Linux client working on PC-BSD (I've started a thread in the PC-BSD forums, but I'm hoping someone here may be able to help, too). I'm running into some problems with it and I haven't been able to make any progress with it.
- I've downloaded the most recent 32 bit Linux client and expanded the tar per their instructions on the download page [1].
-
Code:
> ./bin/hipchat zsh: ./bin/hipchat: bad interpreter: /bin/bash: no such file or directory
- I edit bin/hipchat's
Code:
#!/bin/bash
Code:#!/usr/local/bin/bash
- (now the real fun starts)
- After editing the file, I try to run it again:
Code:> ./bin/hipchat ./bin/hipchat: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
- I can't figure out how to get a 32 bit libltdl.so.7 at all, so I install 32 bit FreeBSD 9.2 in VirtualBox, build /usr/ports/devel/libltdl, and then
scp
the resulting binary over to my PC-BSD install. - I copy it into ~/src/HipChat/lib/ and ...
-
Code:
> ./bin/hipchat ./bin/hipchat: error while loading shared libraries: /usr/home/bridger/src/HipChat/bin/..//lib/libltdl.so.7: ELF file OS ABI invalid
- After doing some reading, I try to
brandelf libltdl
, but that doesn't quite work, either:
Code:> sudo brandelf -t Linux lib/libltdl.so.7 Password: > ./bin/hipchat ./bin/hipchat: error while loading shared libraries: /usr/home/bridger/src/HipChat/bin/..//lib/libltdl.so.7: ELF file OS ABI invalid
Thanks!
[1] https://www.hipchat.com/downloads