-----Original Message-----
From: Simon Urbanek [mailto:simon.urbanek at r-project.org]
Sent: Friday, March 24, 2006 8:04 AM
To: Matthew Beason
Cc: r-devel at r-project.org
Subject: Re: [Rd] R make install and demo(graphics) issue
Matthew,
On Mar 20, 2006, at 1:52 PM, Matthew Beason wrote:
Thanks! That resolved the "make install" issue. However, after
installation when running "demo(graphics)" or "png()" from
get the following error:
[...]
unable to load shared library '/usr/local/R/lib/R/modules/R_X11.so':
Could not load module /usr/local/R/lib/R/modules/R_X11.so.
Dependent module
/usr/java14/jre/bin/libjpeg.a(libjpeg.so.62)
could not be loaded.
File /usr/java14/jre/bin/libjpeg.a is not an
archive or the file could not be read properly.
This seems like a problem with your libjpeg shared library -
it seems to be bogus. Please make sure you have a properly
installed libjpeg and that the correct one is detected. The
one above comes from JRE which is probably not what you want.
I don't know about your setup, so it's hard to tell which
libraries are supposed to be where. Do you have binaries for
multiple architectures on the same machine? I'm currently
traveling so I can't check our AIX setup.