You need to have the actual MySQL client installed before you can install
DBD::Mysql, just like with most other db's, since all the appopriate libs
used to build the module are contained in the client installation.

Ilya Sterin

-----Original Message-----
From: William B. Trautman
To: [EMAIL PROTECTED]
Sent: 05/31/2001 12:38 PM
Subject: Installation of MySQL Driver Module

I have installed the DBI module and am trying to install the MySQL
driver
module.  I get the following error message indicating that files like
"libmysqlclient" cannot be found.  Can anyone help me?

$ perl Makefile.PL
Which drivers do you want to install?

    1)  MySQL only
    2)  mSQL only (either of mSQL 1 or mSQL 2)
    3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)

    4)  mSQL 1 and mSQL 2
    5)  MySQL, mSQL 1 and mSQL 2

Enter the appropriate number:  [3] 1


Do you want to install the MysqlPerl emulation? You might keep your old
Mysql module (to be distinguished from DBD::mysql!) if you are concerned
about compatibility to existing applications! [n] n
Where is your MySQL installed? Please tell me the directory that
contains the subdir 'include'. [/usr/local] /cygdrive/c/mysql
Where is your MySQL installed? Please tell me the directory that
contains the subdir 'lib'. [/cygdrive/c/mysql] /cygdrive/c/mysql/opt
Cannot find one of lib/mysql/libmysqlclient.a, lib/libmysqlclient.a,
lib/mysql/l
ibmysqlclient.so, lib/libmysqlclient.so in /cygdrive/c/mysql/opt at
lib/DBD/mysq
l/Install.pm line 165, <STDIN> line 4.

Reply via email to