idroj07

DepsErrors NEWSBOAT

Sep 12th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.34 KB | None | 0 0
  1. #################### MAKE & DEPENDENCIES ERRORS FOR NEWSBOAT 2.16.1 ####################
  2.  
  3. uname -voi >
  4.  
  5. #69~16.04.1-Ubuntu SMP Fri Sep 6 02:43:35 UTC 2019 x86_64 GNU/Linux
  6.  
  7. ----------------------------------------------
  8.  
  9. make >
  10.  
  11. Checking for package sqlite3... found
  12. Checking for package libcurl... not found
  13. Checking for package libcurl using curl-config... not found
  14.  
  15. You need package libcurl in order to compile this program.
  16. Please make sure it is installed.
  17.  
  18. You can download libcurl from here: newer)](http://curl.haxx.se/download.html)
  19. Checking for package libxml-2.0... found
  20. Checking for package stfl... found
  21. Checking for package json... not found
  22. Checking for package json-c... found
  23. Checking for package ncursesw... found
  24.  
  25. One or more dependencies couldn't be found. Please install
  26. these packages and retry compilation.
  27. Makefile:358: fallo en las instrucciones para el objetivo 'config.mk'
  28.  
  29. ---------------------
  30.  
  31. dpkg -l | grep -e libcurl -e json >
  32.  
  33. ii  gir1.2-json-1.0:amd64                                       1.1.2-0ubuntu1                                              amd64        GLib JSON manipulation library (introspection data)
  34. ii  libcurl3:amd64                                              7.47.0-1ubuntu2.14                                          amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
  35. ii  libcurl3-gnutls:amd64                                       7.47.0-1ubuntu2.14                                          amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
  36. ii  libjson-c-dev:amd64                                         0.11-4ubuntu2                                               amd64        JSON manipulation library - development files
  37. ii  libjson-c2:amd64                                            0.11-4ubuntu2                                               amd64        JSON manipulation library - shared library
  38. ii  libjson-glib-1.0-0:amd64                                    1.1.2-0ubuntu1                                              amd64        GLib JSON manipulation library
  39. ii  libjson-glib-1.0-common                                     1.1.2-0ubuntu1                                              all          GLib JSON manipulation library (common files)
  40. ii  libmono-system-json-microsoft4.0-cil                        6.0.0.327-0xamarin1+ubuntu1604b1                            all          Mono System.Json.Microsoft library (for CLI 4.0)
  41. ii  libmono-system-json4.0-cil                                  6.0.0.327-0xamarin1+ubuntu1604b1                            all          Mono System.Json library (for CLI 4.0)
  42. ii  libunity-scopes-json-def-desktop                            7.1.4+16.04.20180209.1-0ubuntu1                             all          binding to get places into the launcher - desktop def file
  43. ii  node-json-stringify-safe                                    5.0.0-1                                                     all          JSON.stringify with circular references module for Node.js
  44. ii  node-read-package-json                                      1.2.4-1                                                     all          Read package.json for npm module for Node.js
  45. ii  python3-pycurl                                              7.43.0-1ubuntu1                                             amd64        Python bindings to libcurl (Python 3)
Add Comment
Please, Sign In to add comment