Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_startup_libxml':
  2. libxml.c:(.text+0x1d01): undefined reference to `__xmlParserVersion'
  3. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_info_libxml':
  4. libxml.c:(.text+0x249c): undefined reference to `__xmlParserVersion'
  5. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_startup_libxml':
  6. libxml.c:(.text+0x1d01): undefined reference to `__xmlParserVersion'
  7. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_info_libxml':
  8. libxml.c:(.text+0x249c): undefined reference to `__xmlParserVersion'
  9. /usr/bin/ld: ext/dom/.libs/xpath.o: in function `dom_xpath_ext_function_php':
  10. xpath.c:(.text+0x156): undefined reference to `valuePop'
  11. /usr/bin/ld: xpath.c:(.text+0x1d2): undefined reference to `valuePop'
  12. /usr/bin/ld: xpath.c:(.text+0xa88): undefined reference to `valuePop'
  13. /usr/bin/ld: xpath.c:(.text+0xdd1): undefined reference to `valuePush'
  14. /usr/bin/ld: xpath.c:(.text+0xf2a): undefined reference to `valuePush'
  15. /usr/bin/ld: xpath.c:(.text+0xf9d): undefined reference to `valuePush'
  16. /usr/bin/ld: xpath.c:(.text+0xffe): undefined reference to `valuePush'
  17. /usr/bin/ld: xpath.c:(.text+0x10d2): undefined reference to `valuePush'
  18. /usr/bin/ld: ext/dom/.libs/xpath.o: in function `dom_xpath_ext_function_php':
  19. xpath.c:(.text+0x156): undefined reference to `valuePop'
  20. /usr/bin/ld: xpath.c:(.text+0x1d2): undefined reference to `valuePop'
  21. /usr/bin/ld: xpath.c:(.text+0xa88): undefined reference to `valuePop'
  22. /usr/bin/ld: xpath.c:(.text+0xdd1): undefined reference to `valuePush'
  23. /usr/bin/ld: xpath.c:(.text+0xf2a): undefined reference to `valuePush'
  24. /usr/bin/ld: xpath.c:(.text+0xf9d): undefined reference to `valuePush'
  25. /usr/bin/ld: xpath.c:(.text+0xffe): undefined reference to `valuePush'
  26. /usr/bin/ld: xpath.c:(.text+0x10d2): undefined reference to `valuePush'
  27. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_startup_libxml':
  28. libxml.c:(.text+0x1d01): undefined reference to `__xmlParserVersion'
  29. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_info_libxml':
  30. libxml.c:(.text+0x249c): undefined reference to `__xmlParserVersion'
  31. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_startup_libxml':
  32. libxml.c:(.text+0x1d01): undefined reference to `__xmlParserVersion'
  33. /usr/bin/ld: ext/libxml/.libs/libxml.o: in function `zm_info_libxml':
  34. libxml.c:(.text+0x249c): undefined reference to `__xmlParserVersion'
  35. /usr/bin/ld: ext/dom/.libs/xpath.o: in function `dom_xpath_ext_function_php':
  36. xpath.c:(.text+0x156): undefined reference to `valuePop'
  37. /usr/bin/ld: xpath.c:(.text+0x1d2): undefined reference to `valuePop'
  38. /usr/bin/ld: xpath.c:(.text+0xa88): undefined reference to `valuePop'
  39. /usr/bin/ld: xpath.c:(.text+0xdd1): undefined reference to `valuePush'
  40. /usr/bin/ld: xpath.c:(.text+0xf2a): undefined reference to `valuePush'
  41. /usr/bin/ld: xpath.c:(.text+0xf9d): undefined reference to `valuePush'
  42. /usr/bin/ld: xpath.c:(.text+0xffe): undefined reference to `valuePush'
  43. /usr/bin/ld: xpath.c:(.text+0x10d2): undefined reference to `valuePush'
  44. /usr/bin/ld: ext/dom/.libs/xpath.o: in function `dom_xpath_ext_function_php':
  45. xpath.c:(.text+0x156): undefined reference to `valuePop'
  46. /usr/bin/ld: xpath.c:(.text+0x1d2): undefined reference to `valuePop'
  47. /usr/bin/ld: xpath.c:(.text+0xa88): undefined reference to `valuePop'
  48. /usr/bin/ld: xpath.c:(.text+0xdd1): undefined reference to `valuePush'
  49. /usr/bin/ld: xpath.c:(.text+0xf2a): undefined reference to `valuePush'
  50. /usr/bin/ld: xpath.c:(.text+0xf9d): undefined reference to `valuePush'
  51. /usr/bin/ld: xpath.c:(.text+0xffe): undefined reference to `valuePush'
  52. /usr/bin/ld: xpath.c:(.text+0x10d2): undefined reference to `valuePush'
  53. collect2: error: ld returned 1 exit status
  54. make: *** [Makefile:280:sapi/cli/php] 错误 1
  55. make: *** 正在等待未完成的任务....
  56. collect2: error: ld returned 1 exit status
  57. make: *** [Makefile:361:sapi/cgi/php-cgi] 错误 1
  58. collect2: error: ld returned 1 exit status
  59. make: *** [Makefile:292:sapi/fpm/php-fpm] 错误 1
  60. collect2: error: ld returned 1 exit status
  61. make: *** [Makefile:325:sapi/phpdbg/phpdbg] 错误 1
  62. lesboys@lesboyswiki /m/w/php-7.4.3 [2]>

Edit this Snippet