Issue with FileZilla - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Issue with FileZilla (/showthread.php?tid=4555) |
Issue with FileZilla - Francois - 10-20-2017 Greetings! I am having an issue with FileZilla (for a few weeks, now). More precisely, simply double-clicking a remote folder crashes FileZilla with the following output: Code: filezilla: symbol lookup error: filezilla: undefined symbol: _ZN2fz18replace_substringsERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEES7_S7_ I felt like this was more of a FileZilla issue so I searched their forums and found this: Quote:Your installed version of FileZilla is incompatible with your installed version of libfilezilla. Please update to the most recent versions of both FileZilla and libfilezilla. However, both my versions are the latest available ones in the repository: Code: francois@SilentPC:~$ apt-get -s install filezilla I have tried rebooting, reinstalling, etc... to no avail. Am I doing something wrong, or is there something I could do to troubleshoot the issue? Thank you and have a nice day, fellow Lite'rs! P.S. Also, totally unrelated but since this is probably very simple to fix, I'm rather ashamed to make a topic for this. My Whisker menu had the search bar and logout buttons at the bottom, and now they're above the actual menu. How can I revert them back? Re: Issue with FileZilla - Valtam - 10-20-2017 I can't reproduce this by simply double-clicking a remote folder with the version from Lite Software. That is the version you should be using. Looks like you got Filezilla from somewhere else (not recommended). Delete the hidden home folder by doing: Code: rm -rf ~/.filezilla Uninstall Filezilla. Code: sudo apt-get --purge remove filezilla Remove the Repo/PPA you got Filezilla from (if you have one). Then install Filezilla from Menu, System, Lite Software. And start Filezilla again. You should then have version 3.15.0.2 installed. Re: Issue with FileZilla - Francois - 10-21-2017 Greetings Jerry, and thank you for the wonderful OS. It is the only Linux distro I have truly felt home with! I ran both commands, and reinstalled FileZilla through Menu, System, Lite Software, but I still ended up with version 3.21.0. I have added PPAs in the past, but I'm fairly sure I haven't added one for FileZilla. Just to make sure, I checked every file in /etc/apt/sources.list.d/linuxlite.list.save, and none of them contain anything FileZilla related. Is there any other file that could contain a PPA for FileZilla, or a way to check where it is installed from? Thank you again very much! [EDIT] Wait, I have getdeb in my sources, and it features FileZilla 3.21.0... I don't remember why I added it for, but I guess that was the problem. Thank you very much again!!! How can I mark this as solved? Re: Issue with FileZilla - Valtam - 10-22-2017 Nice to hear Francois, see here - https://www.freecinema2022.gq/forums/introductions/forum-posting-guidelines/ for help with posts. |