151
Applications / Re: DOSBox Issue - STDCPP6?
« on: May 26, 2020, 10:59:04 pm »
It works now!
I had to update the .rpm packages again. libc was available in a newer version. (I guess that one contains libcn0.dll, but I wonder why they're not compatible.) I have installed that with ANPM. Due to its package priority list, libc installation forces a reboot.
After that, The next package shows endless repeating that it downloads gmp.
I killed anpm.exe and python.exe and then executed in a command line:
That works. It installs all the remaining 11 packages, including gmp. After that, I started ANPM again and it shows that all packages are recent.
I had to update the .rpm packages again. libc was available in a newer version. (I guess that one contains libcn0.dll, but I wonder why they're not compatible.) I have installed that with ANPM. Due to its package priority list, libc installation forces a reboot.
After that, The next package shows endless repeating that it downloads gmp.
I killed anpm.exe and python.exe and then executed in a command line:
Code: [Select]
yum updateThat works. It installs all the remaining 11 packages, including gmp. After that, I started ANPM again and it shows that all packages are recent.