Open dmi3kno opened 5 years ago
I am trying to install krb5 and I am getting
krb5
k.c:1:18: fatal error: krb5.h: No such file or directory #include <krb5.h>
I understand that krb5 library (in C) is not included, and I wonder if it would be possible to provide some instructions for how to compile this useful library.
Try running this in a shell before installing: apt-get install libkrb5-dev
apt-get install libkrb5-dev
edit: I just realized you are using Windows. This may only work on Linux.
I am trying to install
krb5
and I am gettingI understand that krb5 library (in C) is not included, and I wonder if it would be possible to provide some instructions for how to compile this useful library.
sessionInfo()
```r R version 3.5.3 (2019-03-11) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 [3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] reticulate_1.12 loaded via a namespace (and not attached): [1] Rcpp_1.0.1 rstudioapi_0.10 magrittr_1.5 knitr_1.22 [5] hms_0.4.2 odbc_1.1.6 bit_1.1-14 lattice_0.20-38 [9] R6_2.4.0 rlang_0.3.4.9002 blob_1.1.1 tools_3.5.3 [13] pkgbuild_1.0.3 grid_3.5.3 xfun_0.6 cli_1.1.0 [17] DBI_1.0.0 withr_2.1.2 remotes_2.0.4 rprojroot_1.3-2 [21] assertthat_0.2.1 bit64_0.9-7 RPostgreSQL_0.6-2 crayon_1.3.4 [25] processx_3.3.0 Matrix_1.2-15 callr_3.2.0 ps_1.3.0 [29] curl_3.3 compiler_3.5.3 backports_1.1.4 prettyunits_1.0.2 [33] jsonlite_1.6 pkgconfig_2.0.2 ```