* Jason Majors ([EMAIL PROTECTED]) spake thusly: > > Save yourself the pain, set up winders in VMware and run Orrible > > there. > That won't work. We can't link to libraries under vmware. > > > > Here's a tip: don't. Tell management about this exciting new technology > > called Java and JDBC instead. > Java and JDBC also won't link to our C++ code.
*sigh* Kids these days... Set up a SuSE box, install Orrible on it. 1) Build your apps on it, use ldd and friends to find all libraries the app needs, copy the app & libraries to Debian boxen. You should now be able to run the app. 2) Use ldd and friends to find what libraries Pro/C depends on. Copy Pro/C and its dependencies to e.g. /usr/local/[bin|lib] on Debian boxen. You should be able to compile and run stuff. 3) If 9i on Linux is anything like 8i on Solaris, it'll install in its own directory tree (plus there's /var/opt/oracle/oratab and /usr/local/bin/[c]oraenv). Check library dependencies, tar the tree and copy to debian boxen. For added bonus, roll 1), 2), or 3) into a *.deb and install with your favourite package manager. Dima -- I have not been able to think of any way of describing Perl to [person] "Hello, blind man? This is color." -- DPM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]