Displaying 4 results from an estimated 4 matches for "apsey".
Did you mean:
apse
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
2006 May 17
1
RMySQL loading error
i was able to install DBI and RMySQL cleanly. I get the error below on
"library('RMySQL')".
The file it is complaining about is located in /usr/lib/mysql/, where is
R trying to load it from? Tried a symlink into /usr/local/lib/mysql to
no avail. thx. -P
Loading required package: DBI
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared
2005 Oct 18
1
logcheck.ignore issues
Hi,
I have been successful in the past using the logcheck.ignore file to not
have logcheck email me on certain logs syntax.
For example:
ntpd.*: exiting
My problem is with :
named*: lame server resolving
or
named*: lame server*
or
named*:*lame
in logcheck.ignore
I still get messages in email looking like:
> Unusual System Events
> =-=-=-=-=-=-=-=-=-=-=
> Oct 17 22:00:01 linga
2006 Mar 10
0
[Re: tcltk loading in R-2.2.1 from src]
Hi,
I believe configure was not finding tk.h, because tk-devel rpm was not
available on the given host. Thanks Erik and Peter for the suggestions
on checking tk.h and stdout of ./configure.
Just one further question for Peter>
"Well, the package is there, as a stub to tell you that it doesn't
work...."
So then how can you confirm from the library() output (or elsewhere) if