You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Problema con RStudio

Author (Read 14970 times)

0 Members and 2 Guests are viewing this topic.

Re: Problema con RStudio
« Reply #2 on: June 23, 2019, 10:40:17 AM »
 

Moltke

  • Moderator
  • Platinum Level Poster
  • *****
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
Hola, recientemente me pasé a linux e instalando los programas de uso habitual me encuentro con un error al tratar de abrir RStudio, sale el siguiente mensaje: "R shared library (/usr/local/lib/R/lib/libR.so) not found. If this is a custom build of R, was it built with the --enable-R-shlib option?" ¿como podría solucionar esto?

Hola @Juan Mendoza y bienvenido al foro. Según dice aquí http://r.789695.n4.nabble.com/R-shared-library-usr-lib64-R-lib-libR-so-not-found-td4751928.html#a4751936 un usuario esto le funcionó:

Copiar el archivo libR.so de  /usr/lib/R/lib a /usr/lib64/R/lib. Abre una terminal y escribe lo siguiente
Code: [Select]
cp /usr/lib/R/lib/libR.so /usr/lib64/R/lib O si prefieres usar el explorador de archivos, desde una terminal escribe
Code: [Select]
gksu thunar te pedirá tu contraseña de sudo, escribela y una vez en thunar ve al directorio /usr/lib/R/lib busca el archivo libR.so, haz clic derecho sobre el y selecciona copiar, ve a /usr/lib64/R/lib y pega el archivo allí.

Espero esto te sea de ayuda! :)
« Last Edit: June 23, 2019, 10:50:01 AM by Moltke »
Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Problema con RStudio
« Reply #1 on: June 19, 2019, 02:24:28 AM »
 

Juan Mendoza

  • New to Forums
  • *
  • 1
    Posts
  • Reputation: 0
    • View Profile
Hola, recientemente me pasé a linux e instalando los programas de uso habitual me encuentro con un error al tratar de abrir RStudio, sale el siguiente mensaje: "R shared library (/usr/local/lib/R/lib/libR.so) not found. If this is a custom build of R, was it built with the --enable-R-shlib option?" ¿como podría solucionar esto?
« Last Edit: May 17, 2020, 05:37:12 PM by Moltke »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section