in reply to Problem with setting locations in Makefile.PL
The path to mysql_config must be in your PATH variable.
This is what I use
C:\mysql\lib\opt contains the file mysqlclient.lib, which is what you're trying to link to (i doubt the that's located in a /bin or /include directory).perl Makefile.PL --libs="-LC:\mysql\lib\opt -lmysqlclient"
|
|---|