LoginSignup
0
1

More than 3 years have passed since last update.

chcsvコンパイルメモ

Posted at

前準備

ProCを使うため先にOracle DatabaseあるいはOracle Clientを入れておく。
demo_proc.mkも必要なのでOracle Examplesを入れておく。

コンパイル

$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
$ git clone https://github.com/moriyasujapan/chcsv.git
$ cd chcsv
$ make
$ strip ./chcsv

demo_proc.mk / proc.mk絡みのエラーの場合は
Oracle Examplesをインストールしていないか、インストールしたパスが参照できていません。

Cライブラリが参照できていないエラーが出る場合は下記ファイルのsys_includeを修正する
$ vim $ORACLE_HOME/precomp/admin/pcscfg.cfg

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