in reply to How to build DBD::MySQL
Presumably, you're missing the proper declarations in the mysql.def file — in case you have one at all... (?) If you have one, what does it contain? In particular, does it contain the referenced symbols such as 'mysql_insert_id@4', etc.? The .def file is used by dlltool to create the exports section of a DLL.
See Create Import Libraries for what this is about, and how you might create the .def file. reimp from the mingw-utils might help, too, to create a .def file.
(That said, before investing too much time, if I were you I'd probably first try hard to dig up a precompiled version of the module instead...)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to build DBD::MySQL
by fredo2906 (Acolyte) on Jul 15, 2008 at 10:15 UTC | |
|
Re^2: How to build DBD::MySQL
by fredo2906 (Acolyte) on Jul 15, 2008 at 10:16 UTC | |
by almut (Canon) on Jul 15, 2008 at 11:30 UTC | |
by fredo2906 (Acolyte) on Jul 15, 2008 at 13:49 UTC |