DBD::mysql install problem

DBD::mysql install problem

am 11.12.2003 21:22:31 von brantzdr

Hey,

I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0.
mysql is in /usr/local/mysql

I installed DBI (latest release) with no problem.

Tried installing DBD::mysql and 2 problems: something about line 174
not finding mysql_config.
and then something about perl. So, I did the following.
installed Perl 5.8.2
re-installed DBI
changed line 174 of Makefile.PL in DBD::mysql dir. to point to
/usr/local/mysql/bin/mysql_config
ran perl Makefile.PL and that worked fine (at least I think it did).
ran make, make test, make install and it reports that many tests failed
but it seems to have installed?

Has anyone else run into this with RHEL AS 3?

Also, what is the best way to install DBD::mysql and do I still need
datadumper and showtable?

Thanks in advance,
Douglas



--
Douglas R. Brantz
Computer Consultant
College of Fine & Applied Arts
Appalachian State University
Boone, NC 28608

828-262-6549 (phone)
828-262-6312 (fax)



--
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 install problem

am 11.12.2003 21:42:00 von Rudy Lippan

On Thu, 11 Dec 2003, brantzdr wrote:

> Hey,
>
> I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0.
> mysql is in /usr/local/mysql
>
> I installed DBI (latest release) with no problem.
>
> Tried installing DBD::mysql and 2 problems: something about line 174
> not finding mysql_config.
> and then something about perl. So, I did the following.
> installed Perl 5.8.2
> re-installed DBI
> changed line 174 of Makefile.PL in DBD::mysql dir. to point to
> /usr/local/mysql/bin/mysql_config
> ran perl Makefile.PL and that worked fine (at least I think it did).
> ran make, make test, make install and it reports that many tests failed
> but it seems to have installed?


What tests failed?


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 install problem

am 11.12.2003 21:42:00 von Rudy Lippan

On Thu, 11 Dec 2003, brantzdr wrote:

> Hey,
>
> I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0.
> mysql is in /usr/local/mysql
>
> I installed DBI (latest release) with no problem.
>
> Tried installing DBD::mysql and 2 problems: something about line 174
> not finding mysql_config.
> and then something about perl. So, I did the following.
> installed Perl 5.8.2
> re-installed DBI
> changed line 174 of Makefile.PL in DBD::mysql dir. to point to
> /usr/local/mysql/bin/mysql_config
> ran perl Makefile.PL and that worked fine (at least I think it did).
> ran make, make test, make install and it reports that many tests failed
> but it seems to have installed?


What tests failed?


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 install problem

am 11.12.2003 21:52:44 von brantzdr

A majority of the tests - but I will try again and send the info.
Can I use force install DBD::mysql through CPAN? Is that a better way
to install?

I'm used to the older versions of DBD::mysql when it asked questions
like.
Where is your installations of mysql?
What database would you like to use?
What is the host?
etc... at least I thought it used to ask these type of questions.

Does this make sense? Does the new DBD::mysql not ask these?

Thanks,
Douglas

--
Douglas R. Brantz
Computer Consultant
College of Fine & Applied Arts
Appalachian State University
Boone, NC 28608

828-262-6549 (phone)
828-262-6312 (fax)



-----Original Message-----
From: Rudy Lippan [mailto:rlippan@remotelinux.com]
Sent: Thursday, December 11, 2003 3:42 PM
To: brantzdr
Cc: perl@lists.mysql.com
Subject: Re: DBD::mysql install problem


On Thu, 11 Dec 2003, brantzdr wrote:

> Hey,
>
> I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0. mysql is
> in /usr/local/mysql
>
> I installed DBI (latest release) with no problem.
>
> Tried installing DBD::mysql and 2 problems: something about line 174
> not finding mysql_config. and then something about perl. So, I did
> the following. installed Perl 5.8.2
> re-installed DBI
> changed line 174 of Makefile.PL in DBD::mysql dir. to point to
> /usr/local/mysql/bin/mysql_config
> ran perl Makefile.PL and that worked fine (at least I think it did).
> ran make, make test, make install and it reports that many tests
failed
> but it seems to have installed?


What tests failed?


Rudy



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:
http://lists.mysql.com/perl?unsub=sugiarto.Then@infotronik.c om



