[GRASS5] [bug #3437] (grass) Error when importing e00 file

this bug's URL: http://intevation.de/rt/webrt?serial_num=3437
-------------------------------------------------------------------------

Subject: Error when importing e00 file

Platform: other
grass obtained from: Mirror of Trento site
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: 6.0.0

Hi,
I am Olympian, when I try to import e00 file into a vector map, the following appears....

v.in.e00 file=root/Desktop/c1000/e00/2se2d/aplicence.e00 type=-area
E00 ASCII found and concerted to Arc Coverage in current directory
Importing...
v.in.ogr: symbol lookup error: v.in.org: undefined symbol: OGRRegisterAll

Import area vectop map <DEFANGED_applicence>.

Done.

After importing the map, nothing can be displayed!!

Please help me solve the problem~~~

Thank you very much!!!

-------------------------------------------- Managed by Request Tracker

On Mon, Jul 18, 2005 at 11:23:28AM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3437
-------------------------------------------------------------------------

Subject: Error when importing e00 file

Platform: other
grass obtained from: Mirror of Trento site
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: 6.0.0

Hi,
I am Olympian, when I try to import e00 file into a vector map, the following appears....

v.in.e00 file=root/Desktop/c1000/e00/2se2d/aplicence.e00 type=-area

                                                              ^^^^ don't put '-' here

E00 ASCII found and concerted to Arc Coverage in current directory
Importing...
v.in.ogr: symbol lookup error: v.in.org: undefined symbol: OGRRegisterAll

This looks like a local error of OGR installation.

First check if ogr2ogr/ogrinfo work. v.in.e00 is a simple script...

Markus