Hi,
I'm trying to compile the boinc source code (2005-08-29).
./configure seems to go ok, and it closes by recommending that I run test/test_sanity.py to make sure my host is configured properly for building the boinc server.
When I do that I get the following error messages:
Code:
# python test/test_sanity.py
-- Testing framework sanity --------------------------------------------------
Creating testbed in run-4220
Running CGI server on localhost:15220
Checking webserver setup: non-cgi
ERROR: couldn't access url: http://localhost:15220/html/test_sanity.txt [Errno socket error] (-2, 'Name or service notknown')
ERROR: couldn't access a file I just wrote: /usr/local/__boinc/boinc_public/test/run-4220/html/test_sanity.txt
using url: http://localhost:15220/html/test_sanity.txt
Starting proxy server [sleep .]
ERROR: couldn't access url: http://localhost:16220/html/test_sanity.txt [Errno socket error] (-2, 'Name or service notknown')
ERROR: couldn't access file using proxy url: http://localhost:16220/html/test_sanity.txt
Checking webserver setup: cgi
ERROR: couldn't access url: http://localhost:15220/cgi-bin/test_sanity_cgi [Errno socket error] (-2, 'Name or service not known')
ERROR: couldn't access a cgi file I just wrote: /usr/local/__boinc/boinc_public/test/run-4220/cgi-bin/test_sanity_cgi
using url: http://localhost:15220/cgi-bin/test_sanity_cgi
Checking mysql commandline and permissions
Killing cgiserver
ERRORS.COUNT: 6
Can anyone point me in the right direction to fix this problem?
Thanks,
John