egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

I need some SSL patching help with eggdrop1.6.17

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help
View previous topic :: View next topic  
Author Message
bigmike
Voice


Joined: 24 Oct 2005
Posts: 8

PostPosted: Sat Dec 23, 2006 11:06 am    Post subject: I need some SSL patching help with eggdrop1.6.17 Reply with quote

when i get up to ./configure and it finish's. It says

checking whether to include SSL support... will try to find
checking for SSL_accept in -lssl... no
configure: error: OpenSSL was not found. Please supply a pathname to OpenSSL

so i did whereis openssl and i get "openssl: /usr/bin/openssl /usr/share/man/man1/openssl.1ssl.gz" and i have given eggy the dir for it and i have also installed openssl in my home dir.

can someone plz help me thanks
Back to top
View user's profile Send private message
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Sat Dec 23, 2006 11:29 pm    Post subject: Reply with quote

you can tell configure where it is with the ENV vars like,

export CFLAGS="$CFLAGS -i /path/to/ssl/includes -l /path/to/ssl/libs";export LDFLAGS="$LDFLAGS -L /path/to/ssl/libs";./configure -options

I usually make a small shell script to set all of the vars and options then just run that to do the configure. So a shell script would look like:

export CFLAGS="$CFLAGS -i /path/to/ssl/includes -l /path/to/ssl/libs"
export LDFLAGS="$LDFLAGS -L /path/to/ssl/libs"
./configure -options
Back to top
View user's profile Send private message
bigmike
Voice


Joined: 24 Oct 2005
Posts: 8

PostPosted: Tue Jan 23, 2007 11:14 pm    Post subject: Reply with quote

gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botmsg.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botnet.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c chanprog.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c cmds.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c dcc.c
dcc.c:38:25: openssl/md5.h: No such file or directory
dcc.c: In function `dcc_bot_digest':
dcc.c:302: error: `MD5_CTX' undeclared (first use in this function)
dcc.c:302: error: (Each undeclared identifier is reported only once
dcc.c:302: error: for each function it appears in.)
dcc.c:302: error: syntax error before "md5context"
dcc.c:307: warning: implicit declaration of function `MD5_Init'
dcc.c:307: error: `md5context' undeclared (first use in this function)
dcc.c:308: warning: implicit declaration of function `MD5_Update'
dcc.c:310: warning: implicit declaration of function `MD5_Final'
dcc.c: In function `dcc_bot_check_digest':
dcc.c:508: error: `MD5_CTX' undeclared (first use in this function)
dcc.c:508: error: syntax error before "md5context"
dcc.c:517: error: `md5context' undeclared (first use in this function)
make[1]: *** [dcc.o] Error 1
make[1]: Leaving directory `/home/bigmike/eggdrop1.6.17/src'
make: *** [modegg] Error 2


i get that now
_________________
http://krazyphatclips.com
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber