- 论坛徽章:
- 0
|
中间有错误提示,没安装成功没有生成文件。
是在Red hat9.0做的NAT服务器上安装的
[root@router iptraf-3.0.0]# ./Setup
=====================================================================
IPTraf Version 3.0.0 Setup
Target Platform: Linux/i686
---------------------------------------------------------------------
>>>>>> COMPILING IPTRAF 3.0.0 FROM SUPPLIED SOURCE CODE
make: Entering directory `/root/iptraf-3.0.0/src'
rm -f *.o *~ core iptraf rvnamed rawtime
make -C ../support clean
make[1]: Entering directory `/root/iptraf-3.0.0/support'
rm -rf *.o *~ libtextbox.a libtextbox.so
make[1]: Leaving directory `/root/iptraf-3.0.0/support'
make: Leaving directory `/root/iptraf-3.0.0/src'
make: Entering directory `/root/iptraf-3.0.0/support'
rm -rf *.o *~ libtextbox.a libtextbox.so
make: Leaving directory `/root/iptraf-3.0.0/support'
make: Entering directory `/root/iptraf-3.0.0/src'
gcc -Wall -DWORKDIR=\"/var/local/iptraf\" -DLOGDIR=\"/var/log/iptraf\" -DEXECDI
R=\"/usr/local/bin\" -I/usr/include/ncurses -I../support -DVERSION=\"3.0.0\" -DP
LATFORM=\"Linux/i386\" -c -o iptraf.o iptraf.c
make: gcc: Command not found
make: *** [iptraf.o] Error 127
make: Leaving directory `/root/iptraf-3.0.0/src'
make: Entering directory `/root/iptraf-3.0.0/src'
*** Installing executable programs and preparing work directories
>>> Installing iptraf in /usr/local/bin
/usr/bin/install: cannot stat `iptraf': No such file or directory
>>> Installing rvnamed in /usr/local/bin
/usr/bin/install: cannot stat `rvnamed': No such file or directory
>>> IPTraf work directory /var/local/iptraf already exists
>>> IPTraf log directory /var/log/iptraf already exists
>>> IPTraf lockfile directory /var/run/iptraf already exists
*** iptraf, and rvnamed executables are in /usr/local/bin
*** Log files are placed in /var/log/iptraf
======================================================================
Please read the RELEASE-NOTES file for important new information about
this version. You can view this file now (will require the 'less'
program in /usr/bin. Press Q to quit when done).
Would you like to view the RELEASE-NOTES file now (Y/N)? n
=====================================================================
Thank you for installing IPTraf. You can now start IPTraf by issuing
the command
/usr/local/bin/iptraf
at your shell prompt. You can also add /usr/local/bin to your PATH environment
variable to avoid having to type the pathname when invoking the program.
make: Leaving directory `/root/iptraf-3.0.0/src'
[root@router iptraf-3.0.0]# |
|