wmjie / ibm-db

Automatically exported from code.google.com/p/ibm-db
0 stars 0 forks source link

glibc 2.14 required in Centos 6 for ibm_db 2.03 #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
version `GLIBC_2.14' not found (required by 
/opt/zenoss/lib/python2.7/site-packages/ibm_db-2.0.3-py2.7-linux-x86_64.egg/ibm_
db.so

What steps will reproduce the problem?
1.Centos 6.4 64bit ibm_db 2.03 binary executed

What is the expected output? What do you see instead?
Table listing

What version of the product are you using? On what operating system?
Centos 6.4 64bit

Please provide any additional information below.
When running this binary I get the output above.  I have heard that others are 
able to run this binary in Centos 6.4.  Is there a different version compiled 
for glibc 2.12 ?

Original issue reported on code.google.com by cnoff...@gmail.com on 9 Sep 2013 at 5:39

GoogleCodeExporter commented 9 years ago
We doesn't provide any specific binary for Centos, We don't support Centos 
officially. But you should able to build it yourself. You can download the 
source code from https://pypi.python.org/pypi/ibm_db/, and instruction you can 
find in README file.

Original comment by rahul.pr...@in.ibm.com on 10 Sep 2013 at 6:09

GoogleCodeExporter commented 9 years ago
Now you should not get this error. Since we have removed the pre build egg for 
Linux64 from pypi. Now it will get build at your system only with your current 
version of GLIBC.

Original comment by rahul.pr...@in.ibm.com on 18 Nov 2013 at 5:57