Roland0 wrote: 
> Have you verified that 
> > 
Code:
--------------------
  >   > ldd 
/usr/share/squeezeboxserver/CPAN/arch/5.32/x86_64-linux-thread-multi/auto/XML/Parser/Expat/Expat.so
  > 
--------------------
> > now finds libperl?
> If so, check all modules:
> > 
Code:
--------------------
  >   > find 
/usr/share/squeezeboxserver/CPAN/arch/5.32/x86_64-linux-thread-multi/auto -name 
\*.so -exec ldd {} \; | grep not
--------------------
> > 

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, or is that just a version reference? 
The only file I can find with libperl.so* is
/usr/lib/perl5/5.32.0/x86_64-linux-thread-multi/CORE/libperl.so

Thanks, Alex


Code:
--------------------
    # ldd 
/usr/share/squeezeboxserver/CPAN/arch/5.32/x86_64-linux-thread-multi/auto/XML/Parser/Expat/Expat.so
  linux-vdso.so.1 (0x00007fffe8f61000)
  libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0cfa3f4000)
  libperl.so.5.32 => not found
  libc.so.6 => /lib64/libc.so.6 (0x00007f0cfa229000)
  /lib64/ld-linux-x86-64.so.2 (0x00007f0cfa477000)
--------------------

...and predictably

Code:
--------------------
    # find 
/usr/share/squeezeboxserver/CPAN/arch/5.32/x86_64-linux-thread-multi/auto -name 
\*.so -exec ldd {} \; | grep not
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
  libperl.so.5.32 => not found
--------------------


------------------------------------------------------------------------
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

Reply via email to