1

I am receiving the following error:

Error: sslmode value "require" invalid when SSL support is not compiled in Execution halted Warning in install.packages : installation of package ‘broom’ had non-zero exit status

I get this error when I try to install the following packages:

 library(RPostgres)
 install.packages(c("broom", "cli", "data.table", "pillar", "pkgload", "quantreg",
                    "RcppParallel", "renv", "rmarkdown", "WriteXLS"))

I am running Rstudio(Version 1.3.1073) on MacOS 11.2.1 on the following machine:

Model Name: MacBook Pro
  Processor Name:   Quad-Core Intel Core i5
  Processor Speed:  2.4 GHz
  Number of Processors: 1
  Total Number of Cores:    4
  L2 Cache (per Core):  256 KB
  L3 Cache: 6 MB
  Hyper-Threading Technology:   Enabled
  Memory:   8 GB

HELP??

IRTFM
  • 258,963
  • 21
  • 364
  • 487
Patella
  • 61
  • 4
  • When I paste a portion of the error message into Google, I get this as the first hit: https://stackoverflow.com/questions/36186935/postgres-sslmode-value-require-invalid-when-ssl-support-is-not-compiled-using – IRTFM Feb 25 '21 at 19:42
  • Thanks that's one I haven't found. – Patella Feb 27 '21 at 01:24

0 Answers0