[ 
https://issues.apache.org/jira/browse/ARROW-17531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585037#comment-17585037
 ] 

Kouhei Sutou edited comment on ARROW-17531 at 8/26/22 12:32 AM:
----------------------------------------------------------------

{noformat}
> sessionInfo()R version 4.0.2 (2020-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)

Matrix products: default
BLAS/LAPACK: 
/opt/intel/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8  
      LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_US.UTF-8    
LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                  LC_ADDRESS=C         
      LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C 
      

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.0.2 tools_4.0.2    packrat_0.6.0 
{noformat}
Here's the session info


was (Author: JIRAUSER294961):
``
> sessionInfo()R version 4.0.2 (2020-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)

Matrix products: default
BLAS/LAPACK: 
/opt/intel/compilers_and_libraries_2019.5.281/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8  
      LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_US.UTF-8    
LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                  LC_ADDRESS=C         
      LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C 
      

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.0.2 tools_4.0.2    packrat_0.6.0 
```
Here's the session info

> /lib64/libm.so.6: version `GLIBC_2.27' not found
> ------------------------------------------------
>
>                 Key: ARROW-17531
>                 URL: https://issues.apache.org/jira/browse/ARROW-17531
>             Project: Apache Arrow
>          Issue Type: Bug
>         Environment: R/4.0.2 R (4.0.2 x86_64-pc-linux-gnu x86_64 linux-gnu)
>            Reporter: Net Zhang
>            Priority: Major
>
> Hi, I've followed the [instructions 
> |https://cran.r-project.org/web/packages/arrow/vignettes/install.html]to 
> install the arrow R package on a Linux machine. 
> {noformat}
> options(
>   HTTPUserAgent =
>     sprintf(
>       "R/%s R (%s)",
>       getRversion(),
>       paste(getRversion(), R.version["platform"], R.version["arch"], 
> R.version["os"])
>     )
> )
> install.packages("arrow", repos = 
> "https://packagemanager.rstudio.com/all/__linux__/focal/latest";)
> {noformat}
> The installation was successful but when I load the library I received error 
> message indicating 
> {noformat}
> /lib64/libm.so.6: version `GLIBC_2.27' not found
> {noformat}
> Here's my full log, containing machine information
> {noformat}
> > HTTPUserAgent =
> +     sprintf(
> +         "R/%s R (%s)",
> +         getRversion(),
> +         paste(getRversion(), R.version["platform"], R.version["arch"], 
> R.version["os"])
> +     )
> > HTTPUserAgent
> [1] "R/4.0.2 R (4.0.2 x86_64-pc-linux-gnu x86_64 linux-gnu)"
> > install.packages("arrow", repos = 
> > "https://packagemanager.rstudio.com/all/__linux__/focal/latest";)
> Installing package into 
> ‘/users/PZS1008/netzhang/R/x86_64-pc-linux-gnu-library/4.0’
> (as ‘lib’ is unspecified)
> trying URL 
> 'https://packagemanager.rstudio.com/all/__linux__/focal/latest/src/contrib/arrow_9.0.0.tar.gz'
> Content type 'binary/octet-stream' length 34655538 bytes (33.1 MB)
> ==================================================
> downloaded 33.1 MB
> * installing *binary* package ‘arrow’ ...
> * DONE (arrow)
> The downloaded source packages are in
>     ‘/tmp/RtmpUfdX4s/downloaded_packages’
> > library(arrow)
> Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath 
> = DLLpath, ...):
>  unable to load shared object 
> '/users/xxxxxx/R/x86_64-pc-linux-gnu-library/4.0/arrow/libs/arrow.so':
>   /lib64/libm.so.6: version `GLIBC_2.27' not found (required by 
> /users/xxxxxx/R/x86_64-pc-linux-gnu-library/4.0/arrow/libs/arrow.so)
> In addition: Warning message:
> package ‘arrow’ was built under R version 4.0.5 
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to