Changes between Version 46 and Version 47 of ServerIntro
- Timestamp:
- Jun 20, 2008, 7:32:32 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v46 v47 159 159 {{{ 160 160 {username} ALL=(ALL) ALL 161 }}}162 The Ubuntu and !FedoraCore6 libcurl3-dev package is not recent enough for BOINC. So you have to install the latest version manually. The best way is to [http://curl.haxx.se/download/ download the latest debian packages] and install with the dpkg command after downloading to your home directory.163 {{{164 $ sudo dpkg -i libcurl3_7.15.5-1_i386.deb165 $ sudo dpkg -i libcurl3-openssl-dev_7.15.5-1_i386.deb166 161 }}} 167 162