Nikos, > To me it seems that _currently_ the source 2.9.1 R fails to support rpy2 > compilation (or I just compile/install it in the wrong way) and the > binaries (deb's) fail to support comilation/installation of "spgrass6". If you're going to compile R from source, you need to make sure to configure with shared libraries enabled for Rpy2 to work properly. I didn't see whether you had done this earlier or not...
$ ./configure --enable-R-shlib $ make $ make install Cheers, Carson > > Ubuntu-users, can you execute "G<-gmeta6()" in latest R-2.9.1 installed > from ubuntu repositories for Ubuntu Jaunty (64-bit)? > > Thanks, Nikos > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > -- Carson J. Q. Farmer ISSP Doctoral Fellow National Centre for Geocomputation (NCG), National University of Ireland, Maynooth, Email: [email protected] Web: http://www.carsonfarmer.com/ http://www.ftools.ca/ On 7/28/09, Nikos Alexandris <[email protected]> wrote: > To me it seems that _currently_ the source 2.9.1 R fails to support rpy2 > compilation (or I just compile/install it in the wrong way) and the > binaries (deb's) fail to support comilation/installation of "spgrass6". > > Ubuntu-users, can you execute "G<-gmeta6()" in latest R-2.9.1 installed > from ubuntu repositories for Ubuntu Jaunty (64-bit)? > > Thanks, Nikos > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > -- Carson Farmer National Centre for Geocomputation John Hume Building, National University of Ireland, Maynooth, Maynooth, Co. Kildare, Ireland. www.carsonfarmer.com _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
