On Wed, 2004-09-29 at 14:44 -0400, Kirti S. Bajwa wrote:

> After I enter the last/above "cpan> install Bundle::DBD::mysql" command,
> there are number of output
> lines & then this error:
> ---------------
> >Using DBI 1.43 (for perl 5.08 on i386-linux-thread-multi) installed
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBI
> >Writing Makefile for DBD::mysql
> >Makefile:89: *** missing seprator. Stop

I've seen this before building several perl modules from CPAN on RH9.
The fix is to set the LANG environment variable to C from whatever it is
by default (here en_GB.UTF-8), i.e., at the shell prompt (for bash):

export LANG=C

delete the Makefile and try the build process again.

HTH,


Chris.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to