J'obtiens une erreur à chaque fois dans mon environnement local, alors notez la solution
$ bundle install --path vendor/bundle
...
Déclaration d'erreur ↓
An error occurred while installing mysql2 (0.5.3), and Bundler cannot continue.
$ bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib"
$ bundle install --path vendor/bundle
Lorsque vous exécutez la commande ci-dessus, la ligne suivante sera ajoutée à .bundle / config
BUNDLE_BUILD__MYSQL2: "--with-ldflags=-L/usr/local/opt/openssl/lib"
Viendra être.
Recommended Posts