I'm experimenting with using sox to apply basic room equalization via
custom-convert.conf and think I may have found a problem the
sox/wvunpack binaries included in the container.  My main system runs on
an x86 CPU but I'm also planning to move to an armv8/aarch64 based
system and am using that as my test box.  If I run the lms container and
get a shell inside it to use sox I find it fails;


Code:
--------------------
    root@odroid:/config# cd /lms/Bin/aarch64-linux/
  root@odroid:/lms/Bin/aarch64-linux# ./sox
  ./sox: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found 
(required by ./sox)
  root@odroid:/lms/Bin/aarch64-linux# apt list libc6
  Listing... Done
  libc6/now 2.24-11+deb9u4 arm64 [installed,local]
--------------------


wvunpack shows the same error.  I think this means that they have been
compiled with a later version of glibc than the container OS uses but
I'm a bit out of my comfort zone so I'm not certain this is the case.

Can anyone confirm that I'm not missing something or whether this really
is a problem?

Thanks!


------------------------------------------------------------------------
sparkyuk's Profile: http://forums.slimdevices.com/member.php?userid=70716
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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

Reply via email to