[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] emulate 64-bit app in 32-bit linux
From: |
Thomas Schmiedl |
Subject: |
[Qemu-discuss] emulate 64-bit app in 32-bit linux |
Date: |
Thu, 21 Dec 2017 17:36:52 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 |
Hello,
I try to emulate this Intel 64-bit app
https://drive.google.com/open?id=0B-F25LE4in_xYjMwME1BODRpdFU (from
http://xupnpd.org/) on 32-bit Intel hardware (Ubuntu 16.04.1 LTS) using
qemu-x86_64 from git, version 2.11.50 (v2.11.0-303-g4da5c51-dirty).
I extracted the required 64-bit libs from
http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/netboot/mini.iso.
The command "qemu-x86_64 xupnpd" returned this error:
xupnpd-2.0-17.238.2143-beta
Copyright (C) 2015-2017 Anton Burdinuk <address@hidden>
All rights reserved
Proprietary software
ssdp interface: lo, address: 127.0.0.1
Unsupported setsockopt level=0 optname=32
unable to create multicast outgoing socket for ssdp exchange
bye.
Has anyone an idea to get this working? The author Anton Burdinuk don't
answer me.
Thanks and best regards,
Thomas