bo...@math.umn.edu wrote:
In your case you will want to substitute the location of your MySQL library
for my mSQL library. And of course the real key is to avoid the Dynaloader,
apparently, by using the -static flag. Thanks to Judy (spi...@isd.net) for
the idea of avoiding dynamic loading with the DBD.
Dynaloader is used even with -static: This flag doesn't affect the
mSQL libraries: It's important for MySQL users only and forces use of
libmysqlclient.a (instead of libmysqlclient.so) from within mysql.so,
the shared library loaded by Perl.
Bye,
Jochen