Hi there, sorry if my questions is so newbie and lame but i really need some help. I am using FreeBSD 9.1 and really want to install open street map. Osmosis. So this is my step : 1. installing PostgreeSQL 2. Installing OSM2PgSQL 3. Installing Mapnik 4. installing postgis everything run ok in four step above. but when i tried to installing Mod Tile, i have so many error to compiling and make install. So many tutorial i've found but average the tutorial explain in Linux OS. Really i need some help. The step by step installing Osmosis on FreeBSD (Unix) i really dont know how, because i am new in Open Street Map. Thank You and I apologize for bad word. asked 13 May '13, 08:33 Rizvi
showing 5 of 7
show 2 more comments
|
You could try to show us your first error when running make.
when i try to "make" in mod_tile directory for installing, then a message appear: "Make : no target to make" Here, i just dunno what target, must i used to installing mod_tile. i am just already run "sh autogen.sh" in mod tile dir. but after that, i dunno what to do ?
Thank you for response scai.
According to your error message there is no file Makefile in your current directory. Did you run autogen.sh and configure as explained here? If both commands succeed without problem then they should have generated a Makefile.
Thanks again scai. everything done in compiling but in the ends, the instalation got error. here is the message
There must be at least one other error before. Always try to find and fix the first error. Subsequent errors are often just a consequence of the first error.
are those mean, i need to install apache2, apache2-threaded-dev, apache2-mpm-prefork etc, before i installing mod tile. i guess, FreeBSD don't have a think like that.
i take that from the site you gave to me. thanks again, scai
Yes,
apt-get
is a Debian/Ubuntu command to install packages. Try to find the corresponding packages for FreeBSD. The names might be slightly different and some of those might be included in other packages etc.