Re: Canon MP540 and libusb
WilliamSimonLewis wrote:
> I have installed the "scangearmp-common" rpm using the "--nodeps"
> argument.
>
> The "scangearmp-mp520" was installed as normal.
>
> Starting scangearmp from the terminal gives the following error
> message:
>
> simon@linux:~> scangearmp
> scangearmp: error while loading shared libraries: libgimp-2.0.so.0:
> cannot open shared object file: No such file or directory
> simon@linux:~>
>
> I guess because libgimp (x86_64) is under /usr/lib64/ and not /usr/lib/
>
>
> Does anyone know a workaround?
You could try a link
sudo ln -s /usr/lib64/libgimp-2.0.so.0 /usr/lib/libgimp-2.0.so.0
|