実現したいこと
railsでポートフォリオを作成中で、AWSのEC2を使用してデプロイをしたいです。
ターミナルでEC2内にアプリをクローンしました。
その後に、bubdleを実行するもエラーがおきます。
該当のソースコード
Fetching pg 1.2.3 Installing pg 1.2.3 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/ec2-user/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/pg-1.2.3/ext /home/ec2-user/.rbenv/versions/2.7.1/bin/ruby -I /home/ec2-user/.rbenv/versions/2.7.1/lib/ruby/2.7.0 -r ./siteconf20201225-10925-13zb14w.rb extconf.rb --with-pg-config\=/usr/pgsql-13/bin/pg_config Using config values from /usr/pgsql-13/bin/pg_config sh: /usr/pgsql-13/bin/pg_config: No such file or directory sh: /usr/pgsql-13/bin/pg_config: No such file or directory checking for libpq-fe.h... no Can't find the 'libpq-fe.h header *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/home/ec2-user/.rbenv/versions/2.7.1/bin/$(RUBY_BASE_NAME) --with-pg --without-pg --enable-windows-cross --disable-windows-cross --with-pg-config --with-pg-dir --without-pg-dir --with-pg-include --without-pg-include=${pg-dir}/include --with-pg-lib --without-pg-lib=${pg-dir}/lib To see why this extension failed to compile, please check the mkmf.log which can be found here: /home/ec2-user/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/extensions/x86_64-linux/2.7.0/pg-1.2.3/mkmf.log extconf failed, exit code 1 Gem files will remain installed in /home/ec2-user/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/pg-1.2.3 for inspection. Results logged to /home/ec2-user/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/extensions/x86_64-linux/2.7.0/pg-1.2.3/gem_make.out An error occurred while installing pg (1.2.3), and Bundler cannot continue. Make sure that `gem install pg -v '1.2.3' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: pg
試したこと
PostgreSQLのconfigのファイルがないためエラーが起きているのかと思っているのですが、何がダメなのか検討がつかないです。
お忙しかと思いますが、ご教示お願いしたいです!お願いします。
回答1件
あなたの回答
tips
プレビュー