You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geotoad
Hi everyone,
i'm not a ruby developer so i'm stuck with a noob problem : when i try
to execute geotoad.rb it seems it doesnt find the net/https lib :
francois@francois-laptop:~/workspace/geotoad-3.14.4$ ./geotoad.rb
./lib/shadowget.rb:4:in `require': no such file to load -- net/https
(LoadError)
from ./lib/shadowget.rb:4
from ./lib/geocode.rb:6:in `require'
from ./lib/geocode.rb:6
from ./lib/country_state.rb:6:in `require'
from ./lib/country_state.rb:6
from ./interface/input.rb:5:in `require'
from ./interface/input.rb:5
from ./geotoad.rb:19:in `require'
from ./geotoad.rb:19
I just installed ruby with apt-get on my Ubuntu 10.04 and then
installed geotoad from SVN , then from tar.gz linux install, then from
ruby source and I always get te same error.
thx for help :)
Steve 8x8
unread,
May 19, 2011, 1:40:36 PM5/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geo...@googlegroups.com
Short answer: see package description.
Long answer: install libopenssl-ruby.
Sorry, I missed the dependency since it's no longer necessary with newer Debian releases. Will be fixed in the next version (and already is in SVN)
S.
François BARBUT
unread,
May 20, 2011, 5:40:34 AM5/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geotoad
thanks a lot Steve, it's working now :)
On 19 mai, 19:40, Steve 8x8 <steve...@googlemail.com> wrote:
> Short answer: see package description.
> Long answer: install libopenssl-ruby.
> Sorry, I missed the dependency since it's no longer necessary with newer
> Debian releases. Will be fixed in the next version (and already is in SVN)
> S.