On 9/17/2013 9:09 AM, thomas bonfort wrote:
The MapServer team is pleased to announce the release of MapServer
6.4, along with the joint release of MapCache 1.2.

Details of the new features, migration instructions, and download
links can be found on the dedicated announcement page at
http://www.mapserver.org/development/announce/6-4.html .

cheers,
The MapServer PSC


I'm trying to compile this on slackware64 14. It cant find PostGis (which is weird):

-- Could NOT find POSTGRESQL (missing: POSTGRESQL_LIBRARY POSTGRESQL_INCLUDE_DIR)
CMake Error at CMakeLists.txt:43 (message):
  POSTGIS library/component/dependency could not be found.

    HINTS:
    - disable POSTGIS support by adding -DWITH_POSTGIS=0
- add the POSTGIS install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/POSTGIS-install-dir;/path/to/other/dirs"
Call Stack (most recent call first):
  CMakeLists.txt:480 (report_optional_not_found)



What is the POSTGIS install directory? The bin folder? The Lib? Contrib? Extension?

I tried:

cmake -DCMAKE_PREFIX_PATH="/usr/local/pg93/bin/"  ..

Plus some others, but nothing seems to work.  Any hints?

-Andy


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to