Ajeighh wrote: 
> Did anyone find a fix for this? I’m getting it after upgrading to macOS
> 13.0 and LMS 8.3.0
> 
> Thanks,
> 
> Andrew

I found a workaround 'here'
(https://forums.slimdevices.com/showthread.php?117165-Latest-LMS-8-4-on-macOS-10-15-falls-back-to-perl-5-18&p=1067148&viewfull=1#post1067148)
: 

Make slimserver use a version of perl that is supported by shairtunes by
changing the shebang (first line) in :

/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl

ex: perl 5.18 (check for available perl versions on your system)

Replace the first line:

Code:
--------------------
    #!/Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/bin/perl
--------------------

With this line:

Code:
--------------------
    #!/usr/bin/perl5.18
--------------------


Unsure of the consequences but after restarting LMS, shairtunes is
working again for me !


------------------------------------------------------------------------
Pazzuzu's Profile: http://forums.slimdevices.com/member.php?userid=59605
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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

Reply via email to