The libical2's default configure will put dynamic-library in /usr/local/lib/x86_64-linux-gnu directory. I rebuild it with "cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=/usr/local/lib", then it's ok now! Thanks.
On Thu, May 19, 2016 at 1:24 PM, Anatoli <m...@anatoli.ws> wrote: > > > It works well for me with manually compiled Libical 2.0.0 from > https://github.com/libical/libical/releases (with cmake > -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib). > > >