亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問板塊 發(fā)新帖
查看: 2961 | 回復(fù): 7
打印 上一主題 下一主題

求哪位大俠幫幫忙,感激不盡! [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-05-16 15:36 |只看該作者 |倒序?yàn)g覽
我在centos5.5上安裝socks5代理,在make命令時(shí)出現(xiàn)致命錯(cuò)誤,如下:
make【2】:***【commands.so】 Error 1
make【2】:Target ‘a(chǎn)ll’ not  remade  because   of  errors。
make【2】:Leaving  directory  ‘/software/socks5-v1.0.r11/clients/telnet'
make【1】:***[all]  Error2
make【1】:Leaving   directory  '/software/socks5-v1.0r11/clients'
make :  ***[client]  Error 2



尋求解決方法!

論壇徽章:
381
CU十二周年紀(jì)念徽章
日期:2014-01-04 22:46:58CU大;照
日期:2013-03-13 15:32:35CU大;照
日期:2013-03-13 15:38:15CU大;照
日期:2013-03-13 15:38:52CU大;照
日期:2013-03-14 14:08:55CU大;照
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大;照
日期:2013-04-17 11:17:42CU大;照
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [報(bào)告]
發(fā)表于 2011-05-16 15:37 |只看該作者
前面幾行也貼上來

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2011-05-16 18:17 |只看該作者
[root@localhost socks5-v1.0r11]# make
make[1]: Entering directory `/software/socks5-v1.0r11/server'
make[1]: Leaving directory `/software/socks5-v1.0r11/server'
make[1]: Entering directory `/software/socks5-v1.0r11/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/socks5-v1.0r11/lib'
make[1]: Entering directory `/software/socks5-v1.0r11/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/socks5-v1.0r11/lib'
make[1]: Entering directory `/software/socks5-v1.0r11/clients'
make[2]: Entering directory `/software/socks5-v1.0r11/clients/pt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/software/socks5-v1.0r11/clients/pt'
make[2]: Entering directory `/software/socks5-v1.0r11/clients/ftp'
gcc -I../../include -I./../../include  -D__USE_FIXED_PROTOTYPES__  -DSOCKS  -DINCLUDE_PROTOTYPES    -c ./ftp.c
In file included from ./ftp.c:51:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
./ftp.c: In function 鈉ommand?
./ftp.c:244: error: expected declaration specifiers before 鈜a_dcl?
./ftp.c:291: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:362: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:461: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:471: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:482: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:489: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:503: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:541: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:648: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:715: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:963: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:972: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈡?token
./ftp.c:1310: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈉har?
./ftp.c:959: error: declaration for parameter 鈘ecvabort?but no such parameter
./ftp.c:469: error: declaration for parameter 鈙endabort?but no such parameter
./ftp.c:358: error: declaration for parameter 鈘eply_string?but no such parameter
./ftp.c:1318: warning: return makes integer from pointer without a cast
./ftp.c:1329: error: 鈒mode?undeclared (first use in this function)
./ftp.c:1329: error: (Each undeclared identifier is reported only once
./ftp.c:1329: error: for each function it appears in.)
./ftp.c:1329: warning: return makes integer from pointer without a cast
make[2]: *** [ftp.o] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/software/socks5-v1.0r11/clients/ftp'
make[2]: Entering directory `/software/socks5-v1.0r11/clients/finger'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/software/socks5-v1.0r11/clients/finger'
make[2]: Entering directory `/software/socks5-v1.0r11/clients/archie'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/software/socks5-v1.0r11/clients/archie'
make[2]: Entering directory `/software/socks5-v1.0r11/clients/telnet'
make[3]: Entering directory `/software/socks5-v1.0r11/clients/telnet/libtelnet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/software/socks5-v1.0r11/clients/telnet/libtelnet'
gcc -I. -I../../include -I./../../include  -D__USE_FIXED_PROTOTYPES__   -DSOCKS -DINCLUDE_PROTOTYPES -DKLUDGELINEMODE  -c ./commands.c
In file included from ./commands.c:86:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
./commands.c: In function 鈉all?
./commands.c:2096: error: expected declaration specifiers before 鈜a_dcl?
./commands.c:2116: error: expected ?? ?? ?? 鈇sm?or 鈅_attribute__?before 鈉har?
./commands.c:2120: error: 鈔ame?undeclared (first use in this function)
./commands.c:2120: error: (Each undeclared identifier is reported only once
./commands.c:2120: error: for each function it appears in.)
./commands.c:2121: warning: return makes integer from pointer without a cast
./commands.c:2122: warning: return makes integer from pointer without a cast
./commands.c: In function 鈉ommand?
./commands.c:2172: warning: assignment makes pointer from integer without a cast
./commands.c: In function 鈎elp?
./commands.c:2225: warning: assignment makes pointer from integer without a cast
./commands.c: In function 鈉mdrc?
./commands.c:2299: warning: assignment makes pointer from integer without a cast
make[2]: *** [commands.o] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/software/socks5-v1.0r11/clients/telnet'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/software/socks5-v1.0r11/clients'
make: *** [clients] Error 2

論壇徽章:
381
CU十二周年紀(jì)念徽章
日期:2014-01-04 22:46:58CU大;照
日期:2013-03-13 15:32:35CU大;照
日期:2013-03-13 15:38:15CU大;照
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大;照
日期:2013-04-17 11:17:19CU大;照
日期:2013-04-17 11:17:32CU大;照
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大;照
日期:2013-04-17 11:17:47CU大;照
日期:2013-04-17 11:17:52CU大;照
日期:2013-04-17 11:17:56
4 [報(bào)告]
發(fā)表于 2011-05-16 20:19 |只看該作者
configure報(bào)錯(cuò)沒?

論壇徽章:
34
亥豬
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉雞
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龍
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-11-06 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-11-08 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-11-19 06:20:00黃金圣斗士
日期:2015-11-24 10:43:13
5 [報(bào)告]
發(fā)表于 2011-05-16 21:19 |只看該作者
./configure 估計(jì)都沒通過吧?

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2011-05-17 09:12 |只看該作者
[root@localhost software]# ls
ipvsadm-1.24  ipvsadm-1.24.tar.gz  ipvsadm-1.26  ipvsadm-1.26-1.src.rpm  ipvsadm-1.26.tar.gz  socks5-v1.0r11  socks5-v1.0r11.tar.gz  squid-3.1.9  squid-3.1.9.tar.bz2
[root@localhost software]# cd socks5-v1.0r11
[root@localhost socks5-v1.0r11]# ls
acconfig.h  ChangeLog  config.cache  config.status  configure.in   Copyright  examples  INSTALL     lib       Makefile.in  patches  readme.txt  shlib       stamp-h     test
aclocal.m4  clients    config.log    configure      configure.txt  doc        include   install-sh  Makefile  man          README   server      source.txt  stamp-h.in
[root@localhost socks5-v1.0r11]# ./configure
loading cache ./config.cache
checking for gcc2... (cached) gcc
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for working const... (cached) yes
checking for inline... (cached) inline

checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for makedepend... (cached) true
checking for autoconf... (cached) true
checking for autoheader... (cached) true

checking for fcntl.h... (cached) yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for bstring.h... (cached) no
checking for varargs.h... (cached) no
checking for stdarg.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for syslog.h... (cached) yes
checking for ifaddrs.h... (cached) yes
checking for crypt.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/ttychars.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for sys/bitypes.h... (cached) yes
checking for sys/mbuf.h... (cached) no
checking for sys/sem.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for sys/sockio.h... (cached) no
checking for sys/termios.h... (cached) yes
checking for sys/termio.h... (cached) no
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for netinet/in_systm.h... (cached) yes
checking for net/route.h... (cached) yes
checking for machine/endian.h... (cached) no
checking for paths.h... (cached) yes
checking for nl_types.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no

checking for main in -lsocket... (cached) no
checking for main in -ldl... (cached) yes
checking for main in -ldld... (cached) no
checking for main in -lsvld... (cached) no
checking for setupterm in -ltermcap... (cached) no
checking for setupterm in -lcurses... (cached) no
checking for setupterm in -lncurses... (cached) no
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lcurses... (cached) no
checking for tgetent in -lncurses... (cached) no
checking for gethostbyname in -lc... (cached) yes
checking if we can use -lnsl... (cached) no
checking for shared libc... (cached) libc.so.6
checking for shared libnsl... (cached) libnsl.so.1
checking for shared libsocket... no
checking for shared libresolv... (cached) libresolv.so.2
checking for shared libdgc... no

checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking whether sockaddr_un has sun_len... (cached) no
checking for sig_atomic_t... (cached) yes
checking for cc_t... (cached) yes
checking for sig_t... (cached) yes
checking for getpassphrase... (cached) no

checking for sys_errlist... (cached) yes
checking for dlopen... (cached) yes
checking for shl_load... (cached) no
checking for setupterm... (cached) no
checking for tgetent... (cached) no
checking for gethostbyname2... (cached) yes
checking for gethostbyname_r... (cached) yes
checking for gethostbyaddr_r... (cached) yes
checking for getpwuid_r... (cached) yes
checking for getservbyname_r... (cached) yes
checking for memset... (cached) yes
checking for memcmp... (cached) yes
checking for memmove... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for bcopy... (cached) yes
checking for bcmp... (cached) yes
checking for bzero... (cached) yes
checking for index... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for putenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getenv... (cached) yes
checking for getdomainname... (cached) yes
checking for rresvport... (cached) yes
checking for sendmsg... (cached) yes
checking for setsid... (cached) yes
checking for setpgid... (cached) yes
checking for setpgrp... (cached) yes
checking for getifaddrs... (cached) yes
checking for waitpid... (cached) yes
checking for flock... (cached) yes
checking for dgettext... (cached) yes
checking for sigaction... (cached) yes
checking for sigprocmask... (cached) yes
checking for re_comp... (cached) yes
checking for strspn... (cached) yes
checking for getcwd... (cached) yes
checking for vfork... (cached) yes
checking for herror... (cached) yes
checking for genget... (cached) no
checking for getopt... (cached) yes
checking for vprintf... (cached) yes
checking whether setpgrp takes no argument... (cached) yes

checking for finger... (cached) /usr/bin/finger
checking for traceroute... (cached) /bin/traceroute
checking for ping... (cached) /bin/ping

checking shared library support... lflags: -shared cflags: -fpic
creating ./config.status
creating Makefile
creating lib/Makefile
creating test/Makefile
creating shlib/Makefile
creating shlib/runsocks
creating server/Makefile
creating server/stopsocks
creating include/Makefile
creating clients/Makefile
creating clients/pt/Makefile
creating clients/ftp/Makefile
creating clients/finger/Makefile
creating clients/archie/Makefile
creating clients/telnet/Makefile
creating clients/telnet/libtelnet/Makefile
creating stamp-h
creating include/config.h
include/config.h is unchanged



應(yīng)該沒錯(cuò)吧?

論壇徽章:
381
CU十二周年紀(jì)念徽章
日期:2014-01-04 22:46:58CU大;照
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大;照
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大;照
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大;照
日期:2013-04-17 11:17:47CU大;照
日期:2013-04-17 11:17:52CU大;照
日期:2013-04-17 11:17:56
7 [報(bào)告]
發(fā)表于 2011-05-17 09:19 |只看該作者
configure沒錯(cuò).
樓主看下readme和install那兩個(gè),看看是不是需要打patch.

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2014-06-07 01:58 |只看該作者
感謝啊,好幾年過去了這個(gè)問題忘記是否解決了,照現(xiàn)在的經(jīng)驗(yàn)來看應(yīng)該是缺少什么軟件包了哈哈回復(fù) 7# chenyx


   
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP