Error installing PKI package in R

后端 未结 2 1754
孤街浪徒
孤街浪徒 2021-01-13 16:36

I\'d like to publish a slidify presentation in RPubs but it requires PKI and rsconnect packages.

I\'m having this error message when trying to install PKI package in

相关标签:
2条回答
  • 2021-01-13 17:12

    On Ubuntu, you need to install libssl-dev in order to install the header files for SSL.:

    sudo apt-get install libssl-dev

    or via Synaptic.

    It's probably a good idea to also install libcurl4-openssl-dev, which last I checked you needed for the related package RCurl.

    0 讨论(0)
  • 2021-01-13 17:34

    I have the same problem, but for RHEL. I have sudo yum install openssl-devel and problem solved!

    0 讨论(0)
提交回复
热议问题