27 messages in ru.sysoev.nginxRe: nginx-0.7.46
FromSent OnAttachments
Igor SysoevMar 30, 2009 4:05 am 
Maxim DouninMar 30, 2009 4:42 am 
Igor SysoevMar 30, 2009 5:20 am.freebsd4
adiMar 30, 2009 10:11 am 
Ex ExMar 30, 2009 10:54 am 
Ruslan MalymonMar 30, 2009 11:03 am 
Igor SysoevMar 30, 2009 11:53 pm 
Glen LumanauMar 31, 2009 7:49 pm 
Igor SysoevMar 31, 2009 9:58 pm 
Glen LumanauApr 1, 2009 12:16 am 
Igor SysoevApr 1, 2009 12:24 am 
Michael ShadleApr 1, 2009 12:29 am 
Glen LumanauApr 1, 2009 12:33 am 
Igor SysoevApr 1, 2009 12:37 am 
Michael ShadleApr 1, 2009 12:50 am 
Igor SysoevApr 1, 2009 12:53 am 
Michael ShadleApr 1, 2009 1:07 am 
Igor SysoevApr 1, 2009 1:10 am 
Michael ShadleApr 1, 2009 2:11 am 
Glen LumanauApr 1, 2009 2:16 am 
Igor SysoevApr 1, 2009 2:24 am 
Michael ShadleApr 1, 2009 3:14 am 
Otto BretzApr 1, 2009 7:15 am 
Igor SysoevApr 1, 2009 7:20 am 
Otto BretzApr 1, 2009 8:12 am 
Igor SysoevApr 1, 2009 8:16 am.openbsd
Otto BretzApr 1, 2009 9:20 am 
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.46Actions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Apr 1, 2009 8:16:54 am
List:ru.sysoev.nginx
Attachments:
patch.openbsd - 0.5k

On Wed, Apr 01, 2009 at 05:12:32PM +0200, Otto Bretz wrote:

2009/4/1 Igor Sysoev <is@rambler-co.ru>:

What does configure show ?

http://pastebin.com/m3ef8c583

Try the attached patch.

Index: src/os/unix/ngx_posix_config.h =================================================================== --- src/os/unix/ngx_posix_config.h (revision 1955) +++ src/os/unix/ngx_posix_config.h (working copy) @@ -44,6 +44,9 @@ #include <grp.h> #include <dirent.h> #include <glob.h> +#if (NGX_HAVE_SYS_PARAM_H) +#include <sys/param.h> /* statfs() */ +#endif #if (NGX_HAVE_SYS_MOUNT_H) #include <sys/mount.h> /* statfs() */ #endif