Under the 2.5 Sub-architectures section it talks about X86_64 architecture for Linux. 1. tar -zxvf R-2.3.0.tar.gz 2. changed the directory to the newly created directory R-2.3.0 3. Typed ./configure 'r_arch=name' 4. Typed make 5. Make check 6. make check-all 7. Typed make install 8. Typed R I get the error message. Fatal error: unable to open the base package My Server Archeitecute is X86_64 -bash-2.05b# rpm -q --qf '%{ARCH}\n' zlib x86_64 [[alternative HTML version deleted]]
"Pramod Anugu" <pramod.r.anugu at jsums.edu> writes:> Under the 2.5 Sub-architectures section it talks about X86_64 architecture > for Linux. > 1. tar -zxvf R-2.3.0.tar.gzIt seems like you are following the right steps. I would try downloading a new tarball, you can get R-2.3.1 which will have bug fixes.