3 messages in com.mysql.lists.perlRe: make test fails (fwd)
FromSent OnAttachments
bo...@math.umn.edu14 Jul 1999 08:51 
Jochen Wiedmann15 Jul 1999 01:09 
bo...@math.umn.edu15 Jul 1999 07:33 
Subject:Re: make test fails (fwd)
From:Jochen Wiedmann (jo@ispsoft.de)
Date:07/15/1999 01:09:05 AM
List:com.mysql.lists.perl

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