Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. objs/src/mail/ngx_mail.o \
  2. objs/src/mail/ngx_mail_core_module.o \
  3. objs/src/mail/ngx_mail_handler.o \
  4. objs/src/mail/ngx_mail_parse.o \
  5. objs/src/mail/ngx_mail_ssl_module.o \
  6. objs/src/mail/ngx_mail_pop3_module.o \
  7. objs/src/mail/ngx_mail_pop3_handler.o \
  8. objs/src/mail/ngx_mail_imap_module.o \
  9. objs/src/mail/ngx_mail_imap_handler.o \
  10. objs/src/mail/ngx_mail_smtp_module.o \
  11. objs/src/mail/ngx_mail_smtp_handler.o \
  12. objs/src/mail/ngx_mail_auth_http_module.o \
  13. objs/src/mail/ngx_mail_proxy_module.o \
  14. objs/src/stream/ngx_stream.o \
  15. objs/src/stream/ngx_stream_variables.o \
  16. objs/src/stream/ngx_stream_script.o \
  17. objs/src/stream/ngx_stream_handler.o \
  18. objs/src/stream/ngx_stream_core_module.o \
  19. objs/src/stream/ngx_stream_log_module.o \
  20. objs/src/stream/ngx_stream_proxy_module.o \
  21. objs/src/stream/ngx_stream_upstream.o \
  22. objs/src/stream/ngx_stream_upstream_round_robin.o \
  23. objs/src/stream/ngx_stream_write_filter_module.o \
  24. objs/src/stream/ngx_stream_ssl_module.o \
  25. objs/src/stream/ngx_stream_realip_module.o \
  26. objs/src/stream/ngx_stream_limit_conn_module.o \
  27. objs/src/stream/ngx_stream_access_module.o \
  28. objs/src/stream/ngx_stream_geo_module.o \
  29. objs/src/stream/ngx_stream_map_module.o \
  30. objs/src/stream/ngx_stream_split_clients_module.o \
  31. objs/src/stream/ngx_stream_return_module.o \
  32. objs/src/stream/ngx_stream_upstream_hash_module.o \
  33. objs/src/stream/ngx_stream_upstream_least_conn_module.o \
  34. objs/src/stream/ngx_stream_upstream_zone_module.o \
  35. objs/src/stream/ngx_stream_ssl_preread_module.o \
  36. objs/ngx_modules.o \
  37. -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -ldl -lpthread -lpthread -lcrypt ../pcre-8.40/.libs/libpcre.a ../openssl-1.1.0f/.openssl/lib/libssl.a ../openssl-1.1.0f/.openssl/lib/libcrypto.a -ldl ../zlib-1.2.11/libz.a \
  38. -Wl,-E
  39. /usr/bin/ld: ../pcre-8.40/.libs/libpcre.a(libpcre_la-pcre_compile.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  40. ../pcre-8.40/.libs/libpcre.a: error adding symbols: Bad value
  41. collect2: error: ld returned 1 exit status
  42. objs/Makefile:326: recipe for target 'objs/nginx' failed
  43. make[1]: *** [objs/nginx] Error 1
  44. make[1]: Leaving directory '/tmp/nginx-1.13.1'
  45. Makefile:8: recipe for target 'build' failed
  46. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement