Changes between Version 81 and Version 82 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
11/04/25 13:21:07 (9 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v81 v82  
    99After 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:
    1010{{{
    11 sudo -s /usr/lib64/libjsoncpp.so.1.9.6 /usr/lib64/libjsoncpp.so.25
     11sudo ln -s /usr/lib64/libjsoncpp.so.1.9.6 /usr/lib64/libjsoncpp.so.25
    1212}}}
    1313