Closed GoogleCodeExporter closed 9 years ago
We do support SUSE Enterprise 11, the issue you are getting is due to GLIBC
library version mismatch. We have build ibm_db binary with GLIBC_2.14 that's
and your system have lower version of GLIBC that's why at linking time you face
this issue.
Please download source code from https://pypi.python.org/pypi/ibm_db and
install it from source.
Original comment by rahul.pr...@in.ibm.com
on 26 Sep 2013 at 6:33
According to this page, SLES 11 SP2 (latest) provides glibc 2.11.1
https://www.suse.com/releasenotes/x86_64/SUSE-SLES/11-SP2/#id1166576
Perhaps the most common scenario is to find python2.6 along with glibc 2.11 ;-)
Just for my information, What kind of support do you consider for SUSE
Enterprise 11?
Is there a chance the installation script aborts if critical conditions are not
met?
Is there a changelog somewhere to see what changes are present in current
version?
Regards
Luis
Original comment by south.mi...@gmail.com
on 26 Sep 2013 at 1:04
The ibm_db driver works well with SUSE Enterprise 11, in case any issue you can
report that we will resolve that issue.
I have removed ibm_db's Linux-64 bit egg file from
https://pypi.python.org/pypi/ibm_db now you can use easy_install, it will now
download source code and build the binary at your machine only so that you will
not get any library mismatch issue at run time.
For every new release we maintain change log you can find change log at
http://code.google.com/p/ibm-db/source/browse/IBM_DB/ibm_db/CHANGES or inside
source code available at
https://pypi.python.org/packages/source/i/ibm_db/ibm_db-2.0.4.1.tar.gz
Original comment by rahul.pr...@in.ibm.com
on 26 Sep 2013 at 3:00
Original comment by rahul.pr...@in.ibm.com
on 18 Nov 2013 at 5:53
Original issue reported on code.google.com by
south.mi...@gmail.com
on 25 Sep 2013 at 6:00