Displaying 20 results from an estimated 10000 matches similar to: "Installing from RPM on Red Hat 9"
2003 Sep 23
2
Typical R installation problem
Dear Peter,
I don't know if this is the proper way to ask for help installing R, but if
not, I presume you can pass this on to the appropriate place.
I'm trying to install the latest binary on Redhat 9, and keep getting the same
error message no matter what I try.
[root at localhost mhu]# rpm -i R-1.7.1-1.i386.rpm
warning: R-1.7.1-1.i386.rpm: V3 DSA signature: NOKEY, key ID
2003 Apr 17
2
R Install problems with Redhat 9 : "tcl.so" versus "tcl.so.0"
Hi,
I'm having problems with a R Redhat Linux install. Please bear with me,
I've only been working with Linux for about a week here.
I have Redhat Linux 9 running on a recent Pentium machine. Here's the
install, showing I'm running kernel release 2.4.20-6.
[root at localhost root]# uname -a
Linux localhost.localdomain 2.4.20-6 #1 Thu Feb 27 10:06:59 EST 2003 i686
i686 i386
2003 Jan 02
2
unable to install redhat 8.0 rpm
I've just installed Redhat 8.0 + latest updates on a Intel PC and am
trying to install the R 1.6.1-2 rpm but get the following:
# rpm -i R-1.6.1-2.i386.rpm
warning: R-1.6.1-2.i386.rpm: V3 DSA signature: NOKEY, key ID 97d3544e
error: Failed dependencies:
libtcl.so.0 is needed by R-1.6.1-2
libtk.so.0 is needed by R-1.6.1-2
What am I missing?
Hubert
--
Hubert Wong, PhD
2007 Nov 06
1
library(tcltk) fails
Dear list,
I cannot load the tcltk library:
> library(tcltk)
Loading Tcl/Tk interface ... Error in fun(...) :
Can't find a usable tk.tcl in the following directories:
/usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library ./tk8.4.16/library
This probably means that tk wasn't
2010 Sep 01
1
Installing a Tcl/Tk Extension on OSX
Dear R-Community,
I need the Img tk extension for my R package. It all works on my Ubuntu
machine (libtk-img). However I experience a great deal of trouble when I
try to install the package on OSX 10.5 or 10.6 (in fact I'm not able to
do it).
As I understand it, the ActiveTcl with it's teacup package manager do
not have an effect on the the x11 tcl installation which R accesses.
MacPorts
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
Hi,
I've been trying to install R on Red Hat Linux 9 for some
potential users of my R/TclTk application. I tried using the
rpm for R 1.7.1 for Red Hat Linux 9. It told me that I needed:
libtcl8.3.so
so I looked for a binary release of Tcl 8.3.x on
http://www.tcl.tk/software/tcltk/8.3.html
but found that the link to the Tcl 8.3.x binaries pointed to
ActiveTcl 8.4.x . I couldn't see
2001 Dec 17
2
help with library(tcltk)
Hi All,
I have tried several times to run this library and I get the following
message:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
invalid command name "tcl_findLibrary"
Error in library(tcltk) :
.First.lib failed
>
I have checked either the tcl and tk libraries and they are correctly
installed (/usr/lib/). I have other program (Grass) that make
2003 Sep 25
0
Red Hat 9 RPM requirements
I've just added this section to the ReadMe file that accompanies the Red
Hat 9 RPMS. I hope this will save people some trouble in the future.
Martyn
Requirements
------------
Some people have experienced problems satisfying the dependencies
of the R RPM. Here is a complete list of requirements, the RPMS
that provide them and where to find them on the 3-disk install set.
Requirement
2004 May 19
1
Building R on Fedora Core 2 from the src rpm
Hi,
The libtk8.3 dependencies in the R-1.9.0 rpm generate apt conflicts
after an upgrade from Fedora Core 1 to Fedora core 2.
In trying to rebuild the rpm from the source rpm provided on CRAN,
the build fails when it comes time to compile
src/modules/X11/dataentry.c
you get many errors of the form :
> In file included from dataentry.c:34:
> /usr/X11R6/include/X11/Xlib.h:1400: error:
2012 Sep 11
4
ubuntu 12.04 install issues
Hello:
I have a new install of Ubuntu 12.04. I have tried to install R via source,
apt-get, and the deb packages from a cran mirror. Each of these had issues.
I followed the secure apt key install. The apt-get and deb installs each
have the same error. So, let's ignore the source install for now. This is the error:
>> sudo dpkg -i r-base-core_2.15.1-1precise2_i386.deb
(Reading
2005 Dec 14
3
R-beta: configure problem (tcltk) on 64 bit Red Hat EL
Dear developeRs,
I use Red Hat Enterprise Linux WS release 4 (Nahant Update 2) on an
x86_64 machine (two Intel P4 CPUs with 64 bit support), and
R-beta_2005-12-12_r36712.tar.gz.
If I run configure without any options, it does not list tcltk among
the supported interfaces:
./configure
[...]
R is now configured for x86_64-unknown-linux-gnu
Source directory: .
Installation directory:
2003 Feb 11
3
Tcl/Tk support is not available on this system.
I am trying to get R to run on a Red Hat 8 system, I am running R version
1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the
data_sets directory I get the error message;
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in fileBrowser(textToShow = "Choose one CDF file" , nSelect = 1, :
tcl/tk library not available
2003 May 26
4
"Tcl/Tk support is not available on this system, " RH 9, R 1.7.0-1
In trying to run John Fox's new Rcmdr package on Redhat Linux 9,
I got this error message. The problem is in loading the tclck
library. library(tcltk) produces the same error. It has been
discussed before, e.g.,
http://finzi.psych.upenn.edu/R/Rhelp02/archive/11898.html but
with respect to earlier versions of Linux and R.
I tried updating to the latest RPMs of tcl and tk (8.3.5-89), but
that
2006 Mar 09
2
tcltk loading in R-2.2.1 from src
Hi,
Having trouble loading tcltk in R 2.2.1 built from source.
./configure, make, make check, and make install run ok.
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in library(tcltk) : .First.lib failed for 'tcltk'
even though it is listed in library() output.
I have the same problem even if i compile
2002 Jun 13
3
installing R on Red Hat 7.1
Hello,
I'm having trouble installing R from the binary to my red hat 7.1 box.
There are 2 rpm files on the web site:
R-base-1.5.0-1.i386.rpm
R-recommended-1.5.0-1.i386.rpm
When I did:
> rpm -ivh R-recommended-1.5.0-1.i386.rpm
error: failed dependencies:
R-base = 1.5.0 is needed by R-recommended-1.5.0-1
libblas.so.3 is needed by R-recommended-1.5.0-1
libR.so is needed by
2008 Aug 08
2
Tcl\tk not supported on this system
In trying to install the pbatR package, I was greeted with the error
Error: package 'tcltk' does not have a name space
Execution halted
Directly installing the package tcltk2 returned the following error:
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
I have seen from previous posts that tcl/tk must be
2001 Dec 22
0
Re: R-1.4.0 for MacOS X
Hy Jan,
I'll put a copy on cran today. Thanks.
stefano
>
> Get it from ftp://gifi.stat.ucla.edu in pub.
>
> This contains the base files plus the recommended packages (except
> rpart,
> which does not compile yet).
>
> It is compiled under MacOS X 10.1.2 with the December 2001 version
> of
> the Developer Tools, and with g77 from fink.sourceforge net.
2005 May 29
6
R GUI for Linux?
Hello all,
I noticed that both Windows and OS X version of R have a GUI
(Rconsole). Is there a GUI for Linux? I'm running Debian on which
the CLI for R works just fine.
Regards,
- Robert
2018 Nov 02
17
Red Hat is Planning To Deprecate KDE on RHEL By 2024
https://www.theregister.co.uk/2018/11/02/rhel_deprecates_kde/
That's still several years in the future, of course.
I use Mate on all of my machines rather than Gnome or KDE and I'm sure
many of you fine folks do the same.
But it's interesting nonetheless.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2007 Apr 30
6
Installing puppetmasterd, puppetd as services under Red Hat, CentOS
Hi,
Since I''ve installed ruby and ruby-gems from source, then installed
facter and puppet as gems, I don''t get the usual startup scripts shipped
with RPMs.
Rebuilding the ruby RPM is painful, mostly because Red Hat (and pretty
much every vendor) have this tendency to include random files and patch
the living daylights out of a perfectly good source package so that
converting