Bug 17755 - MySQL fails on Windows with DBD::mysql not found
: MySQL fails on Windows with DBD::mysql not found
Status: RESOLVED WONTFIX
Product: Logitech Media Server
Classification: Unclassified
Component: Database
: 7.7.0
: PC Windows XP
: P2 normal (vote)
: 7.7.1
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-10 21:12 UTC by Jim McAtee
Modified: 2011-11-21 18:07 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
server.log (9.54 KB, application/octet-stream)
2011-11-10 21:12 UTC, Jim McAtee
Details
console output (21.13 KB, application/octet-stream)
2011-11-10 21:18 UTC, Jim McAtee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2011-11-10 21:12:40 UTC
Created attachment 7561 [details]
server.log

After updating the database schema to include the updates necessary for LMS
(bug 17749), MySQL in LMS 7.7.0 crashes on Windows since the move to Perl
5.14.1. Reverting to r33175 and running with Perl 5.10.1 works fine.

Attached is a log file from running the Perl source code with 7.7.1 r33689.
Comment 1 Jim McAtee 2011-11-10 21:18:35 UTC
Created attachment 7562 [details]
console output

Attached is the output that appears in the console when run with --d_startup.
Comment 2 Andy Grundman 2011-11-21 06:28:53 UTC
I've decided to remove DBD::mysql completely, our version is extremely outdated and it is too much of a pain to build this old version on Windows. You can manually install the newest version using ActiveState PPM.
Comment 3 SVN Bot 2011-11-21 06:29:54 UTC
 == Auto-comment from SVN commit #33725 to the slim repo by agrundman ==
 == http://svn.slimdevices.com/slim?view=revision&revision=33725 ==

Bug 17755, remove all DBD::mysql binaries, MySQL users will need to manually install this module
Comment 4 Jim McAtee 2011-11-21 08:43:29 UTC
Andy, because this is too much work to maintain, or some other reason?
Comment 5 Andy Grundman 2011-11-21 08:44:59 UTC
Because I know it would take several hours to compile DBD::mysql for Windows. I could take a prebuilt version but it would mean needing to upgrade all other platforms to 4.020 as well. Not sure it's worth it for the handful of people who care to use MySQL.
Comment 6 Jim McAtee 2011-11-21 18:07:47 UTC
May as well take care of bug 17767 while you're at it.