[GRASS-windows] grass6.2.3 on cygwin debug steps for 'can't read "monitor_zooms(1, 1, n)": no such variable' error

Glynn Clements glynn at gclements.plus.com
Wed Oct 15 09:37:05 EDT 2008


Rick Thompson wrote:

> GRASS6.2.3 GIS Manager, Map Display 1, and Output - GIS.m windows crash when
> the subject error is seen.
> 
> Problem is likely  missing dll(s). Check with:
> 
>  
> 
> cygcheck g.region from the grass command-line. Program was missing
> cygldap-2-3-0.dll . Checked 
> 
> cygwin package - it was in libopenldap2-3-0. Ran the setup, clicked 'View'
> to full, enlarged the window to

Most dependency issues are due to GDAL. Various GRASS libraries depend
upon GDAL. Exactly what GDAL depends upon varies a great deal, as GDAL
has a large number of compile-time options, many of which require
additional libraries, each of which has its own dependencies.

AFAICT, the LDAP dependency is actually due to GDAL being built with
PostgreSQL support, which depends upon libpq (the PostgreSQL client
library), which depends upon LDAP.

If you install everything using Cygwin's Setup utility, it should
install LDAP along with libpq4.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-windows mailing list