View Single Post
  #34 (permalink)  
Old 07-Mar-2009, 14:05
lwfinger lwfinger is offline
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,209
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default 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
Reply With Quote