in reply to Re: DBI::DB2 module installation failed
in thread DBI::DB2 module installation failed

Dear Tanktalus,

Let me say thanks first. You are correct ! The module i am trying to install is "DBD-DB2-0.78".
I have already installed the DBI module and also the driver for the DB2 "078_ADCL_LNX_32_NLV". I can able to access the DB2 thru the command line (using the command "db2"). That works fine. But, i am facing problem in installing this perl module.

   I have also set the environment variables required for the installation (this i did by executing the /home/db2inst1/sqllib/db2profile and exporting the ENV variable DB2_HOME with the value "/home/db2inst1/sqllib"). Still i am facing the problem in installation.


I have explained all the steps i have taken here. Can u able to point out where could be problem ?
I am struggling with this issue for the past 12 hrs :(

Can any one help....



Regards,
S.Venni Rajan.
"A Flair For Excellence."
                -- BK Systems.
  • Comment on Re^2: DBI::DB2 module installation failed

Replies are listed 'Best First'.
Re^3: DBI::DB2 module installation failed
by Anonymous Monk on Feb 17, 2006 at 07:29 UTC

    install the missing files

Re^3: DBI::DB2 module installation failed
by Anonymous Monk on May 14, 2007 at 17:38 UTC
    The file DBIXS.h was included in my distribution. I manually updated the Makefile to include its directory and it compiled and installed without further difficulty. -- Steve Cawley