Menu

#46 error while loading shared libraries: libexif-gtk.so.4

closed
nobody
None
5
2004-03-14
2004-03-13
No

Configuring, compiling and installing gtkam all seemed
to work fine:

$ ./configure --prefix=/usr/local
$ make
$ su -c "make install"

But trying to run it I get an error:

$ gtkam
gtkam: error while loading shared libraries:
libexif-gtk.so.4: cannot open shared object file: No
such file or directory

The library exists in a place where other programs can
find libraries:

$ find /usr -name libexif-gtk.so.4
/usr/local/lib/libexif-gtk.so.4

I'm running Red Hat 9 and needed the newer version as
the one supplied with the distribution didn't support
my Canon Powershot A80.

Any help would be appreciated.

Discussion

  • Marcus Meissner

    Marcus Meissner - 2004-03-14

    Logged In: YES
    user_id=48092

    the library is not automatically found.

    either add /usr/local/lib to /etc/ld.so.conf and rerurn ldconfig -v,
    or add it to LD_LIBRARY_PATH.

    Ciao, Marcus

     
  • Marcus Meissner

    Marcus Meissner - 2004-03-14
    • status: open --> closed
     
  • Claude Heiland-Allen

    Logged In: YES
    user_id=769033

    That fixed the problem, thanks!

     

Log in to post a comment.