Hi,
After I install mod_tile, made all configs for apache2 and try to restart apache2ctl I see this error:
root@mslocalmap:/etc/apache2/mods-enabled# apache2ctl restart
apache2: Syntax error on line 204 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/mod_tile.load: Cannot load /usr/lib/apache2/modules/mod_tile.so into server: /usr/lib/apache2/modules/mod_tile.so: cannot open shared object file: No such file or directory
It’s obvious that during the installation of mod_tile , the file mod_tile.so is not installed in /usr/lib/apache2/modules/ . Can someone help me with solution. ( after “make install” in “…/mod_tile/.lib/” dir there is mod_tile.so file and it`s shared object , I use Ubuntu 10.04 Lucid).