You are getting compilation error due to missing python developer
package. You can install this package by issuing command "yum install
python-devel" or "apt-get install python-dev".
>>>>
Processing ibm_db-1.0.6-py2.5-linux-x86_64.egg
removing
'/usr/lib/python2.6/site-packages/ibm_db-1.0.6-py2.5-linux-
x86_64.egg' (and
everything under it)
<<<<
This output indicate that you already have 1.0.6 version of ibm_db
package installed in your system.
In DS Driver you can also find a version of ibm_db egg. to install
this version of ibm_db you need to issue following command
"easy_install /path/to/ibm_db-1.0.6-py2.5-linux-x86_64.egg" .
Thanks,
Rahul Priyadarshi
On Feb 20, 9:19 pm, Joe Travaglini <
joe.travagl...@gmail.com> wrote:
> Hello, I'm experiencing a similar error in trying to install on RHEL6.2.
>
> First, I started with the readme here<
http://code.google.com/p/ibm-db/wiki/ibm_db_README> and
> followed the instructions, downloading PEAK easy_install. I notice that in
> the download page <
http://code.google.com/p/ibm-db/downloads/list> there is
> no Linux x64 egg provided.
>
> Instead I downloaded the DS Driver package from here<
https://www-304.ibm.com/support/docview.wss?uid=swg27016878>(both version 10.1 and 9.7, the linux x64 versions), and used the built in
> ibm_db egg there for the install. (in 10.1, the egg is in
> IBM_DB_HOME/python/python64, whereas in 9.7 it's in IBM_DB_HOME/python64).
>
> I have my IBM_DB_HOME set appropriately and have even tried sourcing the
> db2profile manually prior to install, but I receive the following error.
>
> I'm running python 2.6.6 64-bit.
>
> Here is the beginning of the output (there are many more errors that
> follow). I'm assuming I have either the wrong version of ibm_db egg or
> dsdriver, or that some path is not properly set.
>
> Please help!! thanks
>
> Processing ibm_db-1.0.6-py2.5-linux-x86_64.egg
> removing
> '/usr/lib/python2.6/site-packages/ibm_db-1.0.6-py2.5-linux-x86_64.egg' (and
> everything under it)
> creating
> /usr/lib/python2.6/site-packages/ibm_db-1.0.6-py2.5-linux-x86_64.egg
> Extracting ibm_db-1.0.6-py2.5-linux-x86_64.egg to
> /usr/lib/python2.6/site-packages
> ibm-db 1.0.6 is already the active version in easy-install.pth
>
> Installed
> /usr/lib/python2.6/site-packages/ibm_db-1.0.6-py2.5-linux-x86_64.egg
> Processing dependencies for ibm-db==1.0.6
> Searching for ibm-db==1.0.6
> Readinghttp://
pypi.python.org/simple/ibm-db/
> Readinghttp://
code.google.com/p/ibm-db/downloads/list
> Best match: ibm-db 1.0.6
> Downloadinghttp://
pypi.python.org/packages/source/i/ibm_db/ibm_db-1.0.6.tar.gz#m...
> > B) If no - ensure u have the IBM Data Server Driver Package<
https://www-304.ibm.com/support/docview.wss?uid=swg27016878>installed and set IBM_DB_HOME
>
> > The error is that it is not finding the header files. My hunch is that you
> > are in B), but dont have the IBM Data Server Driver Package<
https://www-304.ibm.com/support/docview.wss?uid=swg27016878>, but instead have the CLI thin client
>
> > Mario