macOS python – Process finished with exit code 134 (interrupted by signal 6: SIGABRT) Posted on 10 February 202010 February 2020 by dev Fix: brew update && brew upgrade && brew install openssl cd /usr/local/Cellar/openssl/1.0.2t/lib sudo cp libssl.1.0.0.dylib libcrypto.1.0.0.dylib /usr/local/lib/ cd /usr/local/lib sudo... Read More
MySQL error: command ‘clang’ failed with exit status 1 macOS Mojave homebrew Posted on 9 October 2018 by dev _mysql.c:1894:3: error: use of undeclared identifier 'my_bool' my_bool recon = reconnect; ^ _mysql.c:1895:58: error: use of undeclared identifier 'recon' mysql_options(&self->connection, MYSQL_... Read More