When I run filezilla , this output is shown:
filezilla: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libtiff.so.5: invalid ELF header
And here is the ll /usr/lib/x86_64-linux-gnu/ | grep libtiff output:
lrwxrwxrwx 1 root root 16 may 29 14:23 libtiff.so.5 -> libtiff.so.5.2.4
-rw-r--r-- 1 root root 475496 may 29 14:23 libtiff.so.5.2.4
And when I try sudo apt install --reinstall libtiff5 this output is show:
/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libtiff.so.5 is not an ELF file - it has the wrong magic bytes at the start.
Uninstall and install filezilla no have any effect, any idea to fix it?
Result of lsb_release -a
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: LinuxMint
Description: Linux Mint 18.1 Serena
Release: 18.1
Codename: serena
Result of uname -a
Linux gabriel-B85-HD3 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
ll /usr/lib/x86_64-linux-gnu/ | grep libtiff– Ali Razmdideh Jun 01 '17 at 10:22lsb_release -aanduname -a– sudodus Jun 01 '17 at 12:00sudo apt-get update && sudo apt-get dist-upgradeand reboot? If general tips do not help, I think you should ask for more specific advice at the Linux Mint forum. – sudodus Jun 01 '17 at 16:12apt-getwhich comes from Debian. It should be possible to repair the system for example by using Boot Repair. But it is safest to ask at the Mint Forum, where you can get help for your particular version and flavour of the installed system. – sudodus Jun 01 '17 at 17:54linuxmint-18.1-cinnamon-64bit.isointo a test computer, and directly afterwards (without making all installed program packages up to date) I ran the following commands to install filezilla:sudo apt-get updateandsudo apt-get install filezilla. It worked, and now I can use filezilla. I will test, if I can break this system withsudo apt-get dist-upgrade... – sudodus Jun 03 '17 at 07:11sudo apt-get dist-upgrade(looking successful, no complaints), I still have the same kernel as in the iso file, 4.4.0-53-generic #74. This is not the same kernel as you were using. How did you get your system upgraded to the kernel4.4.0-59-generic #80? Filezilla is still working (before reboot and after reboot). So I did not break the system, it is still working like it should aftersudo apt-get update && sudo apt-get dist-upgrade– sudodus Jun 03 '17 at 07:304.4.0-78-generic #99, and it works too. Linux Mint boots correctly, and Filezilla works with this kernel running too. So I suspect that your system was somehow damaged already before you ran those command lines. And that is the reason, that you could not install Filezilla. I would recommend, that you make a fresh installation (like I did in order to test things). It is likely to work, because it works for me. – sudodus Jun 03 '17 at 07:46