Re: [R] GeoXp package

2009-06-26 Thread epoizot
Hi, I resolved partially my problem, by adding the path of the grass library where is located libgrass_I.so. So I add the following line to my .bashrc file: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr.lib/grass/lib Now, I can install and load rgdal and GeoXp libraries from R. Thanks for your he

Re: [R] GeoXp package

2009-06-26 Thread Roger Bivand
The problem is that the binary Ubuntu install of gdal has not made sure that its dependencies are properly satisfied, so you'll need to do this manually. You can also make sure that the directory the GRASS libraries are found in is seen by ldconfig, either that or making sure that your running R s

Re: [R] GeoXp package

2009-06-25 Thread epoizot
Zeljko Vrba wrote: > > On Wed, Jun 10, 2009 at 08:21:06AM +0200, Poizot Emmanuel wrote: >> Error in fun(...) : >>GDAL Error 1: libgrass_I.so: Ne peut ouvrir le fichier d'objet >> partagé: Aucun fichier ou dossier de ce type (sorry for the french :) ) >> > > It would have been far more

Re: [R] GeoXp package

2009-06-10 Thread Zeljko Vrba
On Wed, Jun 10, 2009 at 08:21:06AM +0200, Poizot Emmanuel wrote: > Error in fun(...) : >GDAL Error 1: libgrass_I.so: Ne peut ouvrir le fichier d'objet > partagé: Aucun fichier ou dossier de ce type (sorry for the french :) ) > It would have been far more useful had you translated the error

[R] GeoXp package

2009-06-10 Thread Poizot Emmanuel
Dear all, I would like to use GeoXp package under Ubuntu Jaunty. I did install the required package GeoXp, for which I had to install before rgdal package. So when done, I want to load the library (library(GepXp), I got the error when GeoXP want to load rgdal package: > library(sp) > library(