DBD-mysql-2.1028 install error

DBD-mysql-2.1028 install error

am 16.10.2003 22:27:43 von Jimmy Morgan

------_=_NextPart_001_01C39423.F4440310
Content-Type: text/plain

When I run perl Makefile.pl, I get the following error:

Can't exec "mysql_config": No such file or directory at Makefile.PL line
169.
readline() on closed filehandle main::PIPE at Makefile.PL line 171.
Can't exec "mysql_config": No such file or directory at Makefile.PL line
169.
readline() on closed filehandle main::PIPE at Makefile.PL line 171.
Can't exec "mysql_config": No such file or directory at Makefile.PL line
169.
readline() on closed filehandle main::PIPE at Makefile.PL line 171.
Can't exec "mysql_config": No such file or directory at Makefile.PL line
169.
readline() on closed filehandle main::PIPE at Makefile.PL line 171.
Can't exec "mysql_config": No such file or directory at Makefile.PL line
169.
readline() on closed filehandle main::PIPE at Makefile.PL line 171.
Failed to determine directory of mysql.h. Use

perl Makefile.PL --cflags=-I



Help,

Jimmy

------_=_NextPart_001_01C39423.F4440310--

Re: DBD-mysql-2.1028 install error

am 16.10.2003 22:39:13 von Rudy Lippan

On Thu, 16 Oct 2003, Jimmy Morgan wrote:

> Date: Thu, 16 Oct 2003 16:27:43 -0400
> From: Jimmy Morgan
> To: "'msql-mysql-modules@lists.mysql.com'"
>
> Subject: DBD-mysql-2.1028 install error
>
> When I run perl Makefile.pl, I get the following error:
>
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 169.

mysql_config is not in your path.

If DBD::mysql gueses correctly and compiles without a problem, you can
ignore the messages otherwise:

PATH=$PATH:/path/to/mysql_config perl Makefile.PL


Rudy



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBD-mysql-2.1028 install error

am 16.10.2003 22:39:13 von Rudy Lippan

On Thu, 16 Oct 2003, Jimmy Morgan wrote:

> Date: Thu, 16 Oct 2003 16:27:43 -0400
> From: Jimmy Morgan
> To: "'msql-mysql-modules@lists.mysql.com'"
>
> Subject: DBD-mysql-2.1028 install error
>
> When I run perl Makefile.pl, I get the following error:
>
> Can't exec "mysql_config": No such file or directory at Makefile.PL line
> 169.

mysql_config is not in your path.

If DBD::mysql gueses correctly and compiles without a problem, you can
ignore the messages otherwise:

PATH=$PATH:/path/to/mysql_config perl Makefile.PL


Rudy



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org