Building OCI into a distributable package.

From: Sundar Raman <cybertoast_at_mindless.com>
Date: Tue, 17 Aug 1999 09:42:36 -0500
Message-ID: <37B974DC.28A072BC_at_mindless.com>



Platform: Solaris 2.6
Oracle 8.0.5

Is there a way to distribute the Oracle library files as shared libraries, but as a "package" that the user can install as part of the installation of my application? Thus far, I've been statically building

my binaries to include the Oracle libraries, but it seems like a waste of bandwidth and time to do this for every minor fix in my code. Since the Oracle files do not change, there should not be any need to repeatedly distribute a huge binary.

If I compile using shared libraries, the binary to my app is about 900KB. If I use static linking, it blows up to about 13MB.

Thanks a lot. Received on Tue Aug 17 1999 - 16:42:36 CEST

Original text of this message