[pgsql-jp: 28633] Re: pgaccess がインストールできない

Norio Kikuta kikuta.norio @ nifty.ne.jp
2003年 1月 12日 (日) 11:43:50 JST


自己解決しました。
> 
> ./configure --enable-multibyte=EUC_JP \
>                 --with-openssl=/etc/ssl \
>                 --enable-syslog \
>                 --enable-odbc \
>                 --with-tcl \
>                 --with-include="/usr/local/include/tcl8.0jp /usr/local/include/tk8.0jp" \
>                 --with-tclconfig=/usr/local/lib/tcl8.0jp \
>                 --with-tkconfig=/usr/local/lib/tk8.0jp
> 
上部に誤記がありました。実際は下記のようでした。(PHP×PostgrSQLで作る最強Webシステム
p237 のコンパイルオプションを訂正してください。→石井さん)

--with-includes="/usr/local/include/tcl/8.0jp /usr/local/include/tk8.0jp"
                     ^sは入っていました。        ^ここに/が入っていました。

これらのオプションを修正し、コンパイルが通りました。

 ./configure --enable-multibyte=EUC_JP \
                 --with-openssl=/etc/ssl \
                 --enable-syslog \
                 --enable-odbc \
                 --with-tcl \
                 --with-tclconfig=/usr/local/lib/tcl8.0jp \
                 --with-tkconfig=/usr/local/lib/tk8.0jp \
                 --with-include="/usr/local/include/tcl8.0jp /usr/local/include/tk8.0jp" 

で良かったです。

そこで又質問があるのですが、この条件では FreeBSD では日本語が通らないようなのですが、
それでいいのでしょうか。





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