Displaying 1 result from an estimated 1 matches for "id2956225".
2007 Mar 29
1
zlib+shlib issue with the official EL4 R binary
...he official R binary for EL4 and run it on FC6 (x86_64 and
loading the same mypackage i686 binary), then it works.
The dynamic linker on FC6 is very different from all the earlier
redhat releases [and supposedly a lot faster...].
(http://docs.fedoraproject.org/release-notes/fc6/en_US/sn-Devel.html#id2956225)
so it looks like an issue due to a bad interaction for the
combination of both the shlib compile-time option and the EL4
runtime environment. (e.g. R 2.4.1 is shipped and bundled with
zlib 1.2.3 but EL4 is only equiped with zlib 1.2.1.2...).
For the moment I'll just recommend anybody who nee...