If I want to load DBD::mysql on a box where mysql is not installed, do I
need to install some mysql components?  I'm doing this because I'll be
connecting to a remote box from my perl script to query, etc. mysql on the
remote box.  While using cpan to install the DBD::mysql module, I received
the following errors:

Can't exec "mysql_config": No such file or directory at Makefile.PL line
167.
Failed to determine directory of mysql.h. Use perl Makefile.PL
--cflags=-I<dir>

Since mysql.h normally lives in $MYSQL/include, I'm thinking that I'll have
to install it locally to make this work.

Thanks,
Brian

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to