i am trying to install rjava in Rstudio following libraries show error -lpcre2-8, -lbz2, -lz
Any solution to solve these? Not getting any luck on other sites and there solutions provided by various geeks. System : ubuntu-20.04
error code:
/usr/bin/ld: cannot find -lpcre2-8
/usr/bin/ld: cannot find -lbz2
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
/usr/bin/ld: cannot find -llzma: No such file or directory, addingliblzma-devto the above list as recommended here helps :-) – fdetsch Apr 23 '24 at 14:34