I'm trying to get this working on an aarch64 based system.  I've got to
the point I can run MusicMagicServer but it crashes;

Code:
--------------------
    # /data/musicip/MusicIP/MusicMagicMixer/MusicMagicServer
  MusicIP Server 1.8
  Copyright (C) 2006-2007 MusicIP Corporation
  Usage: MusicIPServer [options] start
  MusicIPServer stop
  Options:
  -help              Show help message
  -verbose           Log verbose info
  For more docs, see http://mixer.musicip.com/server
  
  # /data/musicip/MusicIP/MusicMagicMixer/MusicMagicServer  start
  Starting server on port 10002
  qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  Segmentation fault
  
  # qemu-i386 /data/musicip/MusicIP/MusicMagicMixer/MusicMagicServer  start
  Starting server on port 10002
  Unsupported setsockopt level=0 optname=32
  setsockopt - IP_MULTICAST_IF: Protocol not available
  qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  Segmentation fault
--------------------


Not sure what to try next.  In case anyone's interested this is Ubunbtu
20.04 on and Odroid N2 and these are the commands I've used to get it to
this stage.  


Code:
--------------------
    dpkg --add-architecture i386
  apt install qemu
  apt install qemu-user
  apt update
  wget 
http://de.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-i386_2.31-0ubuntu9_amd64.deb
  mkdir files
  dpkg-deb -x libc6-i386_2.31-0ubuntu9_amd64.deb files
  cd files/lib32
  mkdir /lib/i386
  cp * /lib/i386
  cd /lib
  ln -s i386/ld-linux.so.2 ld-linux.so.2
  ln -s i386/libpthread.so.0 libpthread.so.0
  ln -s i386/libc.so.6 libc.so.6
--------------------


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

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

Reply via email to