0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【An error occurred while installing pg (1.1.3)】について。

Posted at

postgresqlインストール失敗(cloud9使用)

$rails generate~

エラー発生!!

An error occurred while installing pg (1.1.3)

→ふむふむ。。pgをインストールしれば良いのね。

$gem install pg -v '1.1.3'

An error occurred while installing pg (1.1.3)

→また同じエラー(○時間悩むw)

解決策

$sudo yum install postgresql postgresql-server postgresql-devel postgresql-contrib

$bundle install

postgresqlがインストールされてない→該当のコマンド(①)見つけるの苦戦。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?