On Sat, 1 Aug 1998, Richard Adams wrote:

//According to De Tavio Crudup: While burning my CPU.
//> 
//> Hello all,
//> 
//>     I'm trying to install the demo version of accelerated-X. When I type
//> "sh Install" I get the following error message...
//> 
//> "cannot find ed in PATH:/bin:/usr/bin:/sbin:/usr/sbin:/etc"
//> 
//
//You dont have the program called "ed" which is an editor and resides /bin

ed is a very old line editor isn't it? a quick fix to make that error go away:

type this:

ln -s /usr/bin/vi /bin/ed

(vi is a text editor, so is ed so nothing should break... unless the install
script tries passing things into ed...)

-- 
>> I Like England Just Fine, But I Ain't Eating Any Of That Beef <<
<<  MailTo: root <at> kermit "dot" globalnet /dot\ co 'dot' uk   >>
>>                     De Chelonian Mobile                       <<

Reply via email to