|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ошибка компиляции с модул ем кеширования
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Ошибка компиляции с модул ем кеширования
- From: Alrond <rusnginx@xxxxxxxxx>
- Date: Wed, 20 May 2009 23:10:57 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=OFrdYxR5+7UyWMVWAo4z/D2pBWrWqS2d4eOsvr8uOMc=; b=oC5Kz4voMeUIPy5Id7RFeFx8KJeQY8xe+3JOvMS6PRJ22Clgzu5DfIe4jPcUQJwmqu AhU4jv/PEq18IErtPNVDo343wc2H7I8ILzV8nUinv2r8Woz4SQT7wKExHVWbmFZHnWd7 zVkIDqQHcQxIiPPot+UDAO3k9zjnhc3F9XtmA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Xj16PD+LVg+ISgFLGvXgYGd46h2YSI/g8oCfJtXDhQHjKDdVpFjJFm68Z/T4eQpFZZ YYi2awJM4LOuOUsHUnMr4KL0BSUMAvmk1pkIjEucLT/q5RB/NCUv6cDYvvzfo2XlWv1u 5N0n5HtSw7vhd3BUPBXHRYzLBnrc5NFYKzgmI=
- In-reply-to: <de20cc7b0905201357v2c18796xfec2284300354730@xxxxxxxxxxxxxx>
- References: <de20cc7b0905201357v2c18796xfec2284300354730@xxxxxxxxxxxxxx>
Если добавить опцию --with-cc-opt='-I /opt/openssl-0.9.8k/include/' то ошибка трансформируется в
objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ objs/src/http/modules/ngx_http_stub_status_module.o \
objs/ngx_modules.o \ -lcrypt /opt/pcre-7.9/.libs/libpcre.a -lz objs/src/http/ngx_http_file_cache.o: In function `ngx_http_file_cache_create_key': /opt/nginx-0.7.58/src/http/ngx_http_file_cache.c:128: undefined reference to `MD5_Init'
/opt/nginx-0.7.58/src/http/ngx_http_file_cache.c:138: undefined reference to `MD5_Update' /opt/nginx-0.7.58/src/http/ngx_http_file_cache.c:145: undefined reference to `MD5_Final' collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1 make[1]: Leaving directory `/opt/nginx-0.7.58' make: *** [build] Error 2
|
|
|