wget -q -O - http://www.xunsearch.com/scws/down/scws-1.2.3.tar.bz2 | tar xf -
cd scws-1.2.3 ; ./configure ; make install
但是我在解压过程中:
1 2 3 4
root@KiteAgentEnv:~# tar xf scws-1.2.3.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now
多次尝试无果,便在 Windows 下解压好拷贝过去了。
make install 的时候,报错:
1 2 3 4 5 6 7 8 9 10 11 12 13
root@KiteAgentEnv:~/scws-1.2.3# make install cd . && /bin/bash /root/scws-1.2.3/missing automake-1.15 --gnu /root/scws-1.2.3/missing: line 81: automake-1.15: command not found WARNING: 'automake-1.15' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make: *** [Makefile:335: Makefile.in] Error 1