Error:
ossl_x509crl.cossl_x509cert.c:334:59: error: member reference type 'int' is not a pointer
Fix:
rvm install 2.5.7 --with-openssl-dir=`brew --prefix openssl`
Error:
ossl_x509crl.cossl_x509cert.c:334:59: error: member reference type 'int' is not a pointer
Fix:
rvm install 2.5.7 --with-openssl-dir=`brew --prefix openssl`
https://stackoverflow.com/a/34956689/4245513 |
gem 'active_support' |
for me, adding these lines to my .zshrc
file fixed it completely:
export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
export PKG_CONFIG_PATH="PKG_CONFIG_PATH:/usr/local/opt/[email protected]/lib/pkgconfig"
These lines were in the comments when I ran brew link openssl
It also turned out I had an existing PKG_CONFIG_PATH line set for a previous version of openssl, so I removed that.
#!/bin/bash | |
# | |
# This script is for Ubuntu Budgie 19.10 to download and install XRDP+XORGXRDP via | |
# source. | |
# | |
if [ "$(id -u)" -ne 0 ]; then | |
echo 'This script must be run with root privileges' >&2 | |
exit 1 |
#!/bin/bash | |
sudo apt update -y || exit 1 | |
sudo apt upgrade -y || exit 1 | |
curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash || exit 1 | |
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list || exit 1 | |
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - || exit 1 | |
sudo apt update -y || exit 1 | |
sudo apt install apt-utils p7zip-full zip unzip rar unrar curl wget \ | |
build-essential git gnupg2 openssl libssl-dev sudo zlib1g-dev \ | |
postgresql postgresql-contrib libpq-dev python python-pip nano \ |
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY ''; |
7:00 PM EST |
database_url: postgres:///my_db_name |
<canvas>
etc. that
it would be good to be vaguely familiar with. Go through some of the quick little exercises for anything you are
unfamiliar with but otherwise don't bother.