Skip to main content
Topic: thunderbird-68.6.0-1 not starting (Read 887 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

thunderbird-68.6.0-1 not starting

Hello,

thunderbird-68.6.0-1 is not starting at the moment because it is linked to /usr/lib/libffi.so.6
but /usr/lib/libffi.so.7 is in the repository at the moment.
A working hotfix until the problem is proper solved:
Code: [Select]
sudo ln -s /usr/lib/libffi.so /usr/lib/libffi.so.6
Makes thunderbird-68.6.0-1 work again.


 

Re: thunderbird-68.6.0-1 not starting

Reply #2
Hello,

thunderbird-68.6.0-1 is not starting at the moment because it is linked to /usr/lib/libffi.so.6
but /usr/lib/libffi.so.7 is in the repository at the moment.
A working hotfix until the problem is proper solved:
Code: [Select]
sudo ln -s /usr/lib/libffi.so /usr/lib/libffi.so.6
Makes thunderbird-68.6.0-1 work again.

In /etc/pacman.d/mirrorlist-arch
change ## Worldwide to
Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch