in reply to Re: Error Message - PL_perl_destruct_level at /usr/lib64/perl5/DynaLoader.pm
in thread Error Message - PL_perl_destruct_level at /usr/lib64/perl5/DynaLoader.pm

Rob, thanks for the reply. On the server, I have gone to cPanel and installed DBD::mysql. Is this what you were suggesting? If so that has been done.

If you are suggesting something different, can you elaborate or point me in the direction for information on how to accomplish what it is that you are suggesting

Pete

  • Comment on Re^2: Error Message - PL_perl_destruct_level at /usr/lib64/perl5/DynaLoader.pm

Replies are listed 'Best First'.
Re^3: Error Message - PL_perl_destruct_level at /usr/lib64/perl5/DynaLoader.pm
by syphilis (Archbishop) on Apr 28, 2016 at 09:51 UTC
    Is this what you were suggesting?

    I don't think so - though I'm not entirely sure what installing via cPanel actually does.
    I assume it just installs a pre-compiled DBD::mysql for you - and if that's the case you need to file a bug report with whoever is responsible for providing that pre-compiled DBD::mysql.
    It is simply not compatible with the perl that you are running.

    I suppose another option might be to use a perl that is compatible with that build of DBD::mysql (if such a perl is available to you).

    Cheers,
    Rob