Answers for "linker command failed with exit code 1 ruby"

0

linker command failed with exit code 1 ruby

export LDFLAGS="-L/usr/local/opt/openssl/lib"
  export CPPFLAGS="-I/usr/local/opt/openssl/include"
Posted by: Guest on August-29-2020
0

linker command failed with exit code 1 ruby

$ bundle config --local build.mysql2 "--with-cppflags=-I/usr/local/opt/openssl/include"
$ bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib"
Posted by: Guest on August-29-2020

Code answers related to "linker command failed with exit code 1 ruby"

Browse Popular Code Answers by Language