Thanks! Actually, I had to use this command to install it:
sudo apt-get install libcurl4-openssl-dev

I have a weird deprecation message after making a project:
...
Continue? [Y/n]  Y
Creating directories
Generating encryption keys
Copying files
Setting up database
Writing config files
Linking CGI programs
PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and
will be removed in the future: use mysqli or PDO instead in
/home/boincadm/projects/bitcoinutopia/html/inc/db_conn.inc on line 31
update_translations finished
Done installing default daemons.

Done creating project.  Please view
...

What is causing this? How should I handle it?

Also, my new project website doesn't work. I go to the HTML_USER_URL page (
http://www.myproject.com/boinctest/ ) but this is what I get:
----
Forbidden

You don't have permission to access /boinctest/ on this server.
------------------------------
Apache/2.4.6 (Ubuntu) Server at myproject.com Port 80----

What is causing this? I think I have done everything in the book and half a
year ago I got my another BOINC project to work, but this doesn't work.

Henri.


2013/12/10 Jon Sonntag <[email protected]>

> The following should take care of it:
> sudo aptitude install libcurl-dev
>
>
>
> On Mon, Dec 9, 2013 at 5:20 PM, Henri Heinonen 
> <[email protected]>wrote:
>
>> When making BOINC server I get this error message:
>> ----
>> Making all in tools
>> make[2]: Siirrytään hakemistoon "/home/boincadm/boinc-v2/tools"
>>   CXXLD    cancel_jobs
>>   CXX      create_work.o
>>   CXXLD    create_work
>>   CXX      dir_hier_move.o
>>   CXXLD    dir_hier_move
>>   CXX      dir_hier_path.o
>>   CXXLD    dir_hier_path
>>   CXX      remote_submit.o
>> ../lib/remote_submit.cpp:24:23: fatal error: curl/curl.h: Tiedostoa tai
>> hakemistoa ei ole
>>  #include <curl/curl.h>
>>                        ^
>> compilation terminated.
>> make[2]: *** [remote_submit.o] Virhe 1
>> make[2]: Poistutaan hakemistosta "/home/boincadm/boinc-v2/tools"
>> make[1]: *** [all-recursive] Virhe 1
>> make[1]: Poistutaan hakemistosta "/home/boincadm/boinc-v2"
>> make: *** [all] Virhe 2
>> boincadm@ip-10-196-13-147:~/boinc-v2$
>> ----
>>
>> curl.h is missing. What's causing this? I have the latest version of
>> BOINC...
>>
>> Henri.
>> _______________________________________________
>> 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.
>
>
>
_______________________________________________
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.

Reply via email to