Help for this page

Select Code to Download


  1. or download this
      Non-zero exit status: 38
      Parse errors: Bad plan.  You planned 60 tests but ran 0.
    ...
    -> OK
    Successfully reinstalled DBI-1.633
    1 distribution installed
    
  2. or download this
    install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC 
    +contains: C:/Perl64/site/lib/MSWin32-x64-multi-thread C:/Perl64/site/
    +lib C:/Perl64/lib .) at (eval 5) line 3.
    Perhaps the DBD::mysql perl module hasn't been fully installed,
    or perhaps the capitalisation of 'mysql' isn't right.
    Available drivers: CSV, DBM, ExampleP, File, Gofer, ODBC, Oracle, Pg, 
    +Proxy, SQLite, Sponge.
     at C:\BATHGATE_WEATHER_OBSERVATION_SYSTEM\PERL\TEST_SQL.pl line 12.
    
  3. or download this
    #! c:\xampp\perl\bin\perl
    
    ...
    $dbh->disconnect;
    
    exit;
    
  4. or download this
    
    C:\Users\Colin\.cpanm\work\1424205331.7856\DBD-mysql-4.029/mysql.xs:68
    +: undefined reference to `mysql_error'
    ...
    collect2: ld returned 1 exit status
    dmake.exe:  Error code 129, while making 'blib\arch\auto\DBD\mysql\mys
    +ql.dll'
    -> FAIL Installing DBD::mysql failed. See C:\Users\Colin\.cpanm\work\1
    +424205331.7856\build.log for details. Retry with --force to force ins
    +tall it.