[openstreetmap-website] Installation issues (#685)

Eric Theise notifications at github.com
Wed Jan 22 21:51:45 UTC 2014


Sorry, I was reading/writing my responses as emails rather than posting here on GitHub. Same thing, better formatting:

Go into ```psql```, probably as the ```postgres``` user, and issue

```
select proname, probin from pg_proc where proname like 'map%'
```

and make sure you see the path to your installation, not the ```osm.compton``` one, in my case it's:

```
osm_development=# select proname, probin from pg_proc where proname like 'map%';
-[ RECORD 1]------------------------------------------------------------------------------
proname | maptile_for_point
probin  | /Users/erictheise/Projects/erictheise/openstreetmap-website/db/functions/libpgosm
```

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/685#issuecomment-33072579
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20140122/64cc0b7e/attachment.html>


More information about the rails-dev mailing list