Hi all, had a bit of trouble with this one today. I'm looking for advice on how install 'localtunnel' for Raspbian. There seem to be two ways of installing:
- Using Ruby Gems, as documented on their site: http://progrium.com/localtunnel/
I tried this after installing Ruby (and Ruby Gems, via 'apt-get install ruby') and I got this error (documented by another Pi user on their Github): http://pastie.org/5166953#1,5,8
- Using pip (for a newer version, in beta) as documented on their Github: https://github.com/progrium/localtunnel
This failed as well, although unfortunately I didn't note why at the time. I used this same method on OS X (on which I have Xcode installed) and had no issues.
So, does anyone have any advice for installing 'localtunnel' on the Pi? The developer notes that for Ruby Gems, I'd require 'Ruby headers to compile native extensions'.
He also notes on the pip method: 'Since there is one dependency with a C extension, you will need Python headers and basic build tools. If you're on OS X this just means you need to have Xcode installed.'
I'm still a bit of a Linux noob, so any help would be greatly appreciated!