Hello, I'm not 100% sure this is the right forum for this question, so if it isn't, please just direct me the right way.
I have to upgrade my DBD::mysql module to a version above 2.1010 (for Bugzilla), and ActiveState's ppm only has 2.0400 (which is what I had before anyways). I got the latest version (2.1240 or something like that) from CPAN, but even after giving it the right paths to my mysql headers and libs, I'm getting linker errors. Here is the output : mysqlclient.lib(str2int.obj) : error LNK2001: unresolved external symbol __pctype mysqlclient.lib(my_init.obj) : error LNK2001: unresolved external symbol __pctype mysqlclient.lib(charset.obj) : error LNK2001: unresolved external symbol __pctype mysqlclient.lib(default.obj) : error LNK2001: unresolved external symbol __pctype mysqlclient.lib(my_error.obj) : error LNK2001: unresolved external symbol __pctype mysqlclient.lib(str2int.obj) : error LNK2001: unresolved external symbol ___mb_cur_max mysqlclient.lib(my_init.obj) : error LNK2001: unresolved external symbol ___mb_cur_max mysqlclient.lib(charset.obj) : error LNK2001: unresolved external symbol ___mb_cur_max mysqlclient.lib(default.obj) : error LNK2001: unresolved external symbol ___mb_cur_max mysqlclient.lib(my_error.obj) : error LNK2001: unresolved external symbol ___mb_cur_max blib\arch\auto\DBD\mysql\mysql.dll : fatal error LNK1120: 2 unresolved externals I have found one message from this list that talks about this problem, but it doesn't offer any solutions, just a possible reason for the problem : http://www.rosat.mpe-garching.mpg.de/mailing-lists/dbi/1999-09/msg00078.html I would really need this to work, so I need a solution. Has anyone run into this problem, and what can I do to fix it? Thanks in advance, J-S __________________________________________________ Jean-Sebastien Guay, Software developer Hybride Technologies, Piedmont, Quebec, Canada [EMAIL PROTECTED] http://www.hybride.com/
