Loretta Mizzi (loretta.mizzi@datamat.it) wrote:
I am trying to use the EPR API for IDL on a Linux
platform (with IDL 5.6) but I didn't succeeded.
I recompiled the shared library using the shell script
./epr_api-2.0.1/prj/linux/make_idl_api.sh
and copied it, and the .dlm file, under $DLM_PATH.
When I try to open an ENVISAT product (a MERIS one),
after having successfully called the epr_init_api, a
Segmentation fault happens quite systematically.
The instructions I give are the following:
> epr_init_api
> product_id=epr_open_product("/home/lmizzi/meris1")
However, I think that the problem is not the product
(the problem happens also with other products
MERIS/ASAR)but something in the environment. Have
you ever used the library with the following
configuration?: Linux Red Hat 9.0 IDL 5.6 gcc version
3.2.2 20030222 (Red Hat Linux 3.2.2-5).