On 10/09/2020 18:41, vishal Dhull wrote:
> i am having this error while compiling digikam:
>
> Could NOT find KF5Sane , checked the following files:
> /usr/lib/x86_64-linux-gnu/cmake/KF5Sane/KF5SaneConfig.cmake
> (version 5.1.0)
>
> but i have already installed it via ---> sudo apt install libkf5sane5-dev
> Output ---
> libkf5sane-dev is already the newest version (17.12.3-0ubuntu1).
>
> Can anyone help me?
>
>
>
> vishal dhull
Please check that you also have the runtime package installed,
libkf5sane5, as well as the headers from the dev package.
# dpkg -l | grep -i kf5sane
ii libkf5sane-data
20.08.0-1 all
scanner library (data files)
ii libkf5sane-dev
20.08.0-1 amd64
scanner library development headers
ii libkf5sane5:amd64
20.08.0-1 amd64
scanner library (runtime)
Andrew