View Single Post
Posts: 1 | Thanked: 1 time | Joined on Feb 2011
#30
Hi everyone,

For those who have failed to install "quote", in order to install quote pearl script, you must have installed build-essential package to build the binaries files with configure, make and make install commnads.

1. Go to the link http://www.vivaphp.net/2010/09/compi...va-no-900.html and install the build tools. There is a complete desription step by step for how to do this.

2. Donwload the package quote-0.05.tar.gz from the creator page http://www.circlemud.org/~jelson/software/quote.

3. Unzip and extract into any folder what you want. It creates a folder with the same name of file.

~tmp/tar -xvf quote-0.05.tar.gz

4. Get into the create folder, configure, make and make install:

~tmp/cd quote-0.05
~tmp/quote-0.05/sudo gainroot
~tmp/quote-0.05/sh ./configure
~tmp/quote-0.05/make
~tmp/quote-0.05/make install

5. You can see in the folder /usr/local/bin a quote file installed, try with:

/usr/local/bin/./quote csco ibm

I hope that this help you!

Joseph.
 

The Following User Says Thank You to Joseph Ponte For This Useful Post: