[EMAIL PROTECTED] ~]$ cd /usr/lib
[EMAIL PROTECTED] lib]$ ls -l libR*
-rw------- 1 bcdesai bcdesai 237828 Apr 15 18:10 libRmath.a
lrwxrwxrwx 1 root root 17 Apr 15 18:12 libRmath.so -> libRmath.so.1.0.0
lrwxrwxrwx 1 root root 17 Apr 15 18:12 libRmath.so.1 -> libRmath.so.1.0.0
-rw------- 1 bcdesai bcdesai 114084 Apr 15 18:10 libRmath.so.1.0.0



Permissions?


Are you logged in as user 'bcdesai'? Because only that username can read the libRmath files in /usr/lib.

If you are logged in as bcdesai and its still not working, then it wouldn't surprise me if linux was paranoid enough to not allow you to link to libraries not owned by 'root' in /usr/lib.

So, change the owner to root and the permissions to 755 and try again. You may need your friendly local sysadmin to do this. Or 'bcdesai'.

Baz

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to