|
You are here |
www.stevestreeting.com | ||
| | | | |
jinyuz.dev
|
|
| | | | | TL;DR #env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2 # OR env LDFLAGS="-I/usr/local/opt/openssl@3/include -L/usr/local/opt/openssl@3/lib" pip install psycopg2 # OR # https://github.com/brianmario/mysql2/issues/795#issuecomment-337006164 env LIBRARY_PATH="/usr/local/opt/openssl@3/lib" pip install psycopg2 --no-cache Source: https://stackoverflow.com/questions/26288042/error-installing-psycopg2-library-not-found-for-lssl/39244687#39244687 The reason is tha... | |
| | | | |
ankane.org
|
|
| | | | | Some Ruby features like scrypt and hkdf require OpenSSL 1.1. Here's how to make it work on Mac: Install rbenv and OpenSSL 1.1 Install Ruby Open an... | |
| | | | |
bvisness.me
|
|
| | | | | How to build libgit2 from source, install it on your computer, and use it in a project without linker errors. | |
| | | | |
willhaley.com
|
|
| | | These are the steps I use to set up k3s lightweight kubernetes for local development with Arch Linux. This guide results in a deployment using LetsEncrypt via Traefik, HTTPS support, and a vanilla nginx web server. Note that, with these instructions, LetsEncrypt will only generate a valid HTTPS certificate if the computer where k3s is being installed can be reached via HTTP on port 80 over the public Internet using the domain name we specify below. Routing and Firewall Enable IP forwarding. | ||