Hi, Have installed Ubuntu packages for R by adding: deb http:///bin/linux/ubuntu hardy/ to my /etc/apt/sources.list file and using: sudo apt-get update sudo apt-get install r-base
I understand that to enable shlib I need to download source files to my home directory. When I run apt-get source r-base I get the message: You must put some 'source' URIs in your sources.list Fair enough! Does anyone out there know how I can do this (what are the URI's)? Dont they come with the instalation? I think then that, once I have the source, I just run: apt-get source r-base again and then: ./configure ./configure --enable-R-shlib (I already have X11 installed) Sound correct? Thanks a million! -- View this message in context: http://r.789695.n4.nabble.com/enable-shlib-for-RPy2-where-is-source-file-tp3395836p3395836.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.