[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:05672] Re: How to configure PHP/FI(PHP3 Package(s))



hammしてる金原です。

宮司さん wrote
> > postgresql    (6.3.2-1)=>preinstのinitdbでerrorですが手動でconfigure.
> 
> まさしくそこでつまづいているので,preinstをどのように修正されたか
> 教えて頂けると大変ありがたいです.よろしくお願いします.
> 

preinstは、特に修正していません。強引に行かせて頂きました。
「えーい」とやってしまったので間違ってたらごめんなさい。

1.dpkg -i postgresql_6.3.2-1.deb
2.ここでは、configureできていません。又、/etc/passwdのpostgresさんは
  shellが/bin/falseになっているので、vipwでeditします(/bin/bashにした)。
  passwd postgresでnon-password状態にした。ついでにpwconv(おまじない)。
3.試しにlogin postgresしましたが、initdbへの
path(/usr/lib/postgresql/bin)
  が通ってなかったので/var/lib/postgresの.bash_profileか.profileにpath
  の記述をした覚えがあります。
4.3の状態で、dselectでconfigureしました。

こんな感じです。うちのfileを参考に付けておきます。

-----/var/lib/postgres/.bash_profile <= same with .profile

. /etc/postgresql/postmaster.init
PATH=/bin:/usr/bin:/usr/lib/postgresql/bin:/usr/X11R6/bin
PGDATA=${POSTGRES_DATA:-/var/postgres/data}
PGLIB=/usr/lib/postgresql/lib
export PGLIB PGDATA

------------------------------------

--金原--