Re: [R] Problem in installing packages on linux machine...

2007-09-09 Thread Carsten Jaeger
Your problem is not related to missing file permissions but to a problem with the linker (ld). As you can see from the error message, ld cannot find a compatible libR.so so compilation fails. You did not specify which architecture you're on but in case it is a 64-bit platform, the following thread

Re: [R] Problem in installing packages on linux machine...

2007-09-08 Thread tkobayas
Hi, I am trying to install RSQLite package on my Fedora workstation. I tried to install other packages as well, but each time I got the same error messages saying compilation error and non zero exit status. Do I have to specify lib=? I never specified the library path before when I was using

Re: [R] Problem in installing packages on linux machine...

2007-09-08 Thread Henrique Dallazuanna
Hi, try install packages whit 'sudo'. $sudo R -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40 S 49° 16' 22 O On 08/09/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am trying to install RSQLite package on my Fedora workstation. I tried to install other packages as well,

Re: [R] Problem in installing packages on linux machine...

2007-09-08 Thread tkobayas
Hi, Still got the same error message. I did su R when I got the error message for the first time. I have never seen this error message. I will be googling for solutions as well... Thank you. Quoting Henrique Dallazuanna [EMAIL PROTECTED]: Hi, try install packages whit 'sudo'. $sudo R