2 messages in com.mysql.lists.perlProblem installing msql-mysql-modules
FromSent OnAttachments
Randal Leavitt05 May 1999 17:24 
ader...@wolfenet.com05 May 1999 22:33 
Subject:Problem installing msql-mysql-modules
From:Randal Leavitt (nstn@fox.nstn.ca)
Date:05/05/1999 05:24:19 PM
List:com.mysql.lists.perl

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.