The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"Установка 3proxy 0.7 под FreeBSD"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [ Отслеживать ]

"Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от i_no_k (ok) on 07-Окт-09, 11:11 
Помогите новичку с установкой софта - бьюсь который день уже, никак не получается победить.
Софт - 3proxy 0.7, хочу скомпилировать из исходных кодов под pfSense 1.2.3 (FreeBSD 7.1) - не получается. Т.к. до этого дела с *nix почти не имел, решил попробовать собрать вначале на чистой FreeBSD 7.2, потом уже, как научусь, продолжать дальше на pfSense - также не получилось.
Опыта нужного нет, разобраться самому не получается, гугл не помог, все, что пришло в голову уже перепробовал (
Помогите советом, в какую сторону хоть смотреть - с самим софтом однозначно все в порядке, автор прокси проверял на FreeBSD 7.1 - все чудесно компилируется, проблема в руках. Да, из портов ставится и там и там, но версия 0.6, а нужна именно 0.7

[root@freebsd ~]# uname -a
FreeBSD freebsd.kmb.ru 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
[root@freebsd ~]# fetch http://3proxy.ru/current/3proxy-0.7-devel.tgz
3proxy-0.7-devel.tgz                          100% of  484 kB   57 kBps
[root@freebsd ~]# tar -xf 3proxy-0.7-devel.tgz
[root@freebsd ~]# cd 3proxy-0.7-devel
[root@freebsd ~/3proxy-0.7-devel]# gmake -f Makefile.unix
cat Makefile.unix > src/Makefile.var
gmake[1]: Entering directory `/root/3proxy-0.7-devel/src'
cd .. && cat copying
3proxy 0.7 Public License Agreement
<...>
$Id: License,v 1.3 2007/04/05 11:59:47 vlad Exp $
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL 3proxy.c
3proxy.c: In function 'h_nolog':
3proxy.c:1125: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
gcc -o mainfunc.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DMODULEMAINFUNC=mainfunc proxymain.c
proxymain.c: In function 'mainfunc':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o srvproxy.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL proxy.c
proxy.c: In function 'proxychild':
proxy.c:317: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxy.c:317: warning: pointer targets in assignment differ in signedness
proxy.c:471: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
proxy.c:490: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
proxy.c:509: warning: pointer targets in passing argument 3 of 'handledatfltcli' differ in signedness
proxy.c:509: warning: pointer targets in passing argument 5 of 'handledatfltcli' differ in signedness
proxy.c:878: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
proxy.c:894: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness
proxy.c:940: warning: pointer targets in passing argument 3 of 'handledatfltsrv' differ in signedness
proxy.c:940: warning: pointer targets in passing argument 5 of 'handledatfltsrv' differ in signedness
proxy.c:972: warning: pointer targets in passing argument 3 of 'sockgetlinebuf' differ in signedness
proxy.c:974: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
proxy.c:983: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
proxy.c:987: warning: pointer targets in passing argument 3 of 'sockgetlinebuf' differ in signedness
proxy.c:988: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
proxy.c:1024: warning: pointer targets in passing argument 2 of 'logurl' differ in signedness
proxy.c:1067: warning: pointer targets in passing argument 2 of 'logurl' differ in signedness
gcc -o srvpop3p.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL pop3p.c
gcc -o srvsmtpp.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL smtpp.c
smtpp.c: In function 'readreply':
smtpp.c:41: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
smtpp.c: In function 'smtppchild':
smtpp.c:122: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
smtpp.c:129: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:136: warning: pointer targets in passing argument 1 of 'parseconnusername' differ in signedness
smtpp.c:137: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:145: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
smtpp.c:145: warning: pointer targets in assignment differ in signedness
smtpp.c:153: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:161: warning: pointer targets in passing argument 1 of 'parseconnusername' differ in signedness
smtpp.c:162: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:165: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
smtpp.c:165: warning: pointer targets in assignment differ in signedness
smtpp.c:172: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:191: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
smtpp.c:207: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:210: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:215: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:216: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:217: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:222: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:223: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:224: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:229: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:235: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:238: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:242: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:244: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:254: warning: passing argument 2 of 'handlehdrfilterscli' from incompatible pointer type
smtpp.c:258: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
gcc -o srvftppr.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL ftppr.c
gcc -o srvsocks.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL socks.c
gcc -o srvtcppm.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL tcppm.c
gcc -o srvicqpr.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL icqpr.c
icqpr.c: In function 'searchcookie':
icqpr.c:132: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
icqpr.c:136: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
icqpr.c: In function 'icq_srv':
icqpr.c:206: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:209: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:218: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:241: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:247: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c: In function 'readflap':
icqpr.c:342: warning: pointer targets in passing argument 3 of 'sockgetlinebuf' differ in signedness
icqpr.c: In function 'icqprchild':
icqpr.c:421: warning: pointer targets in assignment differ in signedness
icqpr.c: At top level:
icqpr.c:17: warning: 'hexdump' defined but not used
gcc -o srvmsnpr.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL msnpr.c
msnpr.c: In function 'msn_srv':
msnpr.c:46: warning: pointer targets in assignment differ in signedness
msnpr.c:62: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
msnpr.c:62: warning: pointer targets in assignment differ in signedness
msnpr.c:69: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
msnpr.c: In function 'msnprchild':
msnpr.c:125: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
msnpr.c:137: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
msnpr.c:144: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
msnpr.c:153: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
msnpr.c:153: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
msnpr.c:174: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
msnpr.c:179: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
msnpr.c:185: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
msnpr.c:188: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
gcc -o srvudppm.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL udppm.c
udppm.c: In function 'udppmchild':
udppm.c:39: warning: unused variable 'fds'
udppm.c:38: warning: unused variable 'udpmappings'
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL sockmap.c
sockmap.c: In function 'sockmap':
sockmap.c:49: warning: pointer targets in passing argument 3 of 'handledatfltcli' differ in signedness
sockmap.c:49: warning: pointer targets in passing argument 5 of 'handledatfltcli' differ in signedness
sockmap.c:56: warning: pointer targets in passing argument 3 of 'handledatfltsrv' differ in signedness
sockmap.c:56: warning: pointer targets in passing argument 5 of 'handledatfltsrv' differ in signedness
sockmap.c:183: warning: pointer targets in passing argument 3 of 'handledatfltcli' differ in signedness
sockmap.c:183: warning: pointer targets in passing argument 5 of 'handledatfltcli' differ in signedness
sockmap.c:215: warning: pointer targets in passing argument 3 of 'handledatfltsrv' differ in signedness
sockmap.c:215: warning: pointer targets in passing argument 5 of 'handledatfltsrv' differ in signedness
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL sockgetchar.c
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL myalloc.c
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL common.c
common.c:145: warning: initialization from incompatible pointer type
common.c:146: warning: initialization from incompatible pointer type
common.c:147: warning: initialization from incompatible pointer type
common.c:148: warning: initialization from incompatible pointer type
common.c: In function 'parsehostname':
common.c:209: warning: comparison of distinct pointer types lacks a cast
gcc -o auth.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL auth.c
auth.c: In function 'ACLmatches':
auth.c:397: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness
auth.c:397: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness
auth.c:401: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness
auth.c:401: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness
auth.c:405: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness
auth.c:405: warning: pointer targets in passing argument 2 of 'strstr' differ in signedness
auth.c:405: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
auth.c:409: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
auth.c:409: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
auth.c: In function 'cacheauth':
auth.c:691: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
auth.c:693: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
auth.c:697: warning: pointer targets in assignment differ in signedness
auth.c: In function 'doauth':
auth.c:724: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
auth.c:726: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
auth.c:728: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
auth.c:730: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
auth.c:735: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
auth.c:746: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
auth.c:749: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
auth.c: In function 'dnsauth':
auth.c:802: warning: pointer targets in passing argument 1 of 'udpresolve' differ in signedness
auth.c: In function 'udpresolve':
auth.c:1141: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
auth.c:1141: warning: pointer targets in assignment differ in signedness
gcc -o datatypes.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL datatypes.c
gcc -o md4.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL libs/md4.c
gcc -o md5.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL libs/md5.c
gcc -o mycrypt.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL mycrypt.c
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL base64.c
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL ftp.c
gcc -o smbdes.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL libs/smbdes.c
gcc -o ntlm.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL ntlm.c
gcc -o stringtable.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL stringtable.c
gcc -o srvwebadmin.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL webadmin.c
gcc -o srvdnspr.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL dnspr.c
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL plugins.c
gcc -o 3proxy -Wall -O2 -pthread   3proxy.o mainfunc.o auth.o datatypes.o srvproxy.o srvpop3p.o srvsmtpp.o srvftppr.o srvsocks.o srvtcppm.o srvicqpr.o srvmsnpr.o srvudppm.o sockmap.o sockgetchar.o myalloc.o common.o mycrypt.o md5.o md4.o base64.o ftp.o smbdes.o ntlm.o stringtable.o srvwebadmin.o srvdnspr.o plugins.o
gcc -o mycryptmain.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN mycrypt.c
gcc -o mycrypt  -Wall -O2 -pthread md4.o md5.o base64.o mycryptmain.o
gcc -o dighosts.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL dighosts.c
gcc -o dighosts -Wall -O2 -pthread  dighosts.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DNOPORTMAP pop3p.c
In file included from pop3p.c:72:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o pop3p -Wall -O2 -pthread  sockmap.o pop3p.o sockgetchar.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DNOPORTMAP smtpp.c
smtpp.c: In function 'readreply':
smtpp.c:41: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
smtpp.c: In function 'readcommand':
smtpp.c:48: warning: unused variable 'res'
smtpp.c: In function 'readdata':
smtpp.c:67: warning: unused variable 'res'
smtpp.c: In function 'smtppchild':
smtpp.c:122: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
smtpp.c:129: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:136: warning: pointer targets in passing argument 1 of 'parseconnusername' differ in signedness
smtpp.c:137: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:145: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
smtpp.c:145: warning: pointer targets in assignment differ in signedness
smtpp.c:153: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:161: warning: pointer targets in passing argument 1 of 'parseconnusername' differ in signedness
smtpp.c:162: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:165: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
smtpp.c:165: warning: pointer targets in assignment differ in signedness
smtpp.c:191: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
smtpp.c:207: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:210: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:215: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:216: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:217: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:222: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:223: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:224: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:229: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:235: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:238: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:242: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
smtpp.c:244: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
smtpp.c:258: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
In file included from smtpp.c:302:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o smtpp -Wall -O2 -pthread  sockmap.o smtpp.o sockgetchar.o base64.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DNOPORTMAP ftppr.c
In file included from ftppr.c:267:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o ftppr -Wall -O2 -pthread  sockmap.o ftppr.o sockgetchar.o myalloc.o common.o ftp.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DPORTMAP tcppm.c
In file included from tcppm.c:40:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o tcppm -Wall -O2 -pthread  sockmap.o sockgetchar.o tcppm.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DPORTMAP icqpr.c
icqpr.c: In function 'searchcookie':
icqpr.c:132: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
icqpr.c:136: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
icqpr.c: In function 'icq_srv':
icqpr.c:206: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:209: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:218: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:241: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c:247: warning: pointer targets in passing argument 2 of 'param->srv->logfunc' differ in signedness
icqpr.c: In function 'readflap':
icqpr.c:342: warning: pointer targets in passing argument 3 of 'sockgetlinebuf' differ in signedness
icqpr.c: In function 'icqprchild':
icqpr.c:421: warning: pointer targets in assignment differ in signedness
In file included from icqpr.c:531:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
icqpr.c: At top level:
icqpr.c:17: warning: 'hexdump' defined but not used
gcc -o icqpr -Wall -O2 -pthread  sockmap.o sockgetchar.o icqpr.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DPORTMAP msnpr.c
msnpr.c: In function 'msn_srv':
msnpr.c:46: warning: pointer targets in assignment differ in signedness
msnpr.c:62: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
msnpr.c:62: warning: pointer targets in assignment differ in signedness
msnpr.c:69: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
msnpr.c: In function 'msnprchild':
msnpr.c:125: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
msnpr.c:137: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
msnpr.c:144: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
msnpr.c:153: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
msnpr.c:153: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
msnpr.c:174: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
msnpr.c:179: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
msnpr.c:185: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
msnpr.c:188: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
In file included from msnpr.c:232:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o msnpr -Wall -O2 -pthread  sockmap.o sockgetchar.o msnpr.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DPORTMAP udppm.c
udppm.c: In function 'udppmchild':
udppm.c:39: warning: unused variable 'fds'
udppm.c:38: warning: unused variable 'udpmappings'
In file included from udppm.c:117:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o udppm -Wall -O2 -pthread  sockmap.o sockgetchar.o udppm.o myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DNOPORTMAP socks.c
In file included from socks.c:420:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o socks -Wall -O2 -pthread  sockmap.o socks.o sockgetchar.o  myalloc.o common.o
gcc -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITHMAIN -DNOPORTMAP -DANONYMOUS proxy.c
proxy.c: In function 'proxychild':
proxy.c:317: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxy.c:317: warning: pointer targets in assignment differ in signedness
proxy.c:471: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
proxy.c:490: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
proxy.c:878: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
proxy.c:894: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness
proxy.c:972: warning: pointer targets in passing argument 3 of 'sockgetlinebuf' differ in signedness
proxy.c:974: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
proxy.c:983: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
proxy.c:987: warning: pointer targets in passing argument 3 of 'sockgetlinebuf' differ in signedness
proxy.c:988: warning: pointer targets in passing argument 2 of 'socksend' differ in signedness
proxy.c:1024: warning: pointer targets in passing argument 2 of 'logurl' differ in signedness
proxy.c:1067: warning: pointer targets in passing argument 2 of 'logurl' differ in signedness
In file included from proxy.c:1084:
proxymain.c: In function 'main':
proxymain.c:436: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness
proxymain.c:436: warning: pointer targets in assignment differ in signedness
gcc -o proxy -Wall -O2 -pthread  sockmap.o proxy.o sockgetchar.o myalloc.o common.o base64.o ftp.o
gcc -o countersutil.o -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL countersutil.c
gcc -o countersutil -Wall -O2 -pthread  countersutil.o
make: don't know how to make w. Stop
make: don't know how to make w. Stop
make: don't know how to make w. Stop
gmake[1]: Leaving directory `/root/3proxy-0.7-devel/src'

Высказать мнение | Ответить | Правка | Cообщить модератору

Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от ALex_hha (ok) on 07-Окт-09, 12:04 
Вообще то стабильная версия 0.6. Зачем тебе devel?


# make -f Makefile.unix
...
...
...
gcc -o../../PCREPlugin.ld.so -Wall -O2 -pthread -shared pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_dftables.o pcre_plugin.o pcreposix.o

# uname -a
FreeBSD freebsd7.vmware.local 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

Собрался без проблем

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от i_no_k (ok) on 07-Окт-09, 12:19 
>Вообще то стабильная версия 0.6. Зачем тебе devel?

В 0.7 ветке добавлена авторизация по dns-имени машины, с которой приходит запрос.

># uname -a
>FreeBSD freebsd7.vmware.local 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>    root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>
>Собрался без проблем

Ты не первый, кто мне это пишет (( Вот я и пытаюсь понять, чего не хватает у меня. FreeBSD стоит тоже под VMWare (ESXi3.5\ESXi4), устанавливаю - standart+все сорцы+gmake, больше ничего не делая пытаюсь собрать - и нифига.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от ALex_hha (ok) on 07-Окт-09, 12:26 
>[оверквотинг удален]
>># uname -a
>>FreeBSD freebsd7.vmware.local 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>>    root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>>
>>Собрался без проблем
>
>Ты не первый, кто мне это пишет (( Вот я и пытаюсь
>понять, чего не хватает у меня. FreeBSD стоит тоже под VMWare
>(ESXi3.5\ESXi4), устанавливаю - standart+все сорцы+gmake, больше ничего не делая пытаюсь собрать
>- и нифига.

gmake от make отличить можешь?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

4. "Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от i_no_k (ok) on 07-Окт-09, 12:51 
>
>gmake от make отличить можешь?

Могу, но не смог его найти в портах - pkg_add make его не находит, зрительно на ftp с портами его тоже узнать не смог. Если напишешь, как его поставить - буду безмерно благодарен.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от i_no_k (ok) on 07-Окт-09, 13:40 
Про make - нашел его на "чистой" FreeBSD 7.2, успешно им скомпилировал, спасибо огромное!
Остался вопрос только - как его поставить можно отдельно - в pfSense есть только gmake, sysinstall-a нет, в портах его не нашел.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

6. "Установка 3proxy 0.7 под FreeBSD"  +/
Сообщение от ALex_hha (ok) on 07-Окт-09, 14:55 
>Про make - нашел его на "чистой" FreeBSD 7.2, успешно им скомпилировал,
>спасибо огромное!
>Остался вопрос только - как его поставить можно отдельно - в pfSense
>есть только gmake, sysinstall-a нет, в портах его не нашел.

make "входит в саму фрю"

Что такое pfSense не знаю, поэтому как его добавить туда без понятия

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру