Hi all, has anybody managed to compile ZOracleDA? I have tried with Oracle 7.3.3.3.0.2 on Solaris 2.7, but I keep getting this error message: ImportError: ld.so.1: python: fatal: relocation error: file ./oci_.so: symbol log10l: referenced symbol not found Yes, I have read README.txt and appended libcore3.a to ORACLE_LIBS in the Makefile, but to no avail... Thanks for any hints, Martin ---------------------------------------------------------------------------- ---- Martin Sonntag, PCP-IT NOKIA Mobile Phones Production GmbH Mailto:martin.sonntag@nokia.com Smart Traffic Products - R&D Center Ulm Tel: +49 731/505-6757 Wilhelm-Runge-Strasse 11 Fax: -6806 D-89081 Ulm, Germany ---------------------------------------------------------------------------- ----
martin.sonntag@nokia.com wrote:
Hi all,
has anybody managed to compile ZOracleDA? I have tried with Oracle 7.3.3.3.0.2 on Solaris 2.7, but I keep getting this error message:
ImportError: ld.so.1: python: fatal: relocation error: file ./oci_.so: symbol log10l: referenced symbol not found
Yes, I have read README.txt and appended libcore3.a to ORACLE_LIBS in the Makefile, but to no avail...
Did you read the README.txt in the source directory? Unfortunately, Oracle makes linking against their libraries wildly more painful than any other vendor I've ever seen. The nm command is your friend as described in the readme file. You need to use nm to find the library containing the missing symbol and then add that library to the Setup file. Jim -- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (2)
-
Jim Fulton -
martin.sonntag@nokia.com