Summary: | sci-geosciences/mapserver - add www-servers/nginx support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dabrouch <pwet_pwet_yepyep> |
Component: | Current packages | Assignee: | Sci-geo Project <sci-geosciences> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | kripton, sam, tb |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | mapserver-6.0.1.ebuild |
Description
Dabrouch
2012-11-25 08:36:53 UTC
My confusion : Mapserver needs mapcache module on Nginx, not memcache. See here documentation for Mapserver on Nginx : http://mapserver.org/trunk/mapcache/install.html#nginx-specific-instructions Please don't paste ebuilds in comments. It is very hard to read them Comment on attachment 330522 [details]
mapserver-6.0.1.ebuild
Looks like the exact ebuild that's in the tree...
Yes, this is the ebuild from portage tree, i just post it here to be more convenience. I try to get mapcache for Nginx, i put these lines in ebuild : # Mapcache for Mapserver HTTP_MAPCACHE_MODULE_PV="1.0.0" HTTP_MAPCACHE_MODULE_P="mapcache-${HTTP_MAPCACHE_MODULE_PV}" HTTP_MAPCACHE_MODULE_URI="http://download.osgeo.org/mapserver/${HTTP_MAPCACHE_MODULE_P}.tar.gz" HTTP_MAPCACHE_MODULE_WD="${WORKDIR}/${HTTP_MAPCACHE_MODULE_P}/nginx" --> at the begining nginx_modules_http_mapcache? ( ${HTTP_MAPCACHE_MODULE_URI} )" --> in SRC_URI if use nginx_modules_http_mapcache; then http_enabled=1 myconf+=" --add-module=${HTTP_MAPCACHE_MODULE_WD}" fi --> in src_configure() But the compilation fails. It doesn't find any file named config in mapcache-1.0.0/nginx. I browse in it and find only a config.in which is quite different from a config file for an another module. Anyone can help me here ? |