Results 1 to 9 of 9
Hello
Downloaded acrobat reader 5 and unpacked the installation directory in /usr/local/ (as SU) - all okay. Ran ./INSTALL and got through the 'conditions' page okay then typed 'accept' as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-20-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 47
Problem installing Acrobat Reader in Mandrake 10.1
Hello
Downloaded acrobat reader 5 and unpacked the installation directory in /usr/local/ (as SU) - all okay. Ran ./INSTALL and got through the 'conditions' page okay then typed 'accept' as requested - after a short while got the following error message:
Installing platform dependent files ... Done
./INSTALL: line 219: ed: command not found
ERROR installing /usr/local/Acrobat5/bin/acroread
I've tried a search here but found nothing about this - any ideas?
Thanks
- 02-20-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
I'd imagine you could just do
as root and it would be installed.Code:urpmi acroread
- 02-20-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 47
Tried that, but it didn't work. I looked at the install file with emacs and scrolled to line 219 - this is what it says:
ed -s "$i" <<__EOF__
As a Linux newbie this means nothing to me I'm afraid...
Any further help would be much appreciated
Thanks
- 02-20-2005 #4Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Well if it says "ed: command not found" then you don't have ed installed. I have no idea what ed is but try
and then try installing acroread again.Code:urpmi ed
EDIT: I just discovered ed is a text editor, by the way.
- 02-21-2005 #5Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 47
That did it! Many thanks
- 03-03-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 1
Can I ask for more help than Gododdin?
Exactly how does one actually run "install"? There must be a technique, but double clicking it asks me to choose a programme, but after 2 hrs searching help and the net I'm at a loss.
The most helpful thing I've found so far is Nautilus in SU mode, which told me that Install was null and I shouldn't run it.
As for "urpmi acroread", how and where does one do that, and to what? The terminal says the package isn't found
Can someone direct me to a resource which explains how to actually install any given item of software? I appear not to have the mental stamina required to hunt it down myself, and feel I am beginning to succumb to the blandishments of windows and a sybarytic longing for the single click install.
Bob McIntyre
- 03-03-2005 #7
to install, go to a terminal and:
replace /path/to/INSTALL with the real path to the INSTALL file, e.g. /home/jack/acrobat-reader/Code:cd /path/to/INSTALL su [rootpass] ./INSTALL
dylunio
- 03-03-2005 #8Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Bob,
Enjoy:
http://www.linuxforums.org/tutorials...ial-19957.html
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 03-03-2005 #9Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 47
Thanks to all - now sorted!


Reply With Quote
