Changes between Version 75 and Version 76 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
10/28/25 07:46:01 (6 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v75 v76  
    33== 2025-10-28 Upgrade to Fedora 42 ==
    44
    5 After performing upgrade on the development VM to Fedora 42 the simulator may quit working. This was found to be due to the upgrade updating //libjsoncpp//. The //sim825mnbd// app references //libjsoncpp.so.25// After the upgrade this is replaced with //libjsoncpp.so.26// From a terminal window perform the following command to create a symbolic link to resolve the problem:
     5After performing upgrade on the development VM to Fedora 42 the simulator may quit working. The "825 Simulator" window fails to appear. This was found to be due to the upgrade updating //libjsoncpp//. The //sim825mnbd// app references //libjsoncpp.so.25// After the upgrade this is replaced with //libjsoncpp.so.26// From a terminal window perform the following command to create a symbolic link to resolve the problem:
    66{{{
    77sudo -s /usr/lib64/libjsoncpp.so.1.9.6 /usr/lib64/libjsoncpp.so.25