Guest User

Untitled

a guest
Feb 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ./autogen.sh
  2.  
  3. + glibtoolize --copy --force
  4. ./autogen.sh: line 44: glibtoolize: command not found
  5.  
  6. ./configure --enable-developer-warnings --enable-debugging-symbols
  7.  
  8. configure: error: Package requirements (libpcre) were not met:
  9.  
  10. No package 'libpcre' found
  11.  
  12. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  13. installed software in a non-standard prefix.
  14.  
  15. Alternatively, you may set the environment variables PCRE_CFLAGS
  16. and PCRE_LIBS to avoid the need to call pkg-config.
  17. See the pkg-config man page for more details.
  18.  
  19. sudo brew link pkg-config pcre
  20. Error: Cowardly refusing to `sudo brew link`
  21. You can use brew with sudo, but only if the brew executable is owned by root.
  22. However, this is both not recommended and completely unsupported so do so at
  23. your own risk.
Add Comment
Please, Sign In to add comment