[R] rgl build warnings and loading error on Linux

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Apr 9 21:30:34 CEST 2008


Right, that shows that the rgl configure script is not being run and no 
linking is being done to any GL libraries.

I've never seen that.  Is there something unusual about the filesystem so 
it does not recognize rgl/configure is executable?  (We've seen that on 
SMB filesystems with the wrong mount options.)

What I suggest you try is

- unpack the rgl tarball.
- cd rgl
- R CMD ./configure
- cd ..
- R CMD INSTALL rgl

Hopefully that will either configure or explain why it is not being run.


On Wed, 9 Apr 2008, Liviu Andronic wrote:

> Dear Duncan and Brian,
> thank you for the quick replies. Please see bellow.
>
> On Wed, Apr 9, 2008 at 6:11 PM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
>> We'll need to see the output from install.packages("rgl") to have much idea:
>>
>
> localhost liviu # R CMD INSTALL "/home/liviu/inst/dwn_R/rgl_0.77.tar.gz"
> [ http://www.geocities.com/landroni/rgl_build.txt ]
>
>>  R CMD ldd /usr/lib/R/library/rgl/libs/rgl.so
>>
>
> localhost liviu # R CMD ldd /usr/lib/R/library/rgl/libs/rgl.so
> 	linux-gate.so.1 =>  (0xffffe000)
> 	libR.so => /usr/lib/R/lib/libR.so (0xb7c9a000)
> 	libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6
> (0xb7b92000)
> 	libm.so.6 => /lib/libm.so.6 (0xb7b6c000)
> 	libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1
> (0xb7b60000)
> 	libc.so.6 => /lib/libc.so.6 (0xb7a2f000)
> 	libblas.so.0 => /usr/lib/libblas.so.0 (0xb79dd000)
> 	libgfortran.so.1 =>
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgfortran.so.1 (0xb7962000)
> 	libreadline.so.5 => /lib/libreadline.so.5 (0xb7930000)
> 	libpcre.so.0 => /usr/lib/libpcre.so.0 (0xb7909000)
> 	libbz2.so.1 => /lib/libbz2.so.1 (0xb78f9000)
> 	libz.so.1 => /lib/libz.so.1 (0xb78e6000)
> 	libdl.so.2 => /lib/libdl.so.2 (0xb78e2000)
> 	/lib/ld-linux.so.2 (0x80000000)
> 	libncurses.so.5 => /lib/libncurses.so.5 (0xb789e000)
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list