From: Leons P. <le...@ca...> - 2006-06-22 20:59:42
|
Hi, To install PyDB2, I had to make the following changes in setup.py: - added '/opt/ibm/db2' as a possible path to get_db2_root() Admittedly, I may have installed it to a non-default directory. Not sure. More important is the library dir change: - made library_dirs=[db2_root_dir+'lib', db2_root_dir+'lib32'] Viper Express-C stores its libraries in 'lib32', not 'lib'. The build fails without 'lib32' on my machine. Having both does not cause any errors while building from a clean slate. Take care, -- /* Leons Petrazickis * Database Technology Advocate * Developer Programs, IBM Information Management * Work: 905-413-2332 Mobile: 416-712-2042 * le...@ca... * IBM Certified Solution Developer - XML and Related Technologies */ |