in reply to Re^2: Win32 installing DBD::mysql, unresolved external symbol
in thread Win32 installing DBD::mysql, unresolved external symbol

What? perl -V:ccflags reveals the -MD option, which means link with MSVCRT.LIB . This means that mysqlclient.lib also needs to link with MSVCRT.LIB.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^4: Win32 installing DBD::mysql, unresolved external symbol
by BUU (Prior) on Jan 26, 2005 at 07:17 UTC
    Oh, I see what you're saying now. Unfortunately when I try to configure mysql to link with -MD, I get lots of fun errors. Meh. I think I'll just go use SQLite.