| View previous topic :: View next topic |
| Author |
Message |
bigmike Voice
Joined: 24 Oct 2005 Posts: 8
|
Posted: Fri Jan 26, 2007 2:40 am Post subject: openssl/md5.h: No such file or directory |
|
|
Hey i did everythin but when i get up to make install i get the following error, can someone please help.
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 _________________ http://krazyphatclips.com |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Jan 26, 2007 3:24 am Post subject: |
|
|
| Quote: | | dcc.c:38:25: openssl/md5.h: No such file or directory |
Download and install/re-install openssl from source. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
bigmike Voice
Joined: 24 Oct 2005 Posts: 8
|
Posted: Fri Jan 26, 2007 3:38 am Post subject: |
|
|
i did and that always happens, and i found the md5.h file 2 _________________ http://krazyphatclips.com |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Jan 26, 2007 5:29 am Post subject: |
|
|
Am not exactly sure of this but maybe compile 1.6.18 instead as some OS "compatibility" issues were solved. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
bigmike Voice
Joined: 24 Oct 2005 Posts: 8
|
Posted: Fri Jan 26, 2007 7:57 am Post subject: |
|
|
ok i will try when i get home from work, thanks _________________ http://krazyphatclips.com |
|
| Back to top |
|
 |
ereetos Voice
Joined: 22 Feb 2007 Posts: 1
|
Posted: Thu Feb 22, 2007 8:08 pm Post subject: |
|
|
I had this problem as well and compared the location of the md5.h file on two different linux installs.
seems eggy is trying to find the md5.h in /usr/include/openssl
and on my system it was in /usr/local/ssl/include/openssl/
i simply did: ln -s /usr/local/ssl/include/openssl/ /usr/include/openssl/
this fixed my compile problem
edit: woops now my linking is broke!
fixed this by reading this thread: http://forum.egghelp.org/viewtopic.php?t=5537 |
|
| Back to top |
|
 |
|