tomoakin / RPostgreSQL

Automatically exported from code.google.com/p/rpostgresql
64 stars 20 forks source link

Unable install on aarch64 #93

Closed kansoftware closed 2 years ago

kansoftware commented 6 years ago

Thank you for your great package! But, we have trouble on new architectures as it aarch64. Please, update files config.guess, config.sub to current version.

Solution:

cd RPostgreSQL/src/ wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'

git commit -a -m "update files config.guess, config.sub to current version" git push -u origin master

:)