Stanbey wrote: 
> I'm using a clean build of Perl-5.14 specifically for LMS (as described
> in the OP). I've attached the build log.

In buildme.sh, try replacing

Code:
--------------------
    
  DBI)
  if [ "$PERL_518" -o "$PERL_520" ]; then
  build_module DBI-1.628
  else
  build_module DBI-1.616
  fi
  ;;
  
--------------------

with

Code:
--------------------
    
  DBI)
  RUN_TESTS=0
  if [ "$PERL_518" -o "$PERL_520" ]; then
  build_module DBI-1.628
  else
  build_module DBI-1.616
  fi
  RUN_TESTS=1
  ;;
  
--------------------



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) | 'music visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite | 'Howto'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS):
build a self-contained LMS ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=99648

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to