In your last example you used --lib to add a library, that's not what it does -I,-lib=DIR:
"Add the given directory to the perl module search path. May be specified multiple times."
You're not trying to add a perl module, this is a mySQL library. use --link --link=FILE|LIBRARY:
"Add the given shared library (a.k.a. shared object or DLL) into the packed file. Also accepts names under library paths; i.e. -l ncurses means the same thing as -l libncurses.so or -l /usr/local/lib/libncurses.so in most Unixes. May be specified multiple times."
In reply to Re^3: Par pp DBD::mySQL macOS
by marto
in thread Par pp DBD::mySQL macOS
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |