agt wrote: 
> Thanks again - no, it doesn't look like libperl is found, but am I
> correct in reading that it's looking for  libperl.so*.5.32* as a
> filename
> 
Yes (in the first step, then the 'soname'
(https://en.wikipedia.org/wiki/Soname) will be checked as well)

> 
> The only file I can find with libperl.so* is
> /usr/lib/perl5/5.32.0/x86_64-linux-thread-multi/CORE/libperl.so
> 
That's weird, you should have (if your perl is v5.30.3):


Code:
--------------------
    libperl.so -> libperl.so.5.30.3
  libperl.so.5.30 -> libperl.so.5.30.3
  libperl.so.5.30.3
--------------------


If you're missing any of those, create symlinks manually (with your perl
(sub)version), e.g.
ln -s llibperl.so libperl.so.5.30 

Then, run /sbin/ldconfig
and

Code:
--------------------
    ldd 
/usr/share/squeezeboxserver/CPAN/arch/5.32/x86_64-linux-thread-multi/auto/XML/Parser/Expat/Expat.so
--------------------


If libperl is still not found, run
/sbin/ldconfig -v
and check if you have a line similar to:

/usr/lib/perl5/5.32.0/x86_64-linux-thread-multi/CORE: (from
/etc/ld.so.conf.d/...)
libperl.so.5.30 -> libperl.so.5.30.3



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=113356

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to