2005-06-19 19:12:29 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
require_once("docutil.php");
|
|
|
|
|
|
|
|
page_head("Running BOINC on Linux");
|
|
|
|
|
|
|
|
echo "
|
|
|
|
The BOINC client software should work on:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li> Any Linux version 2.0 or greater with libc version 2.2 or greater.
|
|
|
|
<li> Any Intel x86-compatible processor.
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<hr>
|
2007-06-13 19:09:46 +00:00
|
|
|
If BOINC produces the error message
|
2005-06-19 19:12:29 +00:00
|
|
|
<pre>
|
|
|
|
boinc_client: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./boinc_client)
|
|
|
|
</pre>
|
|
|
|
then you need to install a newer version of libc.
|
|
|
|
<hr>
|
2007-06-13 19:09:46 +00:00
|
|
|
If BOINC produces the error message
|
2005-06-19 19:12:29 +00:00
|
|
|
<pre>
|
|
|
|
boinc_client: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./boinc_client)
|
|
|
|
</pre>
|
|
|
|
then the BOINC client was built incorrectly;
|
|
|
|
please alert us.
|
|
|
|
|
|
|
|
";
|
|
|
|
|
|
|
|
page_tail();
|
|
|
|
?>
|