Hi there,
I'm having problems with th einstallation of the module DBD::mysql. When giving the command:
perl Makefile.PL the script gives error messages about de mysql_config file. (no such file).
Can anyone help me any further on this matter?
Thanks,
Erwin
This is a common problem. If you can install mysql from the source then this problem will not occur Since the the mysql header files will be installed by the source.
Or else, You can just untar the source in some temporary area find "mysql.h" ( I dont remember exactly but must be the same file ) in the directory and change the Makefile of DBD::mysql to include that directory
Hope that helps Ram
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]