PasTim wrote: 
> I've sorted out the buildme.sh script and now have built with 5.24.3.
> 
> I still get:
> > 
Code:
--------------------
  >   > 
  > Oct 25 15:44:41 vortexbox logitechmediaserver[7275]:   Image::Scale:
  > Oct 25 15:44:41 vortexbox logitechmediaserver[7275]: Image::Scale object 
version 0.11 does not match bootstrap parameter 0.08 at 
/opt/perl-5.24.3-LMS/lib/5.24.3/x86_64-linux-thread-multi/DynaLoader.pm line 
210.
  > Oct 25 15:44:41 vortexbox logitechmediaserver[7275]: Compilation failed in 
require at (eval 98) line 1.
  > Oct 25 15:44:41 vortexbox logitechmediaserver[7275]: BEGIN 
failed--compilation aborted at (eval 98) line 1.
  > 
--------------------
> > 
> The code comments don't help me, and I don't know any perl.
That's a bit strange, it looks like an issue in the build script
itself.
Modify the rsync in buildme.sh as follows:

Code:
--------------------
    
  #rsync -amv --include='*/' --include='*.so' --include='*.bundle' 
--include='autosplit.ix' --exclude='*' $PERL_BASE/lib/perl5/*/auto 
$PERL_ARCH/$ARCH/
  rsync -amv --include='*/' --include='*.so' --include='*.pm' 
--include='*.bundle' --include='autosplit.ix' --exclude='*' 
$PERL_BASE/lib/perl5/$ARCH $PERL_ARCH/
  
--------------------

Rebuild Image::Scale:

Code:
--------------------
    
  PERL_524=PERL_524=/opt/perl-5.24.3-LMS/bin/perl5.24.3  ./buildme.sh 
Image::Scale
  
--------------------

Check you have this file:

Code:
--------------------
    
  build/arch/5.24/x86_64-linux-thread-multi/Image/Scale.pm
  
--------------------

and copy the modules (or just the
build/arch/5.24/x86_64-linux-thread-multi/Image folder)  again to
/opt/...



SW: extGUI4LMS - new web UI: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (https://www.nexus0.net/pub/sw/extgui4lms/) | 'LMSlib2go'
(http://forums.slimdevices.com/showthread.php?107704-Announce-LMSlib2go-library-information-on-mobile-devices)
| 'music visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus support'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth with ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
| ' update bundled perl modules'
(http://forums.slimdevices.com/showthread.php?107040-Howto-update-perl-modules-bundled-with-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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to