[GRASSLIST:9442] Re: Problem installing gdal-grass-1.3.1

Maik Trömel maik.troemel at maitro.net
Tue Dec 13 09:49:54 EST 2005


I had a look on the "Makefile"

Line 49:
GLIBNAME =      gdal_GRASS.so
OLIBNAME =      ogr_GRASS.so

default:        $(GLIBNAME) $(OLIBNAME)

install:        default
       install -d $(AUTOLOAD_DIR)
       cp $(GLIBNAME) $(AUTOLOAD_DIR)
       cp $(OLIBNAME) $(AUTOLOAD_DIR)

The error occures when trying to copy gdal_GRASS.so to $(AUTOLOAD_DIR).
I can't find gdal_GRASS.so . But why isn't it where it should be. Where 
should I find this file? Is it from gdal_grass-package or from another 
package? Where is it initialised?

Anybody an idea?

Greetings
Maik




Maik Trömel wrote:

> Thanks for your support,
> I had a look on the "Makefile"
>
> Line 49:
> GLIBNAME =      gdal_GRASS.so
> OLIBNAME =      ogr_GRASS.so
>
> default:        $(GLIBNAME) $(OLIBNAME)
>
> install:        default
>        install -d $(AUTOLOAD_DIR)
>        cp $(GLIBNAME) $(AUTOLOAD_DIR)
>        cp $(OLIBNAME) $(AUTOLOAD_DIR)
>
> The error occures when trying to copy gdal_GRASS.so to $(AUTOLOAD_DIR).
> I can't find gdal_GRASS.so . But why isn't it where it should be. 
> Where should I find this file? Is it from gdal_grass-package or from 
> another package? Where is it initialised?
>
> Anybody an idea?
>
> Greetings
> Maik
>
>
>
>
> Maik Trömel wrote:
>
>> Thanks for your support,
>>
>> Hamish wrote:
>>
>>>> installing GRASS-6.0.1 from tar.gz I got a problem with
>>>> gdal-grass-1.3.1.
>>>>   
>>>
>>>
>>>
>>> To begin with, try the gdal-grass-1.3.1.1 version. (there was a bug in
>>> 1.3.1 release)
>>>
>>> http://www.gdal.org/dl/gdal-grass-1.3.1.1.tar.gz
>>>
>>>  
>>>
>> I tried it: Same problem.
>>
>>> Hamish
>>>
>>>  
>>>
>>
>>
>> Hernán De Angelis wrote:
>>
>>> Maik,
>>>
>>> Are your GRASS and GDAL in standard directories? If not, if you only 
>>> did
>>> ./configure
>>> without specifying
>>> --with-grass=/your/path/to/grass/
>>>
>>> and
>>>
>>> --with-gdal=/your/path/to/gdal/bin/gdal-config
>>>  
>>>
>> I ran it this way. I think thats not the problem.
>>
>>> it will never work. In that case you might also need to make the 
>>> libraries accesible in /etc/ld.so.conf (and run "ldconfig" as root 
>>> after that)
>>>
>>>  
>>>
>> I have updated /etc/ld.so.conf and run ldconfig. It has no influence 
>> on the problem.
>>
>>> Hope this helps
>>>
>>> Hernán
>>>
>>>
>>> El Lunes 12 Diciembre 2005 11.13, Maik Trömel escribió:
>>>  
>>>
>>>> Hello GRASS-Users,
>>>>
>>>>
>>>> installing GRASS-6.0.1 from tar.gz I got a problem with 
>>>> gdal-grass-1.3.1.
>>>> I run:
>>>> ./configure  -> no problem
>>>> make -> no problem
>>>> make install (as root):
>>>>
>>>> [...]
>>>>
>>>>  
>>>>
>>>>> install -d /usr/lib/gdalplugins
>>>>> cp gdal_GRASS.so /usr/lib/gdalplugins
>>>>> cp: cannot stat `gdal_GRASS.so': No such file or directory
>>>>> make: *** [install] Error 1
>>>>>     
>>>>
>>>>
>>>> Anybody an idea what the problem could be?
>>>>
>>>> Thanks for help!
>>>>
>>>> Maik
>>>>   
>>>
>>>
>>>
>>>  
>>>
>>
>>
>
>
> Hamish wrote:
>
>>> installing GRASS-6.0.1 from tar.gz I got a problem with
>>> gdal-grass-1.3.1.
>>>   
>>
>>
>>
>> To begin with, try the gdal-grass-1.3.1.1 version. (there was a bug in
>> 1.3.1 release)
>>
>> http://www.gdal.org/dl/gdal-grass-1.3.1.1.tar.gz
>>
>>  
>>
> I tried it: Same problem.
>
>> Hamish
>>
>>  
>>
>
>
> Hernán De Angelis wrote:
>
>> Maik,
>>
>> Are your GRASS and GDAL in standard directories? If not, if you only did
>> ./configure
>> without specifying
>> --with-grass=/your/path/to/grass/
>>
>> and
>>
>> --with-gdal=/your/path/to/gdal/bin/gdal-config
>>  
>>
> I ran it this way. I think thats not the problem.
>
>> it will never work. In that case you might also need to make the 
>> libraries accesible in /etc/ld.so.conf (and run "ldconfig" as root 
>> after that)
>>
>>  
>>
> I have updated /etc/ld.so.conf and run ldconfig. It has no influence 
> on the problem.
>
>> Hope this helps
>>
>> Hernán
>>
>>
>> El Lunes 12 Diciembre 2005 11.13, Maik Trömel escribió:
>>  
>>
>>> Hello GRASS-Users,
>>>
>>>
>>> installing GRASS-6.0.1 from tar.gz I got a problem with 
>>> gdal-grass-1.3.1.
>>> I run:
>>> ./configure  -> no problem
>>> make -> no problem
>>> make install (as root):
>>>
>>> [...]
>>>
>>>  
>>>
>>>> install -d /usr/lib/gdalplugins
>>>> cp gdal_GRASS.so /usr/lib/gdalplugins
>>>> cp: cannot stat `gdal_GRASS.so': No such file or directory
>>>> make: *** [install] Error 1
>>>>     
>>>
>>>
>>> Anybody an idea what the problem could be?
>>>
>>> Thanks for help!
>>>
>>> Maik
>>>   
>>
>>
>>
>>  
>>
>
>




More information about the grass-user mailing list