DBD::mysql not installing!! Help!!

DBD::mysql not installing!! Help!!

am 03.12.2004 01:28:44 von adayf96

I've already installed the DBI module and Data-Show-Table modeule and
there were not errors in their installation. But when I perform the
command: perl Makefile.PL I get the following comments:


Unsuccessful stat on filename containing newline at
/usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 97. [REPATED 116 TIMES]

Using DBI 1.46 (for perl 5.008 on i386-linux-thread-multi) installed in
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/ DBI/

Writing Makefile for DBD::mysql

Then when I type make I get:

Makefile:89: *** missing separator. Stop.

what do I need to do????? Thanks for the help

AGD

--
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 not installing!! Help!!

am 03.12.2004 02:04:00 von Rick Measham

--=-LweGAHOI5THIjleF8gsg
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

You don't say what OS, but I'm going to guess it's RedHat 9?

It's a Unicode problem that we had a lot with DateTime installations on
RH9. To get it to work, prepend the recipe with a null language
variable:

LANG=3D; perl Makefile.PL
make
make test
make install

That will stop it trying to go all unicode on you, and the problems with
the makefile will stop.

If I've guessed wrong, then accept my appologies and let us know which
distro you're using.

Cheers!
Rick Measham

On Fri, 2004-12-03 at 11:28, DAY,AARON GARTH wrote:
> I've already installed the DBI module and Data-Show-Table modeule and
> there were not errors in their installation. But when I perform the
> command: perl Makefile.PL I get the following comments:
>=20
>=20
> Unsuccessful stat on filename containing newline at
> /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 97. [REPATED 116 TIMES]
>=20
> Using DBI 1.46 (for perl 5.008 on i386-linux-thread-multi) installed in
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/ DBI/
>=20
> Writing Makefile for DBD::mysql
>=20
> Then when I type make I get:
>=20
> Makefile:89: *** missing separator. Stop.
>=20
> what do I need to do????? Thanks for the help
>=20
> AGD

--=-LweGAHOI5THIjleF8gsg
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBBr7uAuzM+k2id50IRAntsAKCUNzV2RkdXmSZJFyHtI6DgMByOGQCf U0QO
/4zpjugOhK84VDNMIaJIMKA=
=YdBH
-----END PGP SIGNATURE-----

--=-LweGAHOI5THIjleF8gsg--

Re: DBD::mysql not installing!! Help!!

am 03.12.2004 02:09:55 von adayf96

Rick,

You guessed correctly, I'm using RH9. Thank you so muck for getting back
to me so quickly. I'll do it now.

Thanks,

AGD



Quoting Rick Measham :

> You don't say what OS, but I'm going to guess it's RedHat 9?
>
> It's a Unicode problem that we had a lot with DateTime installations on
> RH9. To get it to work, prepend the recipe with a null language
> variable:
>
> LANG=; perl Makefile.PL
> make
> make test
> make install
>
> That will stop it trying to go all unicode on you, and the problems
> with
> the makefile will stop.
>
> If I've guessed wrong, then accept my appologies and let us know which
> distro you're using.
>
> Cheers!
> Rick Measham
>
> On Fri, 2004-12-03 at 11:28, DAY,AARON GARTH wrote:
> > I've already installed the DBI module and Data-Show-Table modeule and
> > there were not errors in their installation. But when I perform the
> > command: perl Makefile.PL I get the following comments:
> >
> >
> > Unsuccessful stat on filename containing newline at
> > /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 97. [REPATED 116
> TIMES]
> >
> > Using DBI 1.46 (for perl 5.008 on i386-linux-thread-multi) installed
> in
> > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/ DBI/
> >
> > Writing Makefile for DBD::mysql
> >
> > Then when I type make I get:
> >
> > Makefile:89: *** missing separator. Stop.
> >
> > what do I need to do????? Thanks for the help
> >
> > AGD
>



--
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 not installing!! Help!!

am 03.12.2004 02:30:50 von adayf96

Rick,

Your suggestion did the trick and everything went as planned. Thank you
sooo much for the help. I wish I would have emailed the group earlier.

Best wishes and Happy Holidays,
AGD

Quoting Rick Measham :

> You don't say what OS, but I'm going to guess it's RedHat 9?
>
> It's a Unicode problem that we had a lot with DateTime installations on
> RH9. To get it to work, prepend the recipe with a null language
> variable:
>
> LANG=; perl Makefile.PL
> make
> make test
> make install
>
> That will stop it trying to go all unicode on you, and the problems
> with
> the makefile will stop.
>
> If I've guessed wrong, then accept my appologies and let us know which
> distro you're using.
>
> Cheers!
> Rick Measham
>
> On Fri, 2004-12-03 at 11:28, DAY,AARON GARTH wrote:
> > I've already installed the DBI module and Data-Show-Table modeule and
> > there were not errors in their installation. But when I perform the
> > command: perl Makefile.PL I get the following comments:
> >
> >
> > Unsuccessful stat on filename containing newline at
> > /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 97. [REPATED 116
> TIMES]
> >
> > Using DBI 1.46 (for perl 5.008 on i386-linux-thread-multi) installed
> in
> > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/ DBI/
> >
> > Writing Makefile for DBD::mysql
> >
> > Then when I type make I get:
> >
> > Makefile:89: *** missing separator. Stop.
> >
> > what do I need to do????? Thanks for the help
> >
> > AGD
>



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