codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  DBD::DB2 Module On Linux -Error  sumanperlforum at 10:46 on Wednesday, September 29, 2010
 

Hi ,
I am trying to install IBM DBD::DB2 Module On Linux.I got the following .tar file from IBM website. http://search.cpan.org/CPAN/authors/id/I/IB/IBMTORDB2/DBD-DB2-1.79.tar.gz .i have done perl Makefile.PL .After that i have given the make command. Then, I am getting the following error. .Please help me out.

DB2.xs: In function âXS_DBD__DB2__dr_disconnect_allâ:

DB2.xs:49: error: âdirtyâ undeclared (first use in this function)

DB2.xs:49: error: (Each undeclared identifier is reported only once

DB2.xs:49: error: for each function it appears in.)

DB2.xs: In function âXS_DBD__DB2__db__loginâ:

DB2.xs:92: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:92: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__db_commitâ:

DB2.xs:103: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:103: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__db_rollbackâ:

DB2.xs:112: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:112: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__db_disconnectâ:

DB2.xs:134: error: âdirtyâ undeclared (first use in this function)

DB2.xs:141: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:141: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__db_STOREâ:

DB2.xs:156: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:159: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__db_DESTROYâ:

DB2.xs:178: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:181: error: âdirtyâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st__prepareâ:

DB2.xs:271: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:271: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_bind_paramâ:

DB2.xs:307: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:307: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_bind_param_inoutâ:

DB2.xs:341: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:341: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_fetchrow_arrayrefâ:

DB2.xs:400: error: âsv_undefâ undeclared (first use in this function)

DB2.c:570: warning: unused variable âixâ

DB2.c: In function âXS_DBD__DB2__st_fetchrow_arrayâ:

DB2.c:589: warning: unused variable âixâ

DB2.xs: In function âXS_DBD__DB2__st_cancelâ:

DB2.xs:426: warning: implicit declaration of function âdbd_st_cancelâ

DB2.xs:426: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:426: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_finishâ:

DB2.xs:445: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:445: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_blob_readâ:

DB2.xs:463: error: âsv_undefâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_STOREâ:

DB2.xs:476: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:479: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st_DESTROYâ:

DB2.xs:499: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:502: error: âdirtyâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st__table_infoâ:

DB2.xs:533: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:533: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st__primary_key_infoâ:

DB2.xs:551: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:551: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st__foreign_key_infoâ:

DB2.xs:570: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:570: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st__column_infoâ:

DB2.xs:585: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:585: error: âsv_noâ undeclared (first use in this function)

DB2.xs: In function âXS_DBD__DB2__st__type_info_allâ:

DB2.xs:595: error: âsv_yesâ undeclared (first use in this function)

DB2.xs:595: error: âsv_noâ undeclared (first use in this function)

make: *** [DB2.o] Error 1

Thanks in Advance








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  DBD::DB2 Module On Linux -Error
•  XMLHttpRequest returns 404 on Php files
•  Re: Save up to 80% on SSL Certificates, RapidSSL Certificate @ $ 11.00/yr.
•  Re: horizontal scroll bar for drop down list box
•  IFRAME question
•  Re: Need hosted_button_id value from PayPal generated code
•  Re: need to enable a text area when the dropdown menus value is more than 0
•  Re: orphan files (owner account deleted in linux but files exists)
•  How to create and Edit IIS Virtual directory programmaticaly


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010