


经过一翻努力,我找了方法,下了这个开源的软件,安装编译环境也顺利过了,软件make编译也过了,就是在安装的时候卡壳了,出现了错误如下:
zh@ubuntu:/media/G/drcom-1.3.7$ sudo make install
make -C drcomc install
make[1]: Entering directory `/media/G/drcom-1.3.7/drcomc'
mkdir -p /usr/local/bin/
install -m 755 drcomc /usr/local/bin/
make[1]: Leaving directory `/media/G/drcom-1.3.7/drcomc'
make -C drcomd install
make[1]: Entering directory `/media/G/drcom-1.3.7/drcomd'
gcc -Wall -W -Wstrict-prototypes -Wmissing-prototypes -pedantic -I/media/G/drcom-1.3.7/include -O2 -c -o readconf.o readconf.c
readconf.c: In function ‘__parseopt’:
readconf.c:369: error: ‘LONG_MIN’ undeclared (first use in this function)
readconf.c:369: error: (Each undeclared identifier is reported only once
readconf.c:369: error: for each function it appears in.)
readconf.c:369: error: ‘LONG_MAX’ undeclared (first use in this function)
make[1]: *** [readconf.o] Error 1
make[1]: Leaving directory `/media/G/drcom-1.3.7/drcomd'
make: *** [drcomd-install] Error 2
zh@ubuntu:/media/G/drcom-1.3.7$
有没有高手可以帮我解决是什么问题啊??
谢谢了啊~~~
呃。。。我换了个软件。。。把安装的问题解决了。。。


device=eth0 ##指明通往外网的网卡的名字???是什么意思啊?我不知道怎么填啊,我没改就登录,之后就出现报错:[root@localhost drcom-1.4.8.3]# sudo drcomd
Cannot get device mac address
Error processing config file at line 3.
conf file err
我要怎么改 啊??