Skip to content

ggobi install

3 messages · Mark Ungrin, Michael Bibo, Michael Lawrence

#
hi - not sure if this is the right spot to ask for help on this, 
probably a basic question...

I am trying to install ggobi on R running on Ubuntu Hardy - I am new to 
both Linux & R so the answer may be obvious & I'm just missing it. I 
have installed GGobi via synaptic, but trying to install rggobi I get 
the following error - there's some path problem but I don't fully 
understand the error message:
please let me know

thanks!

Mark

--
#
Mark Ungrin <mark.ungrin <at> utoronto.ca> writes:
Mark,

The first thing I would look at is whether there are any "*-dev" packages in
synaptic for the libraries etc that are 'missing'.  These -dev packages contain
the header files and are not necessary for running the application, but are
necessary for installing other apps from source that interact with them.  
This is a surprisingly little-advertised issue with Linux packaging that I found
out about from the R installation manual. 

Michael Bibo