[pgsql-jp: 25597] Re: Perl モジュールが入らない?

Toshihiro Takahata tandt @ imex-japan.com
2002年 4月 15日 (月) 12:01:27 JST


 高畑です。早速の回答ありがとうございます。

 実はメールアドレスが変わってて、ここ数百のアーカイブに目を通してません
でした(汗
 申し訳ないです。

 下記の
[pgsql-jp: 25334] Re: 7.2 での Pg.pm のインストールエラーについて
 を元にトライし、成功しました。
 なぜか、下記の2点で変更が必要でしたが…
・makeはrootでしか通らなかった
・makeの前に、make cleanを実行しないと通らなかった

su - postgres
cd /usr/local/src/postgresql-7.2.1/
./configure --with-perl
su -
cd /usr/local/src/postgresql-7.2.1/src/interfaces/perl5/
make clean
export SRCDIR=./
export POSTGRES_INCLUDE=/usr/local/src/postgresql-7.2.1/src/include/
export POSTGRES_LIB=/usr/local/src/postgresql-7.2.1/src/interfaces/libpq/
perl Makefile.PL
make clean
make
su - postgres
make test
su -
make install

On 14 Apr 2002 22:56:22 GMT
Satoshi Nagayasu <snaga @ oak.forus.or.jp> wrote:

> 永安です。
> 
> Toshihiro Takahata wrote:
> >  これでうまく行ったのですが、どうもPerlモジュールがうまくインストール出
> > 来ません。
> 
> わりとよく出てきてるみたいですが、
> 
> [pgsql-jp: 25320] 7.2 での Pg.pm のインストールエラーについて
> http://snaga.org/pgsql-jp.new/html/2/msg25320.html
> 
> [pgsql-jp: 25334] Re: 7.2 での Pg.pm のインストールエラーについて
> http://snaga.org/pgsql-jp.new/html/2/msg25334.html
> 
> あたりが参考になるのではないでしょうか。
> 
> 同じエラーに見えます。
> 
> -- 
> NAGAYASU Satoshi <snaga @ oak.forus.or.jp>

==================================

 高畑 年宏 (Toshihiro Takahata)
 tandt @ imex-japan.com

==================================





pgsql-jp メーリングリストの案内