How to complie just the Extensions on Linux

Chris Cowan plug-discuss@lists.PLUG.phoenix.az.us
Sun, 29 Jul 2001 19:25:29 -0700


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