homebrew

brew install open-mpi fails

半腔热情 提交于 2021-02-10 23:14:53
问题 Trying to install openmpi , read that: Could not determine if REAL*16 bit-matches C type Ran brew doctor, and it's giving me: Your system is raring to brew full output % brew install open-mpi ==> Downloading http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6. Already downloaded: /Library/Caches/Homebrew/open-mpi-1.6.4.tar.bz2 ==> Using Homebrew-provided fortran compiler. This may be changed by setting the FC environment variable. ==> ./configure --prefix=/usr/local/Cellar/open

brew install open-mpi fails

霸气de小男生 提交于 2021-02-10 23:13:02
问题 Trying to install openmpi , read that: Could not determine if REAL*16 bit-matches C type Ran brew doctor, and it's giving me: Your system is raring to brew full output % brew install open-mpi ==> Downloading http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6. Already downloaded: /Library/Caches/Homebrew/open-mpi-1.6.4.tar.bz2 ==> Using Homebrew-provided fortran compiler. This may be changed by setting the FC environment variable. ==> ./configure --prefix=/usr/local/Cellar/open

Ruby installation (2.2.2) fails in macOS Big Sur

假如想象 提交于 2021-02-10 13:15:39
问题 I am running into some trouble installing Ruby 2.2.2 on macOS Big Sur. Has anyone had a similar issue that they were able to resolve? Many thanks 🙏 Error: `Downloading openssl-1.0.2u.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 Installing openssl-1.0.2u... Installed openssl-1.0.2u to /Users/findum/.rbenv/versions/2.2.2 Downloading ruby-2.2.2.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2

Ruby installation (2.2.2) fails in macOS Big Sur

淺唱寂寞╮ 提交于 2021-02-10 13:14:25
问题 I am running into some trouble installing Ruby 2.2.2 on macOS Big Sur. Has anyone had a similar issue that they were able to resolve? Many thanks 🙏 Error: `Downloading openssl-1.0.2u.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 Installing openssl-1.0.2u... Installed openssl-1.0.2u to /Users/findum/.rbenv/versions/2.2.2 Downloading ruby-2.2.2.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2

Ruby installation (2.2.2) fails in macOS Big Sur

放肆的年华 提交于 2021-02-10 13:08:15
问题 I am running into some trouble installing Ruby 2.2.2 on macOS Big Sur. Has anyone had a similar issue that they were able to resolve? Many thanks 🙏 Error: `Downloading openssl-1.0.2u.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 Installing openssl-1.0.2u... Installed openssl-1.0.2u to /Users/findum/.rbenv/versions/2.2.2 Downloading ruby-2.2.2.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2

Ruby installation (2.2.2) fails in macOS Big Sur

耗尽温柔 提交于 2021-02-10 13:08:10
问题 I am running into some trouble installing Ruby 2.2.2 on macOS Big Sur. Has anyone had a similar issue that they were able to resolve? Many thanks 🙏 Error: `Downloading openssl-1.0.2u.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 Installing openssl-1.0.2u... Installed openssl-1.0.2u to /Users/findum/.rbenv/versions/2.2.2 Downloading ruby-2.2.2.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2

Ruby installation (2.2.2) fails in macOS Big Sur

匆匆过客 提交于 2021-02-10 13:08:10
问题 I am running into some trouble installing Ruby 2.2.2 on macOS Big Sur. Has anyone had a similar issue that they were able to resolve? Many thanks 🙏 Error: `Downloading openssl-1.0.2u.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 Installing openssl-1.0.2u... Installed openssl-1.0.2u to /Users/findum/.rbenv/versions/2.2.2 Downloading ruby-2.2.2.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2

Error creating a spatial database using EXTENSIONS

主宰稳场 提交于 2021-02-10 09:42:52
问题 When running psql -d mydb -c "CREATE EXTENSION postgis;" I get the following error: ERROR: could not load library "/usr/local/Cellar/postgresql/9.3.4/lib/rtpostgis-2.1.so": dlopen(/usr/local/Cellar/postgresql/9.3.4/lib/rtpostgis-2.1.so, 10): Symbol not found: _sqlite3_column_table_name Referenced from: /usr/local/lib/libgdal.1.dylib Expected in: /usr/lib/libsqlite3.dylib in /usr/local/lib/libgdal.1.dylib STATEMENT: CREATE EXTENSION postgis; System: OS X 10.9.2 All libraries were installed

Error creating a spatial database using EXTENSIONS

时光总嘲笑我的痴心妄想 提交于 2021-02-10 09:42:27
问题 When running psql -d mydb -c "CREATE EXTENSION postgis;" I get the following error: ERROR: could not load library "/usr/local/Cellar/postgresql/9.3.4/lib/rtpostgis-2.1.so": dlopen(/usr/local/Cellar/postgresql/9.3.4/lib/rtpostgis-2.1.so, 10): Symbol not found: _sqlite3_column_table_name Referenced from: /usr/local/lib/libgdal.1.dylib Expected in: /usr/lib/libsqlite3.dylib in /usr/local/lib/libgdal.1.dylib STATEMENT: CREATE EXTENSION postgis; System: OS X 10.9.2 All libraries were installed

ERROR! The server quit without updating PID file (/usr/local/var/mysql/`username`.lan.pid)

人盡茶涼 提交于 2021-02-10 06:14:34
问题 I cannot get rid of the error below. Installed homebrew via /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install mysql mysql.server start gives the error: ERROR! The server quit without updating PID file (/usr/local/var/mysql/ username .lan.pid). Some things I have tried: ps -ef | grep mysql outputs: 501 1196 1172 0 9:08PM ttys000 0:00.00 grep mysql which I then try to kill with kill -9 1172 . This just says Process Complete but then