Discussion:
nginx fails to build on F29
Ben Greear
2018-11-28 14:31:59 UTC
Permalink
I just pulled the latest from github, and it fails to compile.

Any ideas?

bjs/src/http/modules/ngx_http_upstream_keepalive_module.o \
objs/src/http/modules/ngx_http_upstream_zone_module.o \
objs/ngx_modules.o \
-ldl -lpthread -lcrypt -lssl -lcrypto -ldl -lz \
-Wl,-E
/usr/bin/ld: objs/src/core/ngx_connection.o: in function `ngx_create_listening':
/home/greearb/btbits/x64_btbits/3plibs/nginx/src/core/ngx_connection.c:76: undefined reference to `ngx_udp_rbtree_insert_value'
/usr/bin/ld: objs/src/event/ngx_event.o: in function `ngx_event_process_init':
/home/greearb/btbits/x64_btbits/3plibs/nginx/src/event/ngx_event.c:862: undefined reference to `ngx_event_recvmsg'
collect2: error: ld returned 1 exit status
make[2]: *** [objs/Makefile:228: objs/nginx] Error 1

Thanks,
Ben
--
Ben Greear <***@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
Ben Greear
2018-11-28 14:43:32 UTC
Permalink
Err, nevermind...just needed to do a full rebuild.

Thanks,
Ben
Post by Ben Greear
I just pulled the latest from github, and it fails to compile.
Any ideas?
bjs/src/http/modules/ngx_http_upstream_keepalive_module.o \
objs/src/http/modules/ngx_http_upstream_zone_module.o \
objs/ngx_modules.o \
-ldl -lpthread -lcrypt -lssl -lcrypto -ldl -lz \
-Wl,-E
/home/greearb/btbits/x64_btbits/3plibs/nginx/src/core/ngx_connection.c:76: undefined reference to `ngx_udp_rbtree_insert_value'
/home/greearb/btbits/x64_btbits/3plibs/nginx/src/event/ngx_event.c:862: undefined reference to `ngx_event_recvmsg'
collect2: error: ld returned 1 exit status
make[2]: *** [objs/Makefile:228: objs/nginx] Error 1
Thanks,
Ben
--
Ben Greear <***@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
Loading...