
sudo add-apt-repository ppa:yorba/ppa
sudo apt-get update
sudo apt-get install shotwell
當我嘗試通過破折號運行它時,它沒有啟動。
然後我在 gnome-terminal “shotwell” 中輸入然後收到此錯誤
error while loading shared libraries: libgexiv2.so.0: cannot open shared object file: No such file or directory
我的問題是如何在 ubuntu 11.10 amd64 中啟動並運行 shotwell 0.12
答案1
我們昨天剛發布了 Shotwell 0.12,不幸的是 64 位元建置在 Yorba PPA 上失敗了(儘管 32 位元建置運作良好)。我們還不知道為什麼:
http://redmine.yorba.org/issues/4949
現在調查此事是我們的首要任務。我希望我們能在一天左右的時間內解決這個問題。謝謝你的耐心!
亞當丁格爾,約巴基金會
答案2
Oneiric 64 位元似乎有問題。 https://launchpad.net/~yorba/+archive/ppa/+build/3323887
我也遇到了同樣的錯誤,嘗試重新安裝 Shotwell 和必要的庫,包括從頭開始(+庫),但沒有任何運氣。
答案3
從航廈出發
嘗試安裝 libgexiv:sudo apt-get install libgexiv*
答案4
我刪除了 libgexiv2-0:sudo apt-get purge libgexiv2-0
然後重新安裝 shotwell:sudo apt-get install shotwell
這解決了我的問題。