On Tue, Feb 01, 2005 at 04:00:53AM -0000, [EMAIL PROTECTED] (via RT) wrote:
> # New Ticket Created by  [EMAIL PROTECTED] 
> # Please include the string:  [perl #34014]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34014 >
> 
> 
> This is a bug report for perl from [EMAIL PROTECTED],
> generated with the help of perlbug 1.35 running under perl v5.8.6.
> 
> 
> -----------------------------------------------------------------
> [Please enter your report here]
> I managed to install SUCCESFULLY core Perl into my home directory.
> It was in my intention to configure and install the mySql access module.
> Following is the  output seen on the screen while running the
> `/home/aghiugan/local/bin/perl -MCPAN -e 'install "DBD::mysql"'' command.
> Anything wrong?
> 
> ---> CUT HERE <---
> 
> I will use the following settings for compiling and testing:
> 
>   cflags        (mysql_config)
> = -I/home/aghiugan/local/mysql/include -fno-omit-frame-pointer
>   libs          (mysql_config)
> = -L/home/aghiugan/local/mysql/lib -lmysqlclient -lposix4 -lcrypt -lgen -l
> socket -lnsl -lm -lz
>   nocatchstderr (default     ) = 0
>   nofoundrows   (default     ) = 0
>   ssl           (guessed     ) = 0
>   testdb        (default     ) = test
>   testhost      (default     ) =
>   testpassword  (default     ) =
>   testuser      (default     ) =
> 
> To change these settings, see 'perl Makefile.PL --help' and
> perldoc INSTALL.

This is not a bug in Perl and should be closed.  This is not the place for 
module problems.  The problem is that you haven't set up connection information 
for your database (see testdb, testhost, testpassword, and testuser above) and
read the INSTALL file provided with the module.

Reply via email to