Welcome to MilkyWay@home

glibc 2.3 or statically linked application

Questions and Answers : Wish list : glibc 2.3 or statically linked application
Message board moderation

To post messages, you must log in.

AuthorMessage
Christoph Franzen

Send message
Joined: 5 Dec 07
Posts: 3
Credit: 183,175
RAC: 0
Message 1002 - Posted: 11 Dec 2007, 1:46:23 UTC

Your Linux application is linked against glibc 2.4 so it crashes on startup when run on older machines/distributions.

3 possibilities:

1) Detect this and refuse to run
I would not prefer this because it means losing the CPU power of these clients, besides it would be advisable to detach the machine from the project automatically in this case, if not it will waste CPU and download bandwidth with repeated failing attempts.

2) Compile against glibc 2.3
If glibc 2.4 makes the programme faster on many machines this is also not good.

3) Link it statically
This is preferabele: it will then run on any machine with a suitable boinc client, no matter which libc is installed.
ID: 1002 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Questions and Answers : Wish list : glibc 2.3 or statically linked application

©2024 Astroinformatics Group