Skip to content
Prev 5843 / 398506 Next

problem on upgrading to RH6.2 (was problem with ts pack

plummer at iarc.fr said:
I have similar problems with R 1.0.1 on RH6.2 (pre-compiled rpm binaries). 
Some of the old packages ceased to work and when I tried to re-install them 
through `R INSTALL package.tar.gz', some just fail and give similar error 
messages. My `ts' works, but it is of the old original version, and I don't 
dare to check if it stops working after re-installation. However, re-installed 
`tripack' gives the following error message:

 > library(tripack)
Error in dyn.load(x, as.logical(local), as.logical(now)) : 
	unable to load shared library "/usr/lib/R/library/tripack/libs/tripack.so":
  /usr/lib/R/library/tripack/libs/tripack.so: undefined symbol: ?

If I first gunzip the package, I get another undefined symbol, but the net 
effect is the unchanged: a failure to load a library. Otherwise the message is 
the same as for `ts' above.

Downgrading to the old binaries of the package does not help, since they fail 
for other reasons, in this case because they can't find e_wsfe. This, I think, 
is caused by libf2g growing independent of libf2c which had this function 
(originally in libI77.a).

cheers, jari oksanen