./configure missing and cant use make or make install
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just started using Knoppix 6 yesturday after I deleted windows and everything and installed it on my hard drive. Thinking it was going to be easy I downloaded Adobe Acrobat Reader and KDE and tried to install it but after I extract it I try to do the ./configure didnt work, then make still nothing finally make install and again failure. I am stumped ohh and to save people time I have been running all of these command using "su".
Probably it'd be good at this point to give us the link to the thing you downloaded. Maybe if someone can have a look at the package, they can suggest what you need to do with it.
Ive been looking on websites on how to install programs on linux and Ive found this
Quote:
HOW TO INSTALL :
1. Start Bash (The Shell) and navigate your way to your installation file’s folder. Then type: ( Here pkg is the name of the package)
"tar xvzf pkg.tar.gz" ( If File Is a GZ) "tar xvjf pkg.tar.bz2" ( If Files is a BZ)
After this command a New Folder Would Be Created in the Same Location with the Package Name.
2.Next Move Into The Newly Created Folder.
Use "ls" command to look for the folder Then Type “cd pkg"(Enter) ( Here pkg is the Name of the Newly Created Folder )
3. Next Go Into Super User Mode. Super User Mode in Linux is Like Having temparary Admin Priviledges just to install programs and perform other complex tasks.
Type "su" (Enter)
Then Type in Your ROOT password when prompted
The files are:
Common.tar
ILINXR.tar
INSTALL
Readme.htm
I've read the Readme but the problem is I dont understand it one bit
Quote:
Installation instructions
You can use any of the following methods to install and uninstall Adobe Reader 8.1.3 software for Linux and UNIX. You must be logged on as the root user (superuser, administrator) to install the software using the RPM or DEB package.
By default, if you install using the RPM or DEB package on Linux, Adobe Reader is installed at /opt/Adobe/Reader8. You can, however, specify a different location.
To install Adobe Reader 8.1.3 using an RPM installer in the GNOME environment
1. Open the RPM package by double clicking on it.
2. When prompted, enter the root password for your system, and click OK.
3. Click Continue in the Complete System Preparation dialog box.
To install Adobe Reader 8.1.3 using an RPM installer in the KDE environment
1. Open the RPM package.
2. Click Install Package With YaST.
3. When prompted, enter the root password for your system, and click OK.
To install Adobe Reader 8.1.3 using the command line
1. Open a terminal window.
2. Change directory (using the cd command) to the directory that contains the RPM package.
3. Run the following command as an administrator or root:
rpm -i AdobeReader_enu-8.1.3-1.i486.rpm
To install adobe Reader 8.1.3 using a tarball installer
1. Open a terminal window.
2. Change directory (using the cd command) to the directory that contains the tarball archive.
3. Run one of the following commands.
* On Linux:
tar -zxvf AdobeReader_enu-8.1.3-1.i486.tar.gz (for gzip installer)
tar -jxvf AdobeReader_enu-8.1.3-1.i486.tar.bz2 (for bzip2 installer)
* On Solaris:
gunzip AdobeReader_enu-8.1.3-1.sparc.tar.gz OR bunzip2 AdobeReader_enu-8.1.3-1.sparc.tar.bz2
tar -xvf AdobeReader_enu-8.1.3-1.sparc.tar
By default, on Linux, Adobe Reader is installed in /opt/Adobe. You can however, specify a different location by using the following command-line option: --install_path= <adobe_install_dir>
4. In the newly created AdobeReader directory, run the INSTALL script.
5. Add <adobe_install_dir> /Adobe/Reader8/bin to the PATH environment variable to allow browsers to launch Adobe Reader, where <adobe_install_dir> is the installation directory of Adobe Reader 8.1.3.
I fail at Linux I dont even know how to use the internet in linux im asking for help from my brothers computer
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.