Roland0 wrote: > Yes (in the first step, then the 'soname' > (https://en.wikipedia.org/wiki/Soname) will be checked as well) > > > That's weird, you should have (if your perl is v5.30.0): > > > Code: -------------------- > > libperl.so -> libperl.so.5.30.0 > libperl.so.5.30 -> libperl.so.5.30.0 > libperl.so.5.30.0 -------------------- > > > > 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.0
Excellent, all is well with the world. Many thanks for your assistance! ------------------------------------------------------------------------ agt's Profile: http://forums.slimdevices.com/member.php?userid=70783 View this thread: http://forums.slimdevices.com/showthread.php?t=113356 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
