messaggio di errore che tenta di aprire rtorrent

1

Ho appena installato rtorrent usando Homebrew (su Macbook Air con Mavericks), ma ogni volta che provo ad aprirlo viene visualizzato il seguente messaggio di errore:

dyld: Symbol not found: __ZNSt3tr18__detail12__prime_listE
  Referenced from: /usr/local/lib/libtorrent.18.dylib
  Expected in: /usr/lib/libstdc++.6.dylib
 in /usr/local/lib/libtorrent.18.dylib

Questo è il mio file .rtorrent.rc:

directory = ~/Downloads/
session = ~/.session/
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,5,5,load_start= ~/Downloads/*.torrent
schedule = untied_directory,5,5,stop_untied=
schedule = tied_directory,5,5,start_tied=
    
posta 08.09.2014 - 16:13
fonte

2 risposte

1

In base alla risposta di: link

I ran into the same thing this week with upgrading to Mavericks. It'll fix itself if you do:

brew reinstall libtorrent --build-from-source

In this case, I think the issue is that the Mavericks bottle for libtorrent is bogus, but it's the default install.

Autore: bconway

    
risposta data 08.09.2014 - 16:25
fonte
1

Questo mi è successo quando ho disinstallato gcc dopo aver installato rtorrent. Innanzitutto, prova a reinstallare gcc ( brew install gcc ) e controlla se funziona. Questo è quello che ho fatto e ora funziona:

brew uninstall rtorrent
brew install gcc
brew install rtorrent
    
risposta data 04.02.2016 - 00:12
fonte

Leggi altre domande sui tag