FS#1119 - gphoto won't run - libexif version problem

Attached to Project: Arch Linux
Opened by Mark Hollomon (markhh) - Tuesday, 13 July 2004, 19:54 GMT
Last edited by Dale Blount (dale) - Tuesday, 13 July 2004, 20:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jason Chu (jason)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

jupiter:~$ gphoto2
gphoto2: error while loading shared libraries: libexif.so.9: cannot open shared object file: No such file or directory

jupiter:~$ pacman -Qs gphoto2 libexif
local/gphoto2 2.1.4-1
local/libgphoto2 2.1.4-1
local/libexif 0.6.9-1


According to ldd, both gphoto2 and libgphoto2 need to be rebuilt:

jupiter:~$ ldd /usr/bin/gphoto2
[snip]
libexif.so.9 => not found
jupiter:~$ ldd /usr/lib/libgphoto2.so.2
[snip]
libexif.so.9 => not found
[snip]
This task depends upon

Closed by  Jason Chu (jason)
Tuesday, 13 July 2004, 21:13 GMT
Reason for closing:  Fixed
Comment by Jason Chu (jason) - Tuesday, 13 July 2004, 21:12 GMT
Should be fixed with libgphoto2 2.1.4-2 and gphoto2 2.1.4-2.

Loading...