now i solved that ./configure --with-ssl=/usr thinge
but when i type "make" it doesnt work! have tryed both patches now.
eggdrop1.16.15 and
eggdrop1.6.13
that SSL patch
and getting this error when i "make"
Code: Select all
make
make[1]: Entering directory `/home/botfan/eggdrop1.6.13/src'
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I/usr/include -I.. -I.. -DHAVE_CONFIG_H -c dccutil.c
dccutil.c:36:17: net.h: No such file or directory
dccutil.c:42: parse error before '*' token
dccutil.c:42: warning: type defaults to `int' in declaration of `socklist'
dccutil.c:42: warning: data definition has no type or storage class
dccutil.c: In function `init_dcc_max':
dccutil.c:65: `sock_list' undeclared (first use in this function)
dccutil.c:65: (Each undeclared identifier is reported only once
dccutil.c:65: for each function it appears in.)
dccutil.c:65: parse error before ')' token
dccutil.c:67: parse error before "else"
dccutil.c:70: request for member `flags' in something not a structure or union
dccutil.c: In function `expmem_dccutil':
dccutil.c:77: `sock_list' undeclared (first use in this function)
make[1]: *** [dccutil.o] Error 1
make[1]: Leaving directory `/home/botfan/eggdrop1.6.13/src'
make: *** [modegg] Error 2

Linux dist: Slackware 9.0
I have updated the lib database and no luck. hope anyone knows what i do wrong.
// Thanks
---------------------------------------------------
Edit!
Now i typed "make clean" and after that "make static" and got his
Code: Select all
gcc -pipe -g -O2 -Wall -I/usr/include -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c dccutil.c
dccutil.c:36:17: net.h: No such file or directory
dccutil.c:42: parse error before '*' token
dccutil.c:42: warning: type defaults to `int' in declaration of `socklist'
dccutil.c:42: warning: data definition has no type or storage class
dccutil.c: In function `init_dcc_max':
dccutil.c:65: `sock_list' undeclared (first use in this function)
dccutil.c:65: (Each undeclared identifier is reported only once
dccutil.c:65: for each function it appears in.)
dccutil.c:65: parse error before ')' token
dccutil.c:67: parse error before "else"
dccutil.c:70: request for member `flags' in something not a structure or union
dccutil.c: In function `expmem_dccutil':
dccutil.c:77: `sock_list' undeclared (first use in this function)
make[1]: *** [dccutil.o] Error 1
make[1]: Leaving directory `/home/botfan/eggdrop1.6.13/src'
make: *** [static] Error 2
Hope it can be to any help. sry for this very very long post.