Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^11: plugin 'mysql_old_password' cannot be loaded

by frazap (Monk)
on Feb 20, 2019 at 06:47 UTC ( [id://1230214]=note: print w/replies, xml ) Need Help??


in reply to Re^10: plugin 'mysql_old_password' cannot be loaded
in thread plugin 'mysql_old_password' cannot be loaded

I tried to install the version 4.033 of DBD::mysql

From cpan, the compilation failed because of missing header files.

dbdimp.c:36:20: fatal error: poll.h: No such file or directory # include <poll.h>

Where can I get these ?

Thanks

F.

Replies are listed 'Best First'.
Re^12: plugin 'mysql_old_password' cannot be loaded
by marto (Cardinal) on Feb 20, 2019 at 07:17 UTC

    When installing a module and experiencing problems, expecially with old versions, it's important to check the changelog. See https://metacpan.org/changes/distribution/DBD-mysql#L230:

    2016-10-14 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.037 +_01) * Newest versions of libmysqlclient and the MariaDB C connector no lon +ger export the __WIN__ macro. If this macro is not present we would not compile in the poll.h-based async-support. Changed to use the _WIN32 macro instead. Thanks to Sergei Golubchik for suggesting the fix.

    Also 0f4f5873168becf8b6640de68778b7406cd9a3d7, rt://68169.

      Thanks !

      It compiled and most of the tests passed on my local mysql. But the problem is still there
      C:\spp24>perl get_version.pl OS : MSWin32 Perl : v5.24.4 DBD::mysql : 4.033 C:/spp24/perl/site/lib C:/spp24/perl/vendor/lib C:/spp24/perl/lib . DBI connect('d...h:3306','d...m',...) failed: Authentication plugin 'm +ysql_old_password' cannot be loaded: The specified module could not b +e found. at get_version.pl line 24.
      :-(

      F

        You don't show your build process, you don't say which version of the mysql prerequisites you're building against. I explained the issues here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1230214]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-29 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found