Hi, I was struggling with dis suxx for about 24 h =). If ya wanna fix this bug, u have to go in Makefile.PL, comment this string
# open(PIPE, "mysql_config --$param |");
and put near it a string, such as:
open(PIPE, "/usr/local/mysql/bin/mysql_config --$param |"); where ur mysql_config is located
Then, when u run #perl Makefile.PL use this keys, like i used it:
Code:
perl Makefile.PL --ssl --testhost=localhost --testpassword=toor --testuser=root
To enable ssl and test ur database (dont forget to run ur mysqld server).
Then make && make test && make install =) GL!