Hi, I am trying to install Rserve 1.7-0 on CentOS 6. But I get this compilation error - /usr/lib64/Revo-5.0/R-2.13.2/lib64/R/lib/libiomp5.so: undefined reference to `pthread_atfork' I tried other versions of Rserve (0.6-5 and 0.6-8) without any success. How do I get around this issue? My goal is to run FastRWeb (which uses Rserve). Thanks in advance. Joydeep. -- View this message in context: http://r.789695.n4.nabble.com/Rserve-compilation-error-tp4450774p4450774.html Sent from the R devel mailing list archive at Nabble.com.
Rserve compilation error
3 messages · jbanerjee, Brian Ripley
On 06/03/2012 18:08, jbanerjee wrote:
Hi, I am trying to install Rserve 1.7-0 on CentOS 6. But I get this compilation error - /usr/lib64/Revo-5.0/R-2.13.2/lib64/R/lib/libiomp5.so: undefined reference to `pthread_atfork' I tried other versions of Rserve (0.6-5 and 0.6-8) without any success. How do I get around this issue? My goal is to run FastRWeb (which uses Rserve).
That message is not from compilation (it is a linker message), and in any case comes from the (non-R-core) build of R you used. R as distributed does not have any such library in $R_HOME/lib, so I think you need to ask the people who built your R (presumably Revolution) for help.
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
Brian, Thanks for your response. I tried this with R-core (version 2.14.0) and it worked. -- View this message in context: http://r.789695.n4.nabble.com/Rserve-compilation-error-tp4450774p4455308.html Sent from the R devel mailing list archive at Nabble.com.