4 messages in com.mysql.lists.perlRe: Still having Dynaloader problems
FromSent OnAttachments
Jeremy Hansen16 Jul 2000 23:01 
Jochen Wiedmann17 Jul 2000 00:25 
Jeremy Hansen17 Jul 2000 00:33 
Jochen Wiedmann17 Jul 2000 01:09 
Subject:Re: Still having Dynaloader problems
From:Jochen Wiedmann (jo@ispsoft.de)
Date:07/17/2000 12:25:31 AM
List:com.mysql.lists.perl

Jeremy Hansen wrote:

I'm still having Dynaloader problems. I've done everything the perldoc says. I'm running perl 5.6.0, my compiler is gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release).

Any other suggestions? Is my compiler buggy? It stock from a Red Hat 6.0 system.

Sorry, but the main problems I know with RH 6.0 are related to MySQL's shared libraries and the _open64 thing. Both should be fine, if you

a) Make sure, that there are *absolutely no* old MySQL files b) Recompile MySQL from souce and c) Compile DBD::mysql with

perl Makefile.PL --static --config

But that's all described in the README.

Note that DBD::mysql is developed on RH Linux, so almost definitely your problems are one of those.

Bye,

Jochen