Ошибка rsconnect (& установка PKI) - PullRequest
1 голос
/ 06 марта 2019

я пытаюсь установить rsconnect для подключения к shinyapps.io для онлайн-хостинга.Это мое первое приложение, поэтому терпите меня.

при установке rsconnect через:

install.packages("rsconnect")

оно запускается при установке с проверками и т. Д .:

checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... no
configure: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: openssl/ssl.h: proceeding with the compiler's result
checking for openssl/ssl.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... no
configure: WARNING: openssl/rsa.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: openssl/rsa.h: proceeding with the compiler's result
checking for openssl/rsa.h... yes
checking for library containing RSA_generate_key_ex... no
configure: error: Cannot find usable crypto library
ERROR: configuration failed for package ‘PKI’
* removing ‘/cnN0dWRpby1yYWNoYW5kR/x86_64-pc-linux-gnu-library/3.5/PKI’
Warning in install.packages :
  installation of package ‘PKI’ had non-zero exit status
ERROR: dependency ‘PKI’ is not available for package ‘rsconnect’
* removing ‘/cnN0dWRpby1yYWNoYW5k/R/x86_64-pc-linux-gnu-library/3.5/rsconnect’
Warning in install.packages :
  installation of package ‘rsconnect’ had non-zero exit status

Aзависимость от PKI, кажется, убивает эту установку.Установка PKI отдельно, хотя

install.packages("PKI")

также завершается неудачей с предупреждением

configure: error: Cannot find usable crypto library
ERROR: configuration failed for package ‘PKI’

Я работаю на виртуальной машине предприятия, к которой у меня нет нормального доступа, но я могу использовать только установленные приложенияв нем.К сожалению, у меня нет доступа к терминалу VM.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...