LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   acrobat reader installation problem (https://www.linuxquestions.org/questions/linux-general-1/acrobat-reader-installation-problem-518397/)

linux_crazy 01-11-2007 11:52 AM

acrobat reader installation problem
 
I am having a problem while installing Acrobat reader in Linux
Whenever i run the file configure ( a shell script) as
./configure
the command runs successfully ,but whenever i try to run the make command i get following error message

make: *** No targets specified and no makefile found. Stop.


why is it happening so?how to makeavailable the "makefile"


PLEASE HELP!!!!

pusrob 01-11-2007 12:05 PM

Dear linux_crazy!
Are you trying to compile it from a tarball? Why don't you try the rpm? Or a better solution: use kpdf. This is a pdf viewer for KDE, and it is faster, uses less memory, and it is the same quality as adobe reader. If you really need to compile it from tarball, did you check out the README or the INSTALL text files found in the package? You know, this problem occures, when there is a specific compilation procedure for the software, so the method should be written down in a text file included to the tarball.

sadiqdm 01-11-2007 12:18 PM

Installing Adobe Reader from RPM
 
First go here: http://www.adobe.com/products/acrobat/readstep2.html

Then click on Download Adobe Reader. When the download window opens you should see the file name "", select a folder and click OK. Once the download finishes, find the .rpm file, and right-click on it. One of the options should be "Install ..", highlight it, click OK and it should install.

Otherwise you can do it from the command line. You shouldn't have to compile from source with Fedora if there is an RPM available.

weibullguy 01-11-2007 12:45 PM

AFAIK, Adobe does not provide the source for their reader. Thus, you can only download precompiled binaries. You install this by unpacking the tarball you downloaded from Adobe's site, then
Code:

cd AdobeReader
./INSTALL



All times are GMT -5. The time now is 08:10 AM.