Installa wget su Mac

2

Ho scaricato wget-1.19.tar.gz da questo sito link e poi ho estratto il file tar ed eseguito

./configure

L'output è questo:

checking for ftello... yes
checking for sigblock... yes
checking for sigsetjmp... yes
checking for memrchr... (cached) no
checking for wcwidth... (cached) yes
checking for mbtowc... yes
checking for sleep... yes
checking for symlink... (cached) yes
checking for utime... yes
checking for strlcpy... yes
checking for random... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBPSL... no
checking for library containing psl_builtin... no
configure: WARNING: *** libpsl was not found. Fallback to builtin cookie checking.
checking for ZLIB... yes
checking for GNUTLS... no
configure: error: Package requirements (gnutls) were not met:

No package 'gnutls' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GNUTLS_CFLAGS
and GNUTLS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Ho trovato diverse guide sul web, ma nessuna ha risolto il mio problema. Cerco di installare pacchetti diversi con brew, ad esempio

brew install gnutls

ma niente funziona. Infatti se faccio brew install gnutls, sembra essere corretto, ma se digito

make

l'errore è questo:

    /Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in lib
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
make[4]: Nothing to be done for 'all-am'.
Making all in src
/Library/Developer/CommandLineTools/usr/bin/make  all-am
  CC       ftp.o
ftp.c:1466:19: error: no member named 'rpl_unlink' in 'struct options'
          if (opt.unlink && file_exists_p (con->target))
              ~~~ ^
../lib/unistd.h:1851:19: note: expanded from macro 'unlink'
#   define unlink rpl_unlink
                  ^
error: error opening '.deps/ftp.Tpo': Permission denied
2 errors generated.
make[3]: *** [ftp.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Qualcuno può aiutarmi?

Voglio installare wget sul mio Mac perché devo scaricare le cartelle in questa pagina link e usare curl Non riesco a scaricarli in modo ricorsivo.

    
posta Sara Savio 11.10.2018 - 23:48
fonte

1 risposta

4

Hai provato a installare wget direttamente da homebrew da quando è stato installato?

brew update && brew upgrade
brew install wget
    
risposta data 12.10.2018 - 00:42
fonte

Leggi altre domande sui tag