I run R on a Fedora 23 64bit , I encounter this problem *WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version: 1.2-2 * when trying to load library("rgdal", lib.loc="~/R/x86_64-redhat-linux-gnu-library/3.2") and also ogr . can any one help me in fixing this issue please Thanks in advance Irenge B. Jules MSC student @ Liverpool University email : jbi.octave at gmail.com Tel No 07405834974 U.K. [[alternative HTML version deleted]]
You probably need to install header files and rebuild 'rgdal'. To get the R GIS stack to work, you need the '-devel' packages for 'geos', 'gdal' and 'proj'. On Fri, Feb 12, 2016 at 7:24 PM Jules Bashizi <jbi.octave at gmail.com> wrote:> I run R on a Fedora 23 64bit , > > I encounter this problem > > > *WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version: > 1.2-2 * > > when trying to load library("rgdal", > lib.loc="~/R/x86_64-redhat-linux-gnu-library/3.2") and also ogr . > > can any one help me in fixing this issue please > > Thanks in advance > > > > Irenge B. Jules > MSC student @ Liverpool University > email : jbi.octave at gmail.com > Tel No 07405834974 > U.K. > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Fedora mailing list > R-SIG-Fedora at r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-fedora >-- How many people can stand on the shoulders of a giant before the giant collapses? [[alternative HTML version deleted]]
Jules Bashizi <jbi.octave at ...> writes:> > I run R on a Fedora 23 64bit , > > I encounter this problem > > *WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version: > 1.2-2 *When this person posted simulatneously on the PROJ4 issues on github, I replied that his problem is a defective PROJ4 rpm (4.9.0 and 4.9.1 were released without an important metadata file in the source, so packagers also missed it). That reply is at: https://github.com/OSGeo/proj.4/issues/351#issuecomment-183581132> > when trying to load library("rgdal", > lib.loc="~/R/x86_64-redhat-linux-gnu-library/3.2") and also ogr . > > can any one help me in fixing this issue pleaseSimple googling for proj_defs.dat, or installing PROJ 4.9.2, would have solved the problem, but the OP has chosen to splatter multiple poorly chosen places with poorly formed questions. For Windows and OSX CRAN binaries, we can do (and did) handholding for this upstream blunder, but users installing from source do need to watch their external dependencies. Resolution as given on github: install the missing file by hand, or upgrade PROJ to 4.9.2 Roger PS. The subject line is about as non-informative as possible, and the post was HTML - read the posting guide?> > Thanks in advance > > Irenge B. Jules