I am trying to use mysql for the first time to evaluate it.
I have downloaded and installed it. It seems to be running correctly.
I then tried to download and install the PERL modules associated with
it.
Data-Dumper and DBI appear to be installed for me correctly.
However, I cannot install msql-mysql-modules.
The following shows what happens when I try ---
[shell prompt] perl Makefile.PL
Note (probably harmless): No library found for -lmysqlclient
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
[shell prompt] make
make[1]: Entering directory
`/usr/local/mysql/Msql-Mysql-modules-1.2014/Mysql'
make[1]: *** No rule to make target `/usr/include/mysql/mysql.h', needed
by `dbdimp.o'.
Stop.
make[1]: Leaviing directory
`/usr/local/mysql/Msql-Mysql-modules-1.2014/Mysql'
make: *** [subdirs] Error 2
Any suggestions would be appreciated.