On Sat, 14 May 2005 23:04:04 -0400
"David R. Litwin" <[EMAIL PROTECTED]> wrote:

> Allow me to go in to this one by one. Firslty, Boinc.
> 
> Alright. Here is what I did.
> 
> # cd /home/david/BOINC
> # gunzip boinc_4.19_i686-pc-linux-gnu.gz
> # chmod a+x boinc_4.19_i686-pc-linux-gnu
> # boinc_4.19_i686-pc-linux-gnu -attach_project 
> http://setiathome.berkeley.edu b151599a701963ef98f16ac804e1b9ee
> bash: boinc_4.19_i686-pc-linux-gnu: command not found
> 
> It does not need to be tarred, the installation file is 
> boinc_4.19_i686-pc-linux-gnu.gz<http://boinc.berkeley.edu/dl/boinc_4.
> 19_i686-pc-linux-gnu.gz>. What did I do wrong?

Add a './' in front of your last command. Since boinc is not in the
standard path where Debian looks for executables, it needs to be told
where to find it. The modified command would look something like this:

"./boinc_4.19_i686-pc-linux-gnu -attach_project 
http://setiathome.berkeley.edu b151599a701963ef98f16ac804e1b9ee"

HTH,
Jacob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to