How to complie just the Extensions on Linux

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Chris Cowan
日付:  
題目: How to complie just the Extensions on Linux
How do you compile an extension so that you just get a shared object...

I've tried the following

./configure --with-oci8 --enable-shared=oci8
make
make install

it didn't work...

Chris