<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>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 src="cid:TEQFXHTBENFC.4c28c7ed.gif" border="0"></a><br><br>HEROLD 
      Business Data GmbH<br>Guntramsdorfer Stra&#223;e 105<br>A-2340 M&#246;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 size="2" face="Arial" color="#0000ff"><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 size="2" face="Arial" color="#0000ff"><u>http://mobile.herold.at</u></font></a><font size="2" face="Arial"><br></font><a href="http://daten.herold.at "><font size="2" face="Arial" color="#0000ff"><u>http://daten.herold.at 
      </u></font></a><font size="2" face="Arial"><br><br></font><a href="http://www.facebook.com/derherold"><img src="cid:LCGTTRRNUOWS.4c28c7ee.gif" border="0"></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 size="2" face="Arial" color="#0000ff"><u>www.clearsense.at 
      </u></font></a><font size="2" face="Arial"><br></font><a href="http://www.tupalo.com"><font size="2" face="Arial" color="#0000ff"><u>www.tupalo.com 
      </u></font></a><font size="2" face="Arial"><br></font><a href="http://www.aboutmedia.at"><font size="2" face="Arial" color="#0000ff"><u>www.aboutmedia.at</u></font></a><font size="2" face="Arial" color="#0000ff"><u><a href="http://www.tupalo.com">
</a></u></font><font size="2" face="Arial"><br></font><a href="http://www.love.at"><font size="2" face="Arial" color="#0000ff"><u>www.love.at</u></font></a><font size="2" face="Arial" color="#0000ff"><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 size="2" face="Arial" color="#0000ff"><u>www.reise-hero.at</u></font></a><font size="2" face="Arial" color="#0000ff"><u><a href="http://www.tupalo.com">
</a></u></font><font size="2" face="Arial"><br></font><a href="http://www.urlauburlaub.at"><font size="2" face="Arial" color="#0000ff"><u>www.urlauburlaub.at</u></font></a><font size="2" face="Arial" color="#0000ff"><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&#252;tzte 
      Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder 
      diese E-Mail irrt&#252;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>
  </BODY></HTML>