--
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 install problem

am 11.12.2003 21:52:44 von brantzdr

A majority of the tests - but I will try again and send the info.
Can I use force install DBD::mysql through CPAN? Is that a better way
to install?

I'm used to the older versions of DBD::mysql when it asked questions
like.
Where is your installations of mysql?
What database would you like to use?
What is the host?
etc... at least I thought it used to ask these type of questions.

Does this make sense? Does the new DBD::mysql not ask these?

Thanks,
Douglas

--
Douglas R. Brantz
Computer Consultant
College of Fine & Applied Arts
Appalachian State University
Boone, NC 28608

828-262-6549 (phone)
828-262-6312 (fax)



-----Original Message-----
From: Rudy Lippan [mailto:rlippan@remotelinux.com]
Sent: Thursday, December 11, 2003 3:42 PM
To: brantzdr
Cc: perl@lists.mysql.com
Subject: Re: DBD::mysql install problem


On Thu, 11 Dec 2003, brantzdr wrote:

> Hey,
>
> I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0. mysql is
> in /usr/local/mysql
>
> I installed DBI (latest release) with no problem.
>
> Tried installing DBD::mysql and 2 problems: something about line 174
> not finding mysql_config. and then something about perl. So, I did
> the following. installed Perl 5.8.2
> re-installed DBI
> changed line 174 of Makefile.PL in DBD::mysql dir. to point to
> /usr/local/mysql/bin/mysql_config
> ran perl Makefile.PL and that worked fine (at least I think it did).
> ran make, make test, make install and it reports that many tests
failed
> but it seems to have installed?


What tests failed?


Rudy



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:
http://lists.mysql.com/perl?unsub=sugiarto.Then@infotronik.c om



--
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 install problem

am 11.12.2003 22:20:19 von Mayuran

brantzdr wrote:

>Hey,
>
>I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0.
>mysql is in /usr/local/mysql
>
>I installed DBI (latest release) with no problem.
>
>Tried installing DBD::mysql and 2 problems: something about line 174
>not finding mysql_config.
>and then something about perl. So, I did the following.
>installed Perl 5.8.2
>re-installed DBI
>changed line 174 of Makefile.PL in DBD::mysql dir. to point to
>/usr/local/mysql/bin/mysql_config
>ran perl Makefile.PL and that worked fine (at least I think it did).
>ran make, make test, make install and it reports that many tests failed
>but it seems to have installed?
>
>Has anyone else run into this with RHEL AS 3?
>
>Also, what is the best way to install DBD::mysql and do I still need
>datadumper and showtable?
>
>Thanks in advance,
>Douglas
>
>
>
>--
>Douglas R. Brantz
>Computer Consultant
>College of Fine & Applied Arts
>Appalachian State University
>Boone, NC 28608
>
>828-262-6549 (phone)
>828-262-6312 (fax)
>
>
>
>
>
Do you have mysql-devel binaries installed ?


--
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 install problem

am 11.12.2003 22:20:19 von Mayuran

brantzdr wrote:

>Hey,
>
>I've installed Red Hat Enterprise Linux AS 3 with Mysql 4.0.
>mysql is in /usr/local/mysql
>
>I installed DBI (latest release) with no problem.
>
>Tried installing DBD::mysql and 2 problems: something about line 174
>not finding mysql_config.
>and then something about perl. So, I did the following.
>installed Perl 5.8.2
>re-installed DBI
>changed line 174 of Makefile.PL in DBD::mysql dir. to point to
>/usr/local/mysql/bin/mysql_config
>ran perl Makefile.PL and that worked fine (at least I think it did).
>ran make, make test, make install and it reports that many tests failed
>but it seems to have installed?
>
>Has anyone else run into this with RHEL AS 3?
>
>Also, what is the best way to install DBD::mysql and do I still need
>datadumper and showtable?
>
>Thanks in advance,
>Douglas
>
>
>
>--
>Douglas R. Brantz
>Computer Consultant
>College of Fine & Applied Arts
>Appalachian State University
>Boone, NC 28608
>
>828-262-6549 (phone)
>828-262-6312 (fax)
>
>
>
>
>
Do you have mysql-devel binaries installed ?


--
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