Transmission not working after upgrade to f36

Hi all,
I just upgrade from f35 to f36 and everything works well… but Transmission.

I still have the icon in the menu, but when I click on, nothing happens.

So I tried to launch with command lines transmission-daemon, then I tried to reinstall, then to install; and everything seems to work, but it still impossible to launch the app:

[dxxx@desktop-e28mrr4 ~]$ sudo dnf reinstall transmission
[sudo] Mot de passe de xxx : 
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:15:35 le mar. 27 sept. 2022 09:39:12.
Le paquet transmission est disponible mais n’est pas installé.
Aucune correspondance pour l’argument : transmission
Erreur : Aucun paquet marqué pour réinstallation.
[xxx@desktop-e28mrr4 ~]$ sudo dnf install transmission
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:15:52 le mar. 27 sept. 2022 09:39:12.
Dépendances résolues.
================================================================================
 Paquet               Architecture   Version              Dépôt           Taille
================================================================================
Installation:
 transmission         x86_64         3.00-13.fc36         updates         7.4 k

Résumé de la transaction
================================================================================
Installer  1 Paquet

Taille totale des téléchargements : 7.4 k
Taille des paquets installés : 0  
Voulez-vous continuer ? [O/n] : 
Téléchargement des paquets :
transmission-3.00-13.fc36.x86_64.rpm            4.7 kB/s | 7.4 kB     00:01    
--------------------------------------------------------------------------------
Total                                           2.3 kB/s | 7.4 kB     00:03     
Test de la transaction
La vérification de la transaction a réussi.
Lancement de la transaction de test
Transaction de test réussie.
Exécution de la transaction
  Préparation           :                                                   1/1 
  Installation          : transmission-3.00-13.fc36.x86_64                  1/1 
  Vérification de       : transmission-3.00-13.fc36.x86_64                  1/1 

Installé:
  transmission-3.00-13.fc36.x86_64                                              

Terminé !
[xxx@desktop-e28mrr4 ~]$

Do you have any idea where to start?

I tried to install the daemon and to launch it, but does work. I will wait for your advice 'cause I have the feeling I am not doing good, and I don’t want to make it worst.

start transmission-gtk from command line and see what error messages you get.

1 Like

Thank you for your help!

Here is the return:

[xxx@fedora ~]$ transmission-gtk
transmission-gtk: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

But as you saw before, transmission is supposed to be installed…

So I tried it but didn’t go through as I wasn’t sure to understand:

sudo dnf install libssl.so.1.1
[sudo] Mot de passe de xxx : 
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:31:25 le mar. 27 sept. 2022 18:09:00.
Dépendances résolues.
================================================================================
 Paquet             Architecture Version                  Dépôt           Taille
================================================================================
Installation:
 openssl1.1         i686         1:1.1.1q-1.fc36          updates         1.4 M

Résumé de la transaction
================================================================================
Installer  1 Paquet

Taille totale des téléchargements : 1.4 M
Taille des paquets installés : 3.5 M
Voulez-vous continuer ? [O/n] : n

This is a 64-bit system, so you’ll want the 64-bit library, not the 32-bit one.

Use sudo dnf install 'libssl.so.1.1()(64bit)' instead.

Transmission already has this dependency though, so it’s odd that it isn’t installed already.

1 Like
[xxx@fedora ~]$ sudo dnf install 'libssl.so.1.1()(64bit)'
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:01:49 le mer. 28 sept. 2022 20:21:59.
Le paquet lightworks-2022.1.1-1.x86_64 est déjà installé.
Dépendances résolues.
Rien à faire.
Terminé !
[xxx@fedora ~]$ transmission-gtk
transmission-gtk: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

I already tried to uninstall and reinstall, I would bet there is like a double install, and the command-line/gui point to the wrong one… Is there something like a repertory with the command line and the pointed programme? Could it be an addressing error?

Well that’s completely broken. lightworks should not be providing libssl.so.1.1()(64bit) since it is neither OpenSSL, nor does it actually contain that library in an accessible place (as you can tell since programs requiring it cannot find it.) You should report a bug to whoever provided you with that package.

In the meantime, assuming it doesn’t conflict more, I think you can fix this by installing the correct libssl.so.1.1 from dnf install 'openssl1.1(x86-64)'

2 Likes

I don’t get it, I thought openssl1.1 is going away in Fedora 37 but for some reason it is still being built and transmission still installs fine on F37.

Can anyone please explain to me?

Ref.

A package that is deprecated is not necessarily obsolete. Deprecation is just one step in encouraging developers to switch away from using that package.