I had this same problem on a newer ubuntu machine. Then, on an Ubuntu machine with kernel 3.0.0-21-generic, I changed the wrapper Makefile to use the "-static" flag. After that it successfully ran on a Centos 5.6 machine (kernel 2.6.18) and the original build Ubuntu machine.
From the build machine: [16:10:48 awesome src]$ locate libc.a /usr/lib/x86_64-linux-gnu/libc.a From the machine on which the wrapper was run. [dcoss@stjudeathome2 ple]$ uname -a Linux stjudeathome2 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux [dcoss@stjudeathome2 ple]$ ./wrapper [dcoss@stjudeathome2 ple]$ ls ple_R47 stderr.txt wrapper [dcoss@stjudeathome2 ple]$ cat stderr.txt 16:09:04 (32700): Can't open init data file - running in standalone mode wrapper: starting 16:09:04 (32700): can't open job file job.xml can't parse job file: -108 16:09:04 (32700): called boinc_finish 16:09:06 (32702): Can't open init data file - running in standalone mode wrapper: starting 16:09:06 (32702): can't open job file job.xml can't parse job file: -108 16:09:06 (32702): called boinc_finish On 07/09/2012 03:57 PM, Rom Walton wrote: > I've posted a new wrapper for the 64-bit platform: > > http://boinc.berkeley.edu/dl/wrapper_25825_x86_64-pc-linux-gnu.zip > > > > This one was built on Ubuntu 8.04 which should be old enough to contain > references to the older glibc. I'm not sure glibc can be linked > statically. > > > > ----- Rom > > > > From: yoyo [mailto:[email protected]] > Sent: Friday, July 06, 2012 4:22 PM > To: Rom Walton > Cc: [email protected]; BOINC_DEV Mailing List > Subject: Re: [boinc_projects] New BOINC wrappers posted > > > > The windows versions are running well so far. But the Linux 64 bit > version reports > > <stderr_txt> > ../../projects/yafu.dyndns.org_yafu/yafuwrapper_25825_x86_64-linux-gnu: > /lib/libc.so.6: version `GLIBC_2.14' not found (required by > ../../projects/yafu.dyndns.org_yafu/yafuwrapper_25825_x86_64-linux-gnu) > > </stderr_txt> > > Would be better if the binaries on Linux could be linked with static > glibc. > > yoyo > > > > yoyo schrieb: > > I'll use and test them here http://yafu.dyndns.org/yafu/ > > Rom Walton schrieb: > > See the wrapper page for details: > > http://boinc.berkeley.edu/trac/wiki/WrapperApp > > > > ----- Rom > > > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > Email Disclaimer: www.stjude.org/emaildisclaimer _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
