Skip to content
Prev 68562 / 398506 Next

installing R-2.1.0 from source on Fedora Core 3 with tclt k

On Tue, 2005-04-26 at 09:05 -0400, Jonathan Baron wrote:
Logging in and out should not be needed. The header files (installed
from the 'devel' RPMS) are installed in standard locations on Linux
(ie. /usr/include) as are the libraries (ie. /usr/lib) and these are
usually picked up by the configure script.

There is really nothing in terms of "environment" variables for example,
that would need to get updated via a logout/login cycle. Unlike Windows,
which for example can require a full re-boot when certain components get
installed, about the only time Linux needs a re-boot is to utilize a new
kernel. Otherwise the majority of system updates are done "hot".

When building from source, I do it all as a regular user and as you
reference above, then 'su' to root for the installation.

Best regards,

Marc Schwartz