32 messages in ru.sysoev.nginxRe: nginx-0.7.44
FromSent OnAttachments
Igor SysoevMar 23, 2009 6:32 am 
lhmwzyMar 23, 2009 6:48 am 
Kevin WorthingtonMar 23, 2009 7:18 am 
Jérôme LoyetMar 23, 2009 7:36 am 
Jérôme LoyetMar 23, 2009 7:41 am 
Delta YehMar 23, 2009 7:42 am 
Igor SysoevMar 23, 2009 7:46 am 
Jérôme LoyetMar 23, 2009 7:55 am 
Igor SysoevMar 23, 2009 7:57 am 
Igor SysoevMar 23, 2009 7:58 am 
Jérôme LoyetMar 23, 2009 8:06 am 
Igor SysoevMar 23, 2009 8:14 am 
Jérôme LoyetMar 23, 2009 8:27 am 
Igor SysoevMar 23, 2009 8:29 am 
Floren MunteanuMar 23, 2009 8:54 am 
Jérôme LoyetMar 23, 2009 9:03 am 
Igor SysoevMar 23, 2009 9:07 am 
Igor SysoevMar 23, 2009 9:10 am 
Anton YuzhaninovMar 23, 2009 9:18 am 
Floren MunteanuMar 23, 2009 9:48 am 
Igor SysoevMar 23, 2009 9:52 am.cache
Jérôme LoyetMar 23, 2009 10:51 am 
Igor SysoevMar 23, 2009 1:04 pm 
Jérôme LoyetMar 24, 2009 12:58 am 
Jérôme LoyetMar 24, 2009 9:07 am 
Igor SysoevMar 24, 2009 9:12 am 
Jérôme LoyetMar 24, 2009 9:29 am 
Igor SysoevMar 24, 2009 9:36 am 
Jérôme LoyetMar 24, 2009 11:21 am 
Igor SysoevMar 25, 2009 10:16 am 
Johan BergströmMar 25, 2009 10:36 am 
Igor SysoevMar 25, 2009 11:50 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.7.44Actions...
From:Jérôme Loyet (jer@loyet.net)
Date:Mar 23, 2009 8:06:09 am
List:ru.sysoev.nginx

2009/3/23 Igor Sysoev <is@rambler-co.ru>:

On Mon, Mar 23, 2009 at 03:55:54PM +0100, J?r?me Loyet wrote:

2009/3/23 Igor Sysoev <is@rambler-co.ru>:

On Mon, Mar 23, 2009 at 03:41:51PM +0100, J?r?me Loyet wrote:

I'm not using openssl and I don't have any md5.h file in my include path. /usr/include/md5.h is valid on BSD but not on Linux. I have to add the openssl library somehow in configure. I think there is a missing check in the configure script.

The build is working correctly if I'm using --openssl-dir=/usr/local/openssl-0.9.6.

Sorry I miss something: The build is working correctly if I'm using --openssl-dir=/usr/local/openssl-0.9.6 AND --with-http_ssl_module (only openssl-dir show that it founds the library but it doesn't use it when compiling (no -I /usr/local/openssl-0.9.6/include))

nginx's configure has no --openssl-dir= option.

I meant --with-openssl= option. Sorry

The --with-openssl= option should point to OpenSSL sources, but not to inlcudes and binary libraries.

OK thx for the answer.