R言語のパッケージrgeosは、geosライブラリの以前のインストールを必要とすることがわかっているため、Ubuntu 12.04(32ビット)マシンのシナプスインストーラーを使用して、libgeosとlibgeos-c1(3.2.2)の両方をインストールしました。
次に、Rコンソールからrgeosを直接インストールしようとしましたが、geos-configが見つからないという意味でメッセージを発行しました。出力は次のとおりです。
> install.packages("rgeos")
Installing package(s) into ‘/home/checo/R/i486-pc-linux-gnu-library/2.15’
(as ‘lib’ is unspecified)
also installing the dependency ‘sp’
probando la URL 'http://cran.rstudio.com/src/contrib/sp_1.0-9.tar.gz'
Content type 'application/x-gzip' length 882102 bytes (861 Kb)
URL abierta
==================================================
downloaded 861 Kb
probando la URL 'http://cran.rstudio.com/src/contrib/rgeos_0.2-19.tar.gz'
Content type 'application/x-gzip' length 221471 bytes (216 Kb)
URL abierta
==================================================
downloaded 216 Kb
* installing *source* package ‘sp’ ...
** package ‘sp’ successfully unpacked and MD5 sums checked
** libs
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c R centroid.c -o Rcentroid.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c gcdist.c -o gcdist.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c init.c -o init.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c pip.c -o pip.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c pip2.c -o pip2.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c sp_xports.c -o sp_xports.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c surfaceArea.c -o surfaceArea.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c zerodist.c -o zerodist.o
gcc -std=gnu99 -shared -o sp.so Rcentroid.o gcdist.o init.o pip.o pip2.o sp_xports.o surfaceArea.o zerodist.o -L/usr/lib/R/lib -lR
installing to /home/checo/R/i486-pc-linux-gnu-library/2.15/sp/libs
** R
** data
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
‘intro_sp.Rnw’
‘over.Rnw’
** testing if installed package can be loaded
* DONE (sp)
* installing *source* package ‘rgeos’ ...
** package ‘rgeos’ successfully unpacked and MD5 sums checked
configure: CC: gcc -std=gnu99
configure: CXX: g++
configure: rgeos: 0.2-17
checking for /usr/bin/svnversion... no
configure: svn revision: 394
checking geos-config usability...
./configure: line 1385: geos-config: command not found
no
configure: error: geos-config not usable
ERROR: configuration failed for package ‘rgeos’
* removing ‘/home/checo/R/i486-pc-linux-gnu-library/2.15/rgeos’
Warning in install.packages :
installation of package ‘rgeos’ had non-zero exit status
私の無知を許しますが、このファイル「geos-config」がどこから来たのかわかりません:上記のgccコンパイルによって生成されるべきか、またはlibgeosライブラリがインストールされたときに以前にインストールされるべきですか?
別のマシンから、「geos-config」は実行可能ファイルであり、/ usr/binにインストールする必要があることを知りました。
私の手順の何が悪いのかご存知ですか?
おかげで、
-セルジオ。
libgeos-devをインストールします お好みのパッケージマネージャー(またはソフトウェアセンター)でパッケージを作成すると、/usr/bin/geos-config
になります。
これはどうやって見つけたの? http://packages.ubuntu.com/ ウェブページ上のファイルにクエリgeos-config
を使用しました。これにより、必要なパッケージがリストされます( query link )。次回同様の問題が発生したときに使用してください!
OPは特定のディストリビューションに名前を付けていないため、gos-configをCENTOS(RHELおよびAmazon Linuxなど)にインストールするために必要な行は次のとおりです:yum install -y geos-devel