I've installed perl 5.8.5, and am now getting a different problem with installing DBD::mysql. CPAN puts up a list of a couple thousand lines of errors which largely read
dbdimp.c:####: dereferencing pointer to incomplete type
Also there are numerous errors like
dbdimp.c: In function 'mysql_db_reconnect':
dbdimp.c.2273: 'MYSQL undeclared (first use in this function)
Is the installation not finding MySQL? It's up and running when I try to install with CPAN. |