私的良スレ書庫
不明な単語は2ch用語を / 要望・削除依頼は掲示板へ。不適切な画像報告もこちらへどうぞ。 / 管理情報はtwitterでログインするとレス評価できます。 登録ユーザには一部の画像が表示されますので、問題のある画像や記述を含むレスに「禁」ボタンを押してください。
元スレCentOS Part 43【RHEL Clone】
centos スレッド一覧へ / centos とは? / 携帯版 / dat(gz)で取得 / トップメニューみんなの評価 :
レスフィルター : (試験中)
>>703
いまさら言ってもウケないよ
いまさら言ってもウケないよ
使っても良いが、使う理由も無い
redhat互換のフリーが欲しいだけ
redhat互換のフリーが欲しいだけ
免罪符のつもりじゃないよ。教えてもらうのに後出ししたくないからね。
スレ誘導サンクス
スレ誘導サンクス
SELinuxに引っかかってるならログにでるだろ
見に行ってるソケットのパスが違うんじゃね?
"tmp/.s.PGSQL.5432"が存在しなかったりしないか?
つーか、PostgreSQLとPHPはどうやってインストールしたのさ?
見に行ってるソケットのパスが違うんじゃね?
"tmp/.s.PGSQL.5432"が存在しなかったりしないか?
つーか、PostgreSQLとPHPはどうやってインストールしたのさ?
>>>741
"tmp/.s.PGSQL.5432"はあったよ!
一応関係ありそうなコマンドhistoryから引っ張ってきたけど、これ↓みてわかる?
312 rpm -qa |grep postgre*
313 yum remove postgre*
314 rpm -qa |grep postgre*
322 yum installhttp://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm
324 yum install postgresql-server
329 rm -rf /var/lib/pgsql/data/*
333 su - postgres -c "/usr/bin/initdb"
388 rpm -Uvhhttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
390 rpm -Uvhhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm
392 yum --enablerepo=remi,remi-php56 install php php common
393 yum --enablerepo=remi,remi-php56 install php-common
396 yum install libmcrypt
397 yum --enablerepo=remi,remi-php56 install php-mcrypt
398 yum --enablerepo=remi,remi-php56 install php-perl-qpcu
399 yum --enablerepo=remi,remi-php56 install php-perl-apcu
400 yum --enablerepo=remi,remi-php56 install php-perl-qpcu
401 yum --enablerepo=remi,remi-php56 install php-pdo
402 yum --enablerepo=remi,remi-php56 install php-gb
403 yum --enablerepo=remi,remi-php56 install php-gd
404 yum --enablerepo=remi,remi-php56 install php-mysqlnd
405 yum --enablerepo=remi,remi-php56 install php-mbstring
406 yum --enablerepo=remi,remi-php56 install php-perl mongo
407 yum --enablerepo=remi,remi-php56 install php-perl-mongo
408 yum --enablerepo=remi,remi-php56 install php-pecl-mongo
409 yum --enablerepo=remi,remi-php56 install php-pecl-apcu
410 yum --enablerepo=remi,remi-php56 install php-pgsql
"tmp/.s.PGSQL.5432"はあったよ!
一応関係ありそうなコマンドhistoryから引っ張ってきたけど、これ↓みてわかる?
312 rpm -qa |grep postgre*
313 yum remove postgre*
314 rpm -qa |grep postgre*
322 yum installhttp://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm
324 yum install postgresql-server
329 rm -rf /var/lib/pgsql/data/*
333 su - postgres -c "/usr/bin/initdb"
388 rpm -Uvhhttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
390 rpm -Uvhhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm
392 yum --enablerepo=remi,remi-php56 install php php common
393 yum --enablerepo=remi,remi-php56 install php-common
396 yum install libmcrypt
397 yum --enablerepo=remi,remi-php56 install php-mcrypt
398 yum --enablerepo=remi,remi-php56 install php-perl-qpcu
399 yum --enablerepo=remi,remi-php56 install php-perl-apcu
400 yum --enablerepo=remi,remi-php56 install php-perl-qpcu
401 yum --enablerepo=remi,remi-php56 install php-pdo
402 yum --enablerepo=remi,remi-php56 install php-gb
403 yum --enablerepo=remi,remi-php56 install php-gd
404 yum --enablerepo=remi,remi-php56 install php-mysqlnd
405 yum --enablerepo=remi,remi-php56 install php-mbstring
406 yum --enablerepo=remi,remi-php56 install php-perl mongo
407 yum --enablerepo=remi,remi-php56 install php-perl-mongo
408 yum --enablerepo=remi,remi-php56 install php-pecl-mongo
409 yum --enablerepo=remi,remi-php56 install php-pecl-apcu
410 yum --enablerepo=remi,remi-php56 install php-pgsql
>>>741
あとPostgresqlとphpは同一コンピュータ上でのやり取りになる気がするけど
ソケットパスとか必要だったりする?
正直そこらへんようわからん・・・
ソケットちょっと調べてみたけど他のネットワーク上にあるコンピュータとの
通信に必要なんかな?って思ったけど、どうなんやろ・・・
あとPostgresqlとphpは同一コンピュータ上でのやり取りになる気がするけど
ソケットパスとか必要だったりする?
正直そこらへんようわからん・・・
ソケットちょっと調べてみたけど他のネットワーク上にあるコンピュータとの
通信に必要なんかな?って思ったけど、どうなんやろ・・・
スレ違いな上によくここまで関係ない情報ばかり並べてくるな..
>>745
これ読め。同じような環境でどうやってトラブルシュートしたかも丁寧に書いてある。
http://serverfault.com/questions/641329/cannot-connect-to-postgresql-unix-domain-socket
これ読め。同じような環境でどうやってトラブルシュートしたかも丁寧に書いてある。
http://serverfault.com/questions/641329/cannot-connect-to-postgresql-unix-domain-socket
読みました。
Windowsから接続するとダメなようですね。
やはりWindowsはバグが多いんですね。
セキュリティにも問題があると思いました。
Windowsから接続するとダメなようですね。
やはりWindowsはバグが多いんですね。
セキュリティにも問題があると思いました。
前へ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 次へ / 要望・削除依頼は掲示板へ / 管理情報はtwitterで / centos スレッド一覧へ
みんなの評価 : 類似してるかもしれないスレッド
- CentOS Part 53【RHEL Clone】 (885) - [96%] - 2021/3/14 9:45
- CentOS Part 46【RHEL Clone】 (987) - [96%] - 2017/6/23 23:30
- CentOS Part 33【RHEL Clone】 (1001) - [96%] - 2011/11/11 1:32
- CentOS Part 40【RHEL Clone】 (1000) - [96%] - 2014/6/18 20:57
- CentOS Part 41【RHEL Clone】 (1001) - [96%] - 2014/8/26 6:45
- CentOS Part 41【RHEL Clone】 (1007) - [96%] - 2015/1/12 10:30
- CentOS Part 44【RHEL Clone】 (1004) - [96%] - 2016/2/19 9:45
- CentOS Part 45【RHEL Clone】 (1000) - [96%] - 2016/9/1 15:15
- CentOS Part 47【RHEL Clone】 (1001) - [96%] - 2018/1/13 21:15
- CentOS Part 48【RHEL Clone】 (1001) - [96%] - 2018/7/17 18:45
- CentOS Part 49【RHEL Clone】 (1003) - [96%] - 2019/4/15 1:16
- CentOS Part 23【RHEL Clone】 (1001) - [96%] - 2010/5/16 1:18 ○
- CentOS Part 29【RHEL Clone】 (1001) - [93%] - 2011/6/2 21:06
- CentOS Part 24【RHEL Clone】 (1001) - [93%] - 2010/8/31 5:48
- CentOS Part 25【RHEL Clone】 (1001) - [93%] - 2010/12/15 15:31
- CentOS Part 26【RHEL Clone】 (273) - [93%] - 2011/1/6 0:17
トップメニューへ / →のくす牧場書庫について