Domande taggate «homebrew»

Sistema per l'installazione di applicazioni e strumenti Unix da riga di comando su OS X. Gratuito e open-source.

1
Come ottenere il programma `ts` sul mac
Su Linux c'è un ottimo programma da riga di comando ts. Aggiunge un timestamp all'inizio di ogni riga di input. Ecco un esempio (su alcune macchine linux): root@227ee318bbc1:~# echo -e '1\n2\n3' 1 2 3 root@227ee318bbc1:~# echo -e '1\n2\n3' | ts Apr 19 18:59:52 1 Apr 19 18:59:52 2 Apr 19 …




1
Installazione di Homebrew: .git esiste già
Dovrei dire che non ho idea di cosa sto facendo :) Quindi, scusami se questo è confuso. Sto cercando di installare Homebrew con questo comando /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" usando le indicazioni qui https://github.com/mxcl/homebrew/wiki/installation Dopo l'installazione ho eseguito brew doctorcome si diceva, ho avuto questi errori: Error: /usr/local/include isn't …
4 homebrew 

2
Come installare imagick tramite homebrew?
Sto cercando di installare imagick usando homebrew. Il problema è che le librerie MagickWand non possono essere trovate. $ brew install php54-imagick ==> Downloading http://pecl.php.net/get/imagick-3.1.0RC2.tgz Already downloaded: /opt/boxen/cache/homebrew/php54-imagick-3.1.0RC2.tgz ==> Patching patching file imagick-3.1.0RC2/config.m4 ==> PHP_AUTOCONF="/opt/boxen/homebrew/opt/autoconf/bin/autoconf" PHP_AUTOHEADER="/opt/boxen/homebrew/opt/autoconf/bin/autoheader" /opt/boxen/homebrew/Cellar/php54/5.4.26/bin/phpize ==> ./configure --prefix=/opt/boxen/homebrew/Cellar/php54-imagick/3.1.0RC2 --with-php-config=/opt/boxen/homebrew/Cellar/php54/5.4.26/bin/php-config checking for awk... awk checking if awk is broken... …



1
MySQL (Percona) e homebrew:
Sto cercando di eseguire il server MySQL (Percona) launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.percona-server.pliste vedo il seguente messaggio in /var/log/system.log: Aug 9 01:36:14 xxx com.apple.launchd.peruser.501[253] (homebrew.mxcl.percona-server[37257]): Exited with code: 1 Aug 9 01:36:14 xxx com.apple.launchd.peruser.501[253] (homebrew.mxcl.percona-server): Throttling respawn: Will start in 10 seconds Se lo eseguo manualmente mi dà $ /usr/local/opt/percona-server/bin/mysqld_safe 130809 …

1
Impossibile eseguire brew install wine
Questo fa parte della produzione di birra ==> ./configure --prefix=/usr/local/Cellar/sane-backends/1.0.23 --localstatedir= ==> make ==> make install Warning: Could not link sane-backends. Unlinking... Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local You can try again using `brew link sane-backends' Possible conflicting …
2 homebrew  wine 

0
Macos 10.13.1 High Sierra: impossibile avviare proftpd
Ho appena aggiornato a 10.13 e ho bisogno di un server ftp. Ho installato proftpd con homebrew. brew services start proftpd (o sudo brew services start proftpd) dice: == & gt; Iniziato con successo proftpd (etichetta: homebrew.mxcl.proftpd) Ma non riesco ad entrare FTP da un'altra macchina. Ho anche provato svftp …
2 sierra  homebrew  ftp 

1
"Brew install python3" non riesce a compilare pyexpat
brew install python3fallisce con un errore pyexpat, il che significa che Python installato non può analizzare XML (rottura pipecc.). Ecco il brano pertinente di ~/Library/Logs/Homebrew/python/02.make: *** WARNING: renaming "pyexpat" since importing it failed: dlopen(build/lib.macosx-10.13-x86_64-3.7/pyexpat.cpython-37m-darwin.so, 2): Symbol not found: _XML_ErrorString Referenced from: build/lib.macosx-10.13-x86_64-3.7/pyexpat.cpython-37m-darwin.so Expected in: flat namespace in build/lib.macosx-10.13-x86_64-3.7/pyexpat.cpython-37m-darwin.so nm -gU …

1
Installazione di shell di pesce usando homebrew - errore iconv libiconv
Sto cercando di installare Fish shell usando homebrew usando il comando: brew install fish Ma l'installazione non riesce con il seguente errore: ==> ./configure --prefix=/usr/local/Cellar/fish/2.1.1 SED=/usr/bin/sed checking for library containing setupterm... -lncurses checking for library containing nan... none required checking for library containing iconv_open... no checking for library containing libiconv_open... …

2
Installa CouchDB tramite Home Brew
Sto cercando di installare CouchDB usando Homebrew ma mi dà il seguente errore: Error: couchdb dependency spidermonkey was built with the following C++ standard library: libstdc++ (from clang) This is incompatible with the standard library being used to build couchdb: libc++ (from clang) Please reinstall spidermonkey using a compatible compiler. …


Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.