|
From: <lie...@gr...> - 2019-01-11 03:52:33
|
I just reinstalled a clean copy of Debian stretch and created the following script from the DEBS you listed. #!/bin/bash dpkg -i libmirage11_3.2.0-1_amd64.deb dpkg -i libmirage11-dbg_3.2.0-1_amd64.deb dpkg -i libmirage11-dev_3.2.0-1_amd64.deb dpkg -i libmirage11-doc_3.2.0-1_all.deb dpkg -i gir1.2-mirage-3.2_3.2.0-1_amd64.deb dpkg -i vhba-dkms_20170610-1_all.deb dpkg -i cdemu-daemon_3.2.1-1_amd64.deb dpkg -i cdemu-daemon-dbg_3.2.1-1_amd64.deb dpkg -i cdemu-client_3.2.0-1_all.deb dpkg -i gcdemu_3.2.0-1_all.deb exit and then it worked. The source installation is a real pain. I have been working with Unix for 20+ years and I can tell you it is better to dissuade users to use the sources for this application. The problem is with vhba in the sources. It seems to be of questionable source as there is no support for vhba. Seems they wrote it once and then abandoned it as a uni project. Please consider to make the debian link you gave me prominently available for users who visit your download page. I did not even see it.!! |