tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
503 stars 88 forks source link

Failing to launch after upgrading libvncserver #38

Closed CommodoreCrunch closed 7 years ago

CommodoreCrunch commented 7 years ago

Hello. I'm not 100% that this isn't a distro-specific issue, but Arch doesn't appear to be applying any patches to AQEMU so I have to assume this problem is upstream. Upon upgrading to version 0.9.11 of libvncserver, AQEMU fails to launch.

aqemu: error while loading shared libraries: libvncclient.so.0: cannot open shared object file: No such file or directory

Downgrading to 0.9.10 fixes this for now, but of course that isn't ideal. Then again, it's also possible that the latest libvncserver update is just botched in general, but I haven't seen anyone report an issue with any other application that depends on it.

Thank you.

tobimensch commented 7 years ago

Thanks for reporting this.

CommodoreCrunch commented 7 years ago

Well, it turns out this whole time the solution was as simple as recompiling AQEMU. So if anyone is having the same issue, just rebuild.

Sorry for the false alarm.