[w3m-dev 04239] Compile error when --without-ssl
SAKAI Kiyotaka <[email protected]> Tue, 15 May 2007 15:21:20 +0900 (JST)
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
CVS w3m configuer --without-ssl
gcc -I. -I. -O2 -I./libwc -I/usr/local/include -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/local/libexec/w3m\" -DCGIBIN_DIR=\"/usr/local/libexec/w3m/cgi-bin\" -DHELP_DIR=\"/usr/local/share/w3m\" -DETC_DIR=\"/usr/local/etc\" -DCONF_DIR=\"/usr/local/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -c -o file.o file.c
file.c:1184:25: error: openssl/md5.h:
file.c: In function 'digest_hex':
file.c:1215: error: 'MD5_DIGEST_LENGTH' undeclared (first use in this function)
()
make: *** [file.o] 1
config.h
#define USE_DIGEST_AUTH 1
/* #undef USE_DIGEST_AUTH */
--without-ssl
configure USE_DIGEST_AUTH undef
--
(E-mail: [email protected])