<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7601.17573"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>yes, it's working now. I've installed the openssl devel package. and </DIV>
<DIV>&nbsp;</DIV>
<DIV>checking for OpenSSL sha1 crypto library </DIV>
<DIV>&nbsp;</DIV>
<DIV>says "found"</DIV>
<DIV>&nbsp;</DIV>
<DIV>make succeeds.</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks for that great support!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Cheers,</DIV>
<DIV>DJ<BR><BR>&gt;&gt;&gt; "Dalibor Jotanovic" &lt;Dalibor.Jotanovic@herold.at&gt; 6/16/2011 12:57 &gt;&gt;&gt;<BR></DIV>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>you are right! </DIV>
<DIV>&nbsp;</DIV>
<DIV>checking for OpenSSL sha1 crypto library ... not found</DIV>
<DIV>&nbsp;</DIV>
<DIV>Let me&nbsp;try to install the correct libs and recompile.</DIV>
<DIV>&nbsp;</DIV>
<DIV>To be continued..</DIV>
<DIV>&nbsp;</DIV>
<DIV>DJ<BR><BR>&gt;&gt;&gt; Maxim Dounin &lt;mdounin@mdounin.ru&gt; 6/16/2011 12:15 &gt;&gt;&gt;<BR>Hello!<BR><BR>On Thu, Jun 16, 2011 at 12:01:26PM +0200, Dalibor Jotanovic wrote:<BR><BR>&gt; Hi,<BR>&gt;&nbsp; <BR>&gt; sure, here it is:<BR>&gt;&nbsp; <BR>&gt; gcc -c -pipe&nbsp; -O -W -Wall -Wpointer-arith -Wno-unused-parameter<BR>&gt; -Wunused-function -Wunused-variable -Wunused-value -Werror -g&nbsp;&nbsp; -I<BR>&gt; src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I<BR>&gt; src/http -I src/http/modules -I src/mail \<BR>&gt;&nbsp;&nbsp; -o objs/addon/nginx-sticky-module-1.0-rc2/ngx_http_sticky_misc.o \<BR>&gt;&nbsp;&nbsp; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c<BR>&gt; In file included from<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:11:<BR>&gt; src/core/ngx_sha1.h:18:17: error: sha.h: No such file or directory<BR>&gt; In file included from<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:11:<BR>&gt; src/core/ngx_sha1.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or<BR>&gt; ‘__attribute__’ before ‘ngx_sha1_t’<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c: In<BR>&gt; function ‘ngx_http_sticky_misc_md5’:<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:115:<BR>&gt; error: ‘MD5_DIGEST_LENGTH’ undeclared (first use in this function)<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:115:<BR>&gt; error: (Each undeclared identifier is reported only once<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:115:<BR>&gt; error: for each function it appears in.)<BR>&gt; cc1: warnings being treated as errors<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:115:<BR>&gt; warning: unused variable ‘hash’<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c: In<BR>&gt; function ‘ngx_http_sticky_misc_sha1’:<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:133:<BR>&gt; error: ‘ngx_sha1_t’ undeclared (first use in this function)<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:133:<BR>&gt; error: expected ‘;’ before ‘sha1’<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:134:<BR>&gt; error: ‘SHA_DIGEST_LENGTH’ undeclared (first use in this function)<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:142:<BR>&gt; warning: implicit declaration of function ‘SHA1_Init’<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:142:<BR>&gt; error: ‘sha1’ undeclared (first use in this function)<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:143:<BR>&gt; warning: implicit declaration of function ‘SHA1_Update’<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:144:<BR>&gt; warning: implicit declaration of function ‘SHA1_Final’<BR>&gt; ../modules/nginx-sticky-module-1.0-rc2//ngx_http_sticky_misc.c:134:<BR>&gt; warning: unused variable ‘hash’<BR>&gt; make[1]: ***<BR>&gt; [objs/addon/nginx-sticky-module-1.0-rc2/ngx_http_sticky_misc.o] Error 1<BR>&gt; make[1]: Leaving directory `/root/src/nginx-1.0.4'<BR>&gt; make: *** [build] Error 2<BR>&gt;&nbsp; <BR>&gt; Seems that the error is a different one, i wasn't aware of that.<BR>&gt; However, compiling fails..<BR><BR>It seems that you don't have any library with SHA1 functions <BR>required for sticky module.&nbsp; Configure script should write <BR>something like 'sha1: not found' (but it doesn't fail as SHA1 is <BR>considered to be optional by nginx itself).<BR><BR>Easiest way to fix this is to install OpenSSL library (and <BR>headers).<BR><BR>Maxim Dounin<BR><BR>&gt;&nbsp; <BR>&gt; Cheers,<BR>&gt; DJ<BR>&gt; <BR>&gt; &gt;&gt;&gt; Maxim Dounin &lt;mdounin@mdounin.ru&gt; 6/16/2011 11:45 &gt;&gt;&gt;<BR>&gt; Hello!<BR>&gt; <BR>&gt; On Thu, Jun 16, 2011 at 10:33:19AM +0200, Dalibor Jotanovic wrote:<BR>&gt; <BR>&gt; &gt; Hi,<BR>&gt; &gt;&nbsp; <BR>&gt; &gt; actually, not it is not. We have the same error in 1.0.4, as stated.<BR>&gt; <BR>&gt; Please provide output of make for 1.0.4 if you think it isn't.<BR>&gt; <BR>&gt; Maxim Dounin<BR>&gt; <BR>&gt; &gt;&nbsp; <BR>&gt; &gt; Cheers,<BR>&gt; &gt; DJ<BR>&gt; &gt; <BR>&gt; &gt; &gt;&gt;&gt; Maxim Dounin &lt;mdounin@mdounin.ru&gt; 6/16/2011 9:59 &gt;&gt;&gt;<BR>&gt; &gt; Hello!<BR>&gt; &gt; <BR>&gt; &gt; On Thu, Jun 16, 2011 at 09:56:15AM +0200, Stephan Wolfauer wrote:<BR>&gt; &gt; <BR>&gt; &gt; &gt; Hello,<BR>&gt; &gt; &gt;&nbsp; <BR>&gt; &gt; &gt; we have problems compiling the nginx-sticky module (downloaded<BR>&gt; from<BR>&gt; &gt; &gt; <A href="http://code.google.com/p/nginx-sticky-module/downloads/list)">http://code.google.com/p/nginx-sticky-module/downloads/list)</A> in<BR>&gt; &gt; nginx<BR>&gt; &gt; &gt; version 1.0.3 and 1.0.4. Here is the output of the "make" command: <BR>&gt; <BR>&gt; &gt; &gt;&nbsp; <BR>&gt; &gt; &gt; gcc -c -pipe&nbsp; -O -W -Wall -Wpointer-arith -Wno-unused-parameter<BR>&gt; &gt; &gt; -Wunused-function -Wunused-variable -Wunused-value -Werror -g&nbsp; -I<BR>&gt; &gt; &gt; src/core -I src/event -I src/event/modules -I src/os/unix -I objs<BR>&gt; \<BR>&gt; &gt; &gt;&nbsp;&nbsp; -o objs/src/core/ngx_crypt.o \<BR>&gt; &gt; &gt;&nbsp;&nbsp; src/core/ngx_crypt.c<BR>&gt; &gt; &gt; cc1: warnings being treated as errors<BR>&gt; &gt; &gt; src/core/ngx_crypt.c: In function \u2018ngx_crypt_apr1\u2019:<BR>&gt; &gt; &gt; src/core/ngx_crypt.c:76: warning: pointer targets in passing<BR>&gt; argument<BR>&gt; &gt; 2<BR>&gt; &gt; &gt; of \u2018ngx_m<BR>&gt; d5_update\u2019 differ in signedness<BR>&gt; &gt; &gt; make[1]: *** [objs/src/core/ngx_crypt.o] Error 1<BR>&gt; &gt; &gt; make[1]: Leaving directory `/root/src/nginx-1.0.3'<BR>&gt; &gt; &gt; make: *** [build] Error 2<BR>&gt; &gt; &gt; Does anybody know how to fix this error?<BR>&gt; &gt; <BR>&gt; &gt; This is fixed in 1.0.4.<BR>&gt; &gt; <BR>&gt; &gt; Maxim Dounin<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; nginx mailing list<BR>&gt; &gt; nginx@nginx.org<BR>&gt; &gt; <A href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</A><BR>&gt; &gt; <BR>&gt; &gt; HEROLD Business Data GmbH<BR>&gt; &gt; Guntramsdorfer Straße 105<BR>&gt; &gt; A-2340 Mödling<BR>&gt; &gt; <BR>&gt; &gt; FN 233171z<BR>&gt; &gt; Landesgericht Wiener Neustadt <BR>&gt; &gt;&nbsp;&nbsp; <BR>&gt; &gt; Besuchen Sie uns online und mobil www.herold.at!<BR>&gt; &gt; <BR>&gt; &gt; Weitere Informationen zu unseren Produkten finden Sie unter:<BR>&gt; &gt; <A href="http://mobile.herold.at">http://mobile.herold.at</A><BR>&gt; &gt; <A href="http://daten.herold.at">http://daten.herold.at</A><BR>&gt; &gt; <BR>&gt; &gt; Werden Sie Fan von HEROLD auf Facebook!<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Bitte beachten Sie auch unsere Tochter- und Partner-Unternehmen:<BR>&gt; &gt; www.clearsense.at<BR>&gt; &gt; www.tupalo.com<BR>&gt; &gt; www.aboutmedia.at<BR>&gt; &gt; www.love.at<BR>&gt; &gt; www.reise-hero.at<BR>&gt; &gt; www.urlauburlaub.at<BR>&gt; &gt;&nbsp; <BR>&gt; &gt; Diese E-Mail kann vertrauliche und/oder rechtlich geschützte<BR>&gt; &gt; Informationen enthalten. Wenn Sie nicht der richtige Adressat sind<BR>&gt; oder<BR>&gt; &gt; diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort<BR>&gt; den<BR>&gt; &gt; Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren<BR>&gt; sowie<BR>&gt; &gt; die unbefugte Weitergabe dieser Mail sind nicht gestattet. <BR>&gt; &gt; <BR>&gt; &gt; This e-mail may contain confidential and/or privileged information.<BR>&gt; If<BR>&gt; &gt; you are not the intended recipient (or have received this e-mail in<BR>&gt; &gt; error) please notify the sender immediately and delete this e-mail.<BR>&gt; Any<BR>&gt; &gt; unauthorized copying, disclosure or distribution of the material in<BR>&gt; this<BR>&gt; &gt; e-mail is strictly forbidden. <BR>&gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; nginx mailing list<BR>&gt; &gt; nginx@nginx.org<BR>&gt; &gt; <A href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</A><BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; nginx mailing list<BR>&gt; nginx@nginx.org<BR>&gt; <A href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</A><BR>&gt; <BR>&gt; HEROLD Business Data GmbH<BR>&gt; Guntramsdorfer Straße 105<BR>&gt; A-2340 Mödling<BR>&gt; <BR>&gt; FN 233171z<BR>&gt; Landesgericht Wiener Neustadt <BR>&gt;&nbsp;&nbsp; <BR>&gt; Besuchen Sie uns online und mobil www.herold.at!<BR>&gt; <BR>&gt; Weitere Informationen zu unseren Produkten finden Sie unter:<BR>&gt; <A href="http://mobile.herold.at">http://mobile.herold.at</A><BR>&gt; <A href="http://daten.herold.at">http://daten.herold.at</A><BR>&gt; <BR>&gt; Werden Sie Fan von HEROLD auf Facebook!<BR>&gt; <BR>&gt; <BR>&gt; Bitte beachten Sie auch unsere Tochter- und Partner-Unternehmen:<BR>&gt; www.clearsense.at<BR>&gt; www.tupalo.com<BR>&gt; www.aboutmedia.at<BR>&gt; www.love.at<BR>&gt; www.reise-hero.at<BR>&gt; www.urlauburlaub.at<BR>&gt;&nbsp; <BR>&gt; Diese E-Mail kann vertrauliche und/oder rechtlich geschützte<BR>&gt; Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder<BR>&gt; diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den<BR>&gt; Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie<BR>&gt; die unbefugte Weitergabe dieser Mail sind nicht gestattet. <BR>&gt; <BR>&gt; This e-mail may contain confidential and/or privileged information. If<BR>&gt; you are not the intended recipient (or have received this e-mail in<BR>&gt; error) please notify the sender immediately and delete this e-mail. Any<BR>&gt; unauthorized copying, disclosure or distribution of the material in this<BR>&gt; e-mail is strictly forbidden. <BR><BR>&gt; _______________________________________________<BR>&gt; nginx mailing list<BR>&gt; nginx@nginx.org<BR>&gt; <A href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</A><BR><BR><BR>_______________________________________________<BR>nginx mailing list<BR>nginx@nginx.org<BR><A href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</A><BR></DIV><BR>
<DIV><A href="http://www.herold.at"></A><FONT size=2 face=Arial><BR><A href="http://www.herold.at"><IMG border=0 src="cid:PROHUPUDTZNL.IMAGE_68.gif"></A><BR><BR>HEROLD Business Data GmbH<BR>Guntramsdorfer Straße 105<BR>A-2340 Mödling<BR><BR>FN 233171z<BR>Landesgericht Wiener Neustadt<BR><BR>Besuchen Sie uns online und mobil auf </FONT><A href="http://www.herold.at"><FONT color=#0000ff size=2 face=Arial><U>www.herold.at</U></FONT></A><FONT size=2 face=Arial>!<BR><BR>Weitere Informationen zu unseren Produkten finden Sie unter:<BR></FONT><A href="http://mobile.herold.at"><FONT color=#0000ff size=2 face=Arial><U>http://mobile.herold.at</U></FONT></A><FONT size=2 face=Arial><BR></FONT><A href="http://daten.herold.at "><FONT color=#0000ff size=2 face=Arial><U>http://daten.herold.at </U></FONT></A><FONT size=2 face=Arial><BR><BR></FONT><A href="http://www.facebook.com/derherold"><IMG border=0 src="cid:YPWCDLLCBWOG.IMAGE_69.gif"></A><FONT size=2 face=Arial>Werden Sie Fan von HEROLD auf Facebook!<BR><BR><BR>Bitte beachten Sie auch unsere Tochter- und Partner-Unternehmen:<BR></FONT><A href="http://www.clearsense.at"><FONT color=#0000ff size=2 face=Arial><U>www.clearsense.at </U></FONT></A><FONT size=2 face=Arial><BR></FONT><A href="http://www.tupalo.com"><FONT color=#0000ff size=2 face=Arial><U>www.tupalo.com </U></FONT></A><FONT size=2 face=Arial><BR></FONT><A href="http://www.aboutmedia.at"><FONT color=#0000ff size=2 face=Arial><U>www.aboutmedia.at</U></FONT></A><FONT color=#0000ff size=2 face=Arial><U><A href="http://www.tupalo.com"> </A></U></FONT><FONT size=2 face=Arial><BR></FONT><A href="http://www.love.at"><FONT color=#0000ff size=2 face=Arial><U>www.love.at</U></FONT></A><FONT color=#0000ff size=2 face=Arial><U><A href="http://www.tupalo.com"> </A></U></FONT><FONT size=2 face=Arial><BR></FONT><A href="http://www.reise-hero.at"><FONT color=#0000ff size=2 face=Arial><U>www.reise-hero.at</U></FONT></A><FONT color=#0000ff size=2 face=Arial><U><A href="http://www.tupalo.com"> </A></U></FONT><FONT size=2 face=Arial><BR></FONT><A href="http://www.urlauburlaub.at"><FONT color=#0000ff size=2 face=Arial><U>www.urlauburlaub.at</U></FONT></A><FONT color=#0000ff size=2 face=Arial><U><A href="http://www.tupalo.com"> </A></U></FONT><FONT size=2 face=Arial><BR><A href="http://www.tupalo.com"></A><BR>Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet.<BR><BR>This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. </FONT></DIV><BR><BR><FONT style="BACKGROUND-COLOR: #ffffff">
<P align=center><FONT style="BACKGROUND-COLOR: #ffffff">Click <A href="https://www.mailcontrol.com/sr/qyEQi6Fm3BnTndxI!oX7UjJJ!anWfNjRzfHu8joVzzjZYzvuLOxFiW8fw!e1XF0!u9b14QDljuHFX!XDabuzkg==">here</A> to report this email as spam.</FONT></P></FONT></BODY></HTML>