Off-Topic > Off-Topic - Tiny Core Lounge
BOINC for TC
Rich:
Hi thane
--- Quote --- I guess after that I'd have to add usr/lib/local to the backup.
--- End quote ---
Aside from the typo, don't do that, you'll backup the entire subdirectory. Backup only the libs you added:
--- Code: ---usr/local/lib/libname
usr/local/lib/anotherlibname
--- End code ---
thane:
Thanks Rich. I haven't looked at usr/local/lib [?] so I have no clue what else might be there.
thane:
I'm trying a hack to let TCL run the current version of BOINC (basically adding missing libraries to usr/lib). However I've encountered a library conflict with an existing library (/lib/libc.so.6). BOINC requires version 'GLIBC_2.15' while the TCL version appears to be EGLIBC 2.13. Googling suggests this is a very basic library so I'm hesitant to just try slapping in a 2.15 version and seeing what happens. Any suggestions? I hope I'm not completely misunderstanding the problem here. Thanks.
Juanito:
changing libc in tinycore would require major surgery - basically replacing the libs at the heart of the system.
Since the tinycore toolchain was not built with that version of libc, you'd risk instability thereafter.
curaga:
Unless they require something in a libc that new, it's bad form to depend on so new libs. That means BOINC won't run on Debian, Red Hat, CentOS, etc etc either.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version