JaJa has asked for the wisdom of the Perl Monks concerning the following question:
PPM interactive shell (2.2.0) - type 'help' for available commands. PPM> install DBD-Mysql Install package 'DBD-Mysql?' (y/N): y Installing package 'DBD-Mysql'... Error installing package 'DBD-Mysql': Read a PPD for 'DBD-Mysql', but +it is not intended for this build of Perl (MSWin32-x86-multi-thread) PPM>
I have already tried to install it manually through the downloading DB +D-Mysql.tar.gz and run the makefile.pl file but it gives the error : C:\drv for mysql\Msql-Mysql-modules-1.2216>makefile.pl Which drivers do you want to install? 1) MySQL only 2) mSQL only (either of mSQL 1 or mSQL 2) 3) MySQL and mSQL (either of mSQL 1 or mSQL 2) 4) mSQL 1 and mSQL 2 5) MySQL, mSQL 1 and mSQL 2 Enter the appropriate number: [3] 1 Do you want to install the MysqlPerl emulation? You might keep your ol +d Mysql module (to be distinguished from DBD::mysql!) if you are concern +ed about compatibility to existing applications! [n] Where is your MySQL installed? Please tell me the directory that contains the subdir 'include'. [C:/mysql] Which database should I use for testing the MySQL drivers? [test] On which host is database test running (hostname, ip address or host:port) [localhost] User name for connecting to database test? [undef] Password for connecting to database test? [undef] Creating files for MySQL .................... Checking if your kit is complete... Looks good Warning: prerequisite DBI 1.08 not found at C:/Perl/lib/ExtUtils/MakeM +aker.pm line 343. Warning: prerequisite Data::ShowTable failed to load: Can't locate Dat +a/ShowTable.pm in @INC (@INC conta ins: lib C:/Perl/lib C:/Perl/site/lib .) at (eval 26) line 3. WARNING from evaluation of C:\drv for mysql\Msql-Mysql-modules-1.2216\ +mysql/Makefile.PL: Can't locate DB I/DBD.pm in @INC (@INC contains: lib C:/Perl/lib C:/Perl/site/lib .) a +t (eval 38) line 6. BEGIN failed--compilation aborted at (eval 38) line 6. Writing Makefile for Msql-Mysql-modules C:\drv for mysql\Msql-Mysql-modules-1.2216>makefile.pl Which drivers do you want to install? 1) MySQL only 2) mSQL only (either of mSQL 1 or mSQL 2) 3) MySQL and mSQL (either of mSQL 1 or mSQL 2) 4) mSQL 1 and mSQL 2 5) MySQL, mSQL 1 and mSQL 2 Enter the appropriate number: [3] 1 Do you want to install the MysqlPerl emulation? You might keep your ol +d Mysql module (to be distinguished from DBD::mysql!) if you are concern +ed about compatibility to existing applications! [n] Warning: prerequisite DBI 1.08 not found at C:/Perl/lib/ExtUtils/MakeM +aker.pm line 343, <STDIN> line 2. Warning: prerequisite Data::ShowTable failed to load: Can't locate Dat +a/ShowTable.pm in @INC (@INC conta ins: lib C:/Perl/lib C:/Perl/site/lib .) at (eval 18) line 3, <STDIN> +line 2. WARNING from evaluation of C:\drv for mysql\Msql-Mysql-modules-1.2216\ +mysql/Makefile.PL: Can't locate DB I/DBD.pm in @INC (@INC contains: lib C:/Perl/lib C:/Perl/site/lib .) a +t (eval 30) line 6. BEGIN failed--compilation aborted at (eval 30) line 6. Writing Makefile for Msql-Mysql-modules
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl and MySQL database.
by dws (Chancellor) on Feb 17, 2003 at 01:41 UTC | |
|
Re: Perl and MySQL database.
by PodMaster (Abbot) on Feb 17, 2003 at 04:28 UTC | |
|
Re: Perl and MySQL database.
by jasonk (Parson) on Feb 17, 2003 at 01:15 UTC | |
|
Re: Perl and MySQL database.
by Hagbone (Monk) on Feb 17, 2003 at 01:47 UTC | |
|
Re: Perl and MySQL database.
by rdfield (Priest) on Feb 17, 2003 at 09:12 UTC |