On Tue, 2017-04-04 at 07:34 -0700, Graham Smith wrote: > I can not run evolution today. > > evolution: error while loading shared libraries: libcamel-1.2.so.59: cannot > open shared object file: No such file or directory > > ls -lh /usr/lib/libcamel* > lrwxrwxrwx 1 root root 18 Apr 3 14:29 /usr/lib/libcamel-1.2.so -> > libcamel-1.2.so.60 > lrwxrwxrwx 1 root root 22 Apr 3 14:29 /usr/lib/libcamel-1.2.so.60 -> > libcamel-1.2.so.60.0.0 > -rwxr-xr-x 1 root root 1.3M Apr 3 14:29 /usr/lib/libcamel-1.2.so.60.0.0 > > Running evolution-3.22.6-1 (on Arch Linux) > > I tried reinstalling evolution, but still the same issue. > > Thanks in advance.
And what version of evolution-data-server, evolution-data-server-git or what ever the data-server package should be named on your install, are you running? [rocketmouse@archlinux ~]$ pacman -Qo /usr/lib/libcam libcamd.so libcamd.so.2.4.6 libcamel-1.2.so.59 libcamd.so.2 libcamel-1.2.so libcamel-1.2.so.59.0.0 [rocketmouse@archlinux ~]$ pacman -Qo /usr/lib/libcamel-1.2.so /usr/lib/libcamel-1.2.so is owned by evolution-data-server 3.22.6-1 [rocketmouse@archlinux ~]$ pacman -Si evolution evolution-data-server | grep Ver Version : 3.22.6-1 Version : 3.22.6-1 See the list of files from Extra https://www.archlinux.org/packages/extra/x86_64/evolution-data-server/ it provides the required 1.2.so.59. Even testing doesn't provide another version. You either are using a third party repository or you build evolution- data-server yourself. Regards, Ralf _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
