stephen sefick wrote:
> Error in firstlib(which.lib.loc, package) :
>   Tcl/Tk support is not available on this system
> Error : package 'tcltk' could not be loaded
> 
> Ubuntu 9.10
> I have both the 8.5 and 8.4 tcl and tk regular and dev libraries
> installed.  I need both of these because some of my GIS software
> requires the 8.4 libraries.  Should I remove the 8.5 libraries, or ...
> 
> All help is greatly appreciated!
> regards,
> 

Is this "stock R" or one you compiled yourself? What does capabilities()
say about tcltk?

I don't use Ubuntu, and it is a bit hard to know what kinds of messes
distibution maintainers might cook up, but if capabilities() claims that
tcltk should work, then I might take a look at

ldd /usr/lib64/R/library/tcltk/libs/tcltk.so

or whatever the counterpart is on your system. And also check that
you're not accidentally setting things like LD_LIBRARY_PATH to the wrong
thing in your shell environment.
-- 
   O__  ---- Peter Dalgaard             Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalga...@biostat.ku.dk)              FAX: (+45) 35327907

______________________________________________
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.

Reply via email to