Description of problem: Machine was updated from F25x64 to F26x64 via DNF upgrade about a month ago, Azureus worked fine on F25x64 and F26x64. Did my monthly DNF update yesterday and Azureus now won't start. Upon research found that swt.jar is now being forced to be found in /usr/lib64/eclipse whereas it's in /usr/lib/eclipse. Create /usr/lib64/eclipse and in it create a Symbolic link to /usr/lib/eclipse/swt.jar fixes the problem. Version-Release number of selected component (if applicable): F26, Azureus 5.7.4.0.3 How reproducible: azureus fails to start Steps to Reproduce: 1. see above 2. 3. Actual results: borks Expected results: azureus starts Additional info: see above for workaround
Created attachment 1313708 [details] Patch to get azureus to look for the swt.jar and other libraries in the 32bit library directory namely /usr/lib/eclipse Based on the solution suggested in https://bugzilla.redhat.com/show_bug.cgi?id=1471578 I have modified the f26 azureus binary slightly to make it work.
*** This bug has been marked as a duplicate of bug 1471578 ***