[OSM-talk] little-osm
Immanuel Scholz
immanuel.scholz at gmx.de
Fri Aug 4 09:31:05 BST 2006
Hi,
> I am trying to set up an little-osm but am failing so far. First of
> all I think the wikipage
> <http://wiki.openstreetmap.org/index.php/Little-osm> and the
> included README is out of sync. For example the wiki mentions
> lib/osm/api but I can't find any such directory (am I wrong?).
Updated the wiki.
> I have installed Ruby (ruby-1.8.1-6.FC2.0), Gem ("Successfully
Do you HAVE to use ruby 1.8.1? It is quite old.. ;)
> built RubyGem"), a rpm called sqlite-3.1.2-2.99_1.rhfc2.at (that
> would be the database engine?).
Yep, you need the sqlite shared object installed. It is only one .dll
(Windows) or .so (*x or *BSD) file.
> But then I fail at:
>
> # gem install sqlite3
> Attempting local installation of 'sqlite3'
> Local gem file not found: sqlite3*.gem
> Attempting remote installation of 'sqlite3'
> Updating Gem source index for: http://gems.rubyforge.org
> ERROR: While executing gem ... (Gem::GemNotFoundException)
> Could not find sqlite3 (> 0) in the repository
Ups, sorry. Use:
gem install sqlite3-ruby
(You can search for sqlite-gems with "gem search sqlite -r".)
Ciao, Imi
More information about the talk
mailing list