V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  chinaiy  ›  全部回复第 12 页 / 共 15 页
回复总数  281
1 ... 4  5  6  7  8  9  10  11  12  13 ... 15  
2016-11-24 10:07:10 +08:00
回复了 qgy18 创建的主题 NGINX [原创]本人之前写的一些关于 Nginx 配置的文章
大大,看你博客配置完整篇一步一步操作,编译和安装 Nginx , make 的时候出现下面的错误,求助解决方法,谢谢

cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../openssl/.openssl/include -I objs -I src/http -I src/http/modules -I src/http/v2 \
-o objs/addon/src/ngx_http_brotli_filter_module.o \
../ngx_brotli/src/ngx_http_brotli_filter_module.c
../ngx_brotli/src/ngx_http_brotli_filter_module.c: In function ‘ ngx_http_brotli_body_filter ’:
../ngx_brotli/src/ngx_http_brotli_filter_module.c:272:9: error: ‘ BrotliEncoderInputBlockSize ’ is deprecated (declared at /usr/local/include/brotli/encode.h:87) [-Werror=deprecated-declarations]
ctx->brotli_ring = BrotliEncoderInputBlockSize(ctx->encoder);
^
../ngx_brotli/src/ngx_http_brotli_filter_module.c: In function ‘ ngx_http_brotli_filter_add_data ’:
../ngx_brotli/src/ngx_http_brotli_filter_module.c:498:5: error: ‘ BrotliEncoderCopyInputToRingBuffer ’ is deprecated (declared at /usr/local/include/brotli/encode.h:95) [-Werror=deprecated-declarations]
BrotliEncoderCopyInputToRingBuffer(ctx->encoder, size, b->pos);
^
../ngx_brotli/src/ngx_http_brotli_filter_module.c: In function ‘ ngx_http_brotli_filter_process ’:
../ngx_brotli/src/ngx_http_brotli_filter_module.c:534:5: error: ‘ BrotliEncoderWriteData ’ is deprecated (declared at /usr/local/include/brotli/encode.h:109) [-Werror=deprecated-declarations]
if (!BrotliEncoderWriteData(ctx->encoder, ctx->last, ctx->flush, &size,
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/src/ngx_http_brotli_filter_module.o] Error 1
make[1]: Leaving directory `/root/nginx-1.11.5'
make: *** [build] Error 2
2016-11-24 09:50:34 +08:00
回复了 wql 创建的主题 NGINX 为 nginx 启用 Brotli 压缩算法,提高性能
@qgy18 看你博客配置完整篇一步一步操作,编译和安装 Nginx 这一步: make ,出现下面的错误,昨天研究到现在都不知道怎么解决,求助,谢谢

cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../openssl/.openssl/include -I objs -I src/http -I src/http/modules -I src/http/v2 \
-o objs/addon/src/ngx_http_brotli_filter_module.o \
../ngx_brotli/src/ngx_http_brotli_filter_module.c
../ngx_brotli/src/ngx_http_brotli_filter_module.c: In function ‘ ngx_http_brotli_body_filter ’:
../ngx_brotli/src/ngx_http_brotli_filter_module.c:272:9: error: ‘ BrotliEncoderInputBlockSize ’ is deprecated (declared at /usr/local/include/brotli/encode.h:87) [-Werror=deprecated-declarations]
ctx->brotli_ring = BrotliEncoderInputBlockSize(ctx->encoder);
^
../ngx_brotli/src/ngx_http_brotli_filter_module.c: In function ‘ ngx_http_brotli_filter_add_data ’:
../ngx_brotli/src/ngx_http_brotli_filter_module.c:498:5: error: ‘ BrotliEncoderCopyInputToRingBuffer ’ is deprecated (declared at /usr/local/include/brotli/encode.h:95) [-Werror=deprecated-declarations]
BrotliEncoderCopyInputToRingBuffer(ctx->encoder, size, b->pos);
^
../ngx_brotli/src/ngx_http_brotli_filter_module.c: In function ‘ ngx_http_brotli_filter_process ’:
../ngx_brotli/src/ngx_http_brotli_filter_module.c:534:5: error: ‘ BrotliEncoderWriteData ’ is deprecated (declared at /usr/local/include/brotli/encode.h:109) [-Werror=deprecated-declarations]
if (!BrotliEncoderWriteData(ctx->encoder, ctx->last, ctx->flush, &size,
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/src/ngx_http_brotli_filter_module.o] Error 1
make[1]: Leaving directory `/root/nginx-1.11.5'
make: *** [build] Error 2
双十一,呵呵
2016-11-10 10:29:14 +08:00
回复了 PolyvCloud 创建的主题 推广 当你想起“项目需要用云视频”的时候,一定会想起我的。
之前看过你们,价格高,跟阿里差的不是一点两点,直接上阿里了,看阿里云套餐 https://www.aliyun.com/solution/media/videopackage
2016-09-27 00:33:56 +08:00
回复了 ck0123456 创建的主题 酷工作 [杭州][阿里]继续前端社招啦
可是,我爱吃月饼,怎么办
2016-09-20 19:42:30 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@cyberdaemon 一加手机你用过吗,配置看起来不错,但最怕这种国产新锐硬件参数不错,实际使用起来很差。之前朋友买了个魅族的,高配置,但拍照那是个惨啊,还不如苹果 5
2016-09-20 19:37:41 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@Ley 好的,等一会儿好好研究下,有点小白分不清,谢谢啊
2016-09-20 19:36:21 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@cyberdaemon 是啥?
2016-09-20 19:33:01 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@soland 哪款性价比好一点呢
2016-09-20 19:32:40 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@nbk2015 这个你有用过吗? 感觉相机是不是不是很好,拍照比较多。
2016-09-20 19:32:02 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@diefishfish 这个贵啊
2016-09-20 19:31:45 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@asca 谢谢,都推荐三星,不知道哪款好一点
2016-09-20 19:31:20 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@xvx 谢谢
2016-09-20 19:31:00 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@Biwood 苹果 7 下的哪个好点呢
2016-09-20 19:30:23 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@tracyone 好的,看来推荐三星的不少啊
2016-09-20 19:29:46 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@hahasong 买不起啊,死贵死贵
2016-09-20 19:29:21 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@jyhmijack 嗯,等下马上看看三星,不过最近爆炸问题让人揪心,三星形象一下跌倒低估
2016-09-20 19:28:17 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@v9ox 哪个好
2016-09-20 19:28:03 +08:00
回复了 chinaiy 创建的主题 硬件 求推荐个好用的手机,主要是拍照要好
@v9ox 发帖就是问的啊
2016-09-19 08:38:03 +08:00
回复了 lovelynn 创建的主题 杭州 杭州限购+10 月 1 日起新房必须精装修
很多人说在限购,其实在救市
1 ... 4  5  6  7  8  9  10  11  12  13 ... 15  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2318 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 09:06 · PVG 17:06 · LAX 02:06 · JFK 05:06
Developed with CodeLauncher
♥ Do have faith in what you're doing.