Skip Menu |

This queue is for tickets about the DBD-DB2 CPAN distribution.

Report information
The Basics
Id: 129280
Status: new
Priority: 0/
Queue: DBD-DB2

People
Owner: Nobody in particular
Requestors: bhavik.dhoot [...] hsbc.co.in
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Error while compiling DBD-DB2-0.71
Date: Mon, 22 Apr 2019 16:07:11 +0000
To: "bug-DBD-DB2 [...] rt.cpan.org" <bug-DBD-DB2 [...] rt.cpan.org>
From: Bhavik DHOOT <bhavik.dhoot [...] hsbc.co.in>
Hi, I'm trying to compile the the DBD::DB2 module but getting the following linking errors. I'm using version - DBD-DB2-0.71. DB2.def(2) : warning LNK4017: CODE statement not supported for the target platform; ignored DB2.def(3) : warning LNK4017: DATA statement not supported for the target platform; ignored Creating library blib\arch\auto\DBD\DB2\DB2.lib and object blib\arch\auto\DBD\DB2\DB2.exp dbdimp.obj : error LNK2019: unresolved external symbol _SQLError@32 referenced in function _do_error dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetConnectAttr@16 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeConnect@4 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLConnect@28 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeEnv@4 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLAllocHandle@12 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetEnvAttr@16 referenced in function _db2_db_login dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeStmt@8 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLRowCount@8 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLExecDirect@12 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLTransact@12 referenced in function _db2_db_commit dbdimp.obj : error LNK2019: unresolved external symbol _SQLDisconnect@4 referenced in function _db2_db_disconnect dbdimp.obj : error LNK2019: unresolved external symbol _SQLNumParams@8 referenced in function _db2_st_prepare dbdimp.obj : error LNK2019: unresolved external symbol _SQLPrepare@12 referenced in function _db2_st_prepare dbdimp.obj : error LNK2019: unresolved external symbol _SQLBindParameter@40 referenced in function _db2_bind_ph dbdimp.obj : error LNK2019: unresolved external symbol _SQLBindCol@24 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLColAttribute@28 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLDescribeCol@36 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLNumResultCols@8 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetConnectOption@12 referenced in function _dbd_conn_opt dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetStmtOption@12 referenced in function _dbd_st_opts dbdimp.obj : error LNK2019: unresolved external symbol _SQLExecute@4 referenced in function _db2_st_execute dbdimp.obj : error LNK2019: unresolved external symbol _SQLFetch@4 referenced in function _db2_st_fetch dbdimp.obj : error LNK2019: unresolved external symbol _SQLGetData@24 referenced in function _db2_st_blob_read dbdimp.obj : error LNK2019: unresolved external symbol _SQLGetCursorName@16 referenced in function _dbd_st_FETCH blib\arch\auto\DBD\DB2\DB2.dll : fatal error LNK1120: 25 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Stop. Please advise urgently. Thanks & Regards, Bhavik Dhoot ----------------------------------------- ******************************************************************* This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ******************************************************************* "SAVE PAPER - THINK BEFORE YOU PRINT!"
Subject: RE: EXTERNAL: [rt.cpan.org #129280] AutoReply: Error while compiling DBD-DB2-0.71
Date: Tue, 23 Apr 2019 05:58:36 +0000
To: "bug-DBD-DB2 [...] rt.cpan.org" <bug-DBD-DB2 [...] rt.cpan.org>
From: Bhavik DHOOT <bhavik.dhoot [...] hsbc.co.in>
If possible, can you please send us the DB2.dll and its dependencies for this version? Thanks & Regards, Bhavik Dhoot  Senior Consultant Specialist | Fixed Income - Summit HUB | HSBC Technology India Business Bay, Pune Airport Road, Yerawada, Pune - 411 006 Show quoted text
___________________________________________________ Phone.     Tie Line: 71912075518925, Extn.: 18925 Email.       bhavik.dhoot@hsbc.co.in
___________________________________________________
-----Original Message----- From: Bugs in DBD-DB2 via RT [mailto:bug-DBD-DB2@rt.cpan.org] Sent: Monday, April 22, 2019 9:48 PM To: Bhavik DHOOT <bhavik.dhoot@hsbc.co.in> Subject: EXTERNAL: [rt.cpan.org #129280] AutoReply: Error while compiling DBD-DB2-0.71 Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Error while compiling DBD-DB2-0.71", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #129280]. Your ticket is accessible on the web at: https://rt.cpan.org/Ticket/Display.html?id=129280 Please include the string: [rt.cpan.org #129280] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-DBD-DB2@rt.cpan.org ------------------------------------------------------------------------- Hi, I'm trying to compile the the DBD::DB2 module but getting the following linking errors. I'm using version - DBD-DB2-0.71. DB2.def(2) : warning LNK4017: CODE statement not supported for the target platform; ignored DB2.def(3) : warning LNK4017: DATA statement not supported for the target platform; ignored Creating library blib\arch\auto\DBD\DB2\DB2.lib and object blib\arch\auto\DBD\DB2\DB2.exp dbdimp.obj : error LNK2019: unresolved external symbol _SQLError@32 referenced in function _do_error dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetConnectAttr@16 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeConnect@4 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLConnect@28 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeEnv@4 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLAllocHandle@12 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetEnvAttr@16 referenced in function _db2_db_login dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeStmt@8 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLRowCount@8 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLExecDirect@12 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLTransact@12 referenced in function _db2_db_commit dbdimp.obj : error LNK2019: unresolved external symbol _SQLDisconnect@4 referenced in function _db2_db_disconnect dbdimp.obj : error LNK2019: unresolved external symbol _SQLNumParams@8 referenced in function _db2_st_prepare dbdimp.obj : error LNK2019: unresolved external symbol _SQLPrepare@12 referenced in function _db2_st_prepare dbdimp.obj : error LNK2019: unresolved external symbol _SQLBindParameter@40 referenced in function _db2_bind_ph dbdimp.obj : error LNK2019: unresolved external symbol _SQLBindCol@24 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLColAttribute@28 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLDescribeCol@36 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLNumResultCols@8 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetConnectOption@12 referenced in function _dbd_conn_opt dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetStmtOption@12 referenced in function _dbd_st_opts dbdimp.obj : error LNK2019: unresolved external symbol _SQLExecute@4 referenced in function _db2_st_execute dbdimp.obj : error LNK2019: unresolved external symbol _SQLFetch@4 referenced in function _db2_st_fetch dbdimp.obj : error LNK2019: unresolved external symbol _SQLGetData@24 referenced in function _db2_st_blob_read dbdimp.obj : error LNK2019: unresolved external symbol _SQLGetCursorName@16 referenced in function _dbd_st_FETCH blib\arch\auto\DBD\DB2\DB2.dll : fatal error LNK1120: 25 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Stop. Please advise urgently. Thanks & Regards, Bhavik Dhoot ----------------------------------------- ******************************************************************* This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ******************************************************************* "SAVE PAPER - THINK BEFORE YOU PRINT!" ----------------------------------------- ****************************************************************** This message originated from the Internet. Its originator may or may not be who they claim to be and the information contained in the message and any attachments may or may not be accurate. ****************************************************************** ----------------------------------------- ******************************************************************* This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ******************************************************************* "SAVE PAPER - THINK BEFORE YOU PRINT!"
Subject: RE: EXTERNAL: [rt.cpan.org #129280] AutoReply: Error while compiling DBD-DB2-0.71
Date: Wed, 24 Apr 2019 09:08:58 +0000
To: "bug-DBD-DB2 [...] rt.cpan.org" <bug-DBD-DB2 [...] rt.cpan.org>
From: Bhavik DHOOT <bhavik.dhoot [...] hsbc.co.in>
Hi, Please let me know on this asap since I'm stuck and not able to progress. Thanks, Bhavik Dhoot  Show quoted text
-----Original Message----- From: Bhavik DHOOT Sent: Tuesday, April 23, 2019 11:29 AM To: 'bug-DBD-DB2@rt.cpan.org' <bug-DBD-DB2@rt.cpan.org> Subject: RE: EXTERNAL: [rt.cpan.org #129280] AutoReply: Error while compiling DBD-DB2-0.71 If possible, can you please send us the DB2.dll and its dependencies for this version? Thanks & Regards, Bhavik Dhoot
-----Original Message----- From: Bugs in DBD-DB2 via RT [mailto:bug-DBD-DB2@rt.cpan.org] Sent: Monday, April 22, 2019 9:48 PM To: Bhavik DHOOT <bhavik.dhoot@hsbc.co.in> Subject: EXTERNAL: [rt.cpan.org #129280] AutoReply: Error while compiling DBD-DB2-0.71 Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Error while compiling DBD-DB2-0.71", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #129280]. Your ticket is accessible on the web at: https://rt.cpan.org/Ticket/Display.html?id=129280 Please include the string: [rt.cpan.org #129280] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-DBD-DB2@rt.cpan.org ------------------------------------------------------------------------- Hi, I'm trying to compile the the DBD::DB2 module but getting the following linking errors. I'm using version - DBD-DB2-0.71. DB2.def(2) : warning LNK4017: CODE statement not supported for the target platform; ignored DB2.def(3) : warning LNK4017: DATA statement not supported for the target platform; ignored Creating library blib\arch\auto\DBD\DB2\DB2.lib and object blib\arch\auto\DBD\DB2\DB2.exp dbdimp.obj : error LNK2019: unresolved external symbol _SQLError@32 referenced in function _do_error dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetConnectAttr@16 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeConnect@4 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLConnect@28 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeEnv@4 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLAllocHandle@12 referenced in function _dbd_db_connect dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetEnvAttr@16 referenced in function _db2_db_login dbdimp.obj : error LNK2019: unresolved external symbol _SQLFreeStmt@8 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLRowCount@8 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLExecDirect@12 referenced in function _db2_db_do dbdimp.obj : error LNK2019: unresolved external symbol _SQLTransact@12 referenced in function _db2_db_commit dbdimp.obj : error LNK2019: unresolved external symbol _SQLDisconnect@4 referenced in function _db2_db_disconnect dbdimp.obj : error LNK2019: unresolved external symbol _SQLNumParams@8 referenced in function _db2_st_prepare dbdimp.obj : error LNK2019: unresolved external symbol _SQLPrepare@12 referenced in function _db2_st_prepare dbdimp.obj : error LNK2019: unresolved external symbol _SQLBindParameter@40 referenced in function _db2_bind_ph dbdimp.obj : error LNK2019: unresolved external symbol _SQLBindCol@24 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLColAttribute@28 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLDescribeCol@36 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLNumResultCols@8 referenced in function _db2_describe dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetConnectOption@12 referenced in function _dbd_conn_opt dbdimp.obj : error LNK2019: unresolved external symbol _SQLSetStmtOption@12 referenced in function _dbd_st_opts dbdimp.obj : error LNK2019: unresolved external symbol _SQLExecute@4 referenced in function _db2_st_execute dbdimp.obj : error LNK2019: unresolved external symbol _SQLFetch@4 referenced in function _db2_st_fetch dbdimp.obj : error LNK2019: unresolved external symbol _SQLGetData@24 referenced in function _db2_st_blob_read dbdimp.obj : error LNK2019: unresolved external symbol _SQLGetCursorName@16 referenced in function _dbd_st_FETCH blib\arch\auto\DBD\DB2\DB2.dll : fatal error LNK1120: 25 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460' Stop. Please advise urgently. Thanks & Regards, Bhavik Dhoot ----------------------------------------- ******************************************************************* This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ******************************************************************* "SAVE PAPER - THINK BEFORE YOU PRINT!" ----------------------------------------- ****************************************************************** This message originated from the Internet. Its originator may or may not be who they claim to be and the information contained in the message and any attachments may or may not be accurate. ****************************************************************** ----------------------------------------- ******************************************************************* This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ******************************************************************* "SAVE PAPER - THINK BEFORE YOU PRINT!"