Hi, I'm trying to install ZOracleDA. I've managed to get DCOracle to build, but the test fails with this traceback: ----- [root@balrog src]# python DCOracle_test.py Traceback (innermost last): File "DCOracle_test.py", line 1, in ? import Buffer, oci_, sys ImportError: /u01/app/oracle/product/8.1.5/lib/libordvir8.so: undefined symbol: __pure_virtual ----- I'm running Zope 2.1.6 with Python 1.5.2 on Linux. DCOracle and ZOracleDA are both the stab;e releases. Oracle is 8.1.5 (needed the Setup file from this list). I added -lordvir8 a couple of times extra to Setup to see if this problem went away, but it wouldn't. nm on libordvir8.so says that it contains the __pure_virtual symbol. Does anyone know how to get around this? -- Kiran Jonnalagadda http://lunateks.com baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync; sync; sleep 15; done