The /tmp/x was the location where I unpacked the downloaded .deb; it
won't exist unless you actually create it, so don't worry about that. So
since apparently your program /usr/lib/libgphoto2/print-camera-list is
intact, libltdl3.so must be pulled in transitively by a library which is
needed by print-camera-list, so let's walk through this. Please give me
the output of this command:

  for l in `ldd /usr/lib/libgphoto2/print-camera-list|awk {'print $3'}`;
do echo "=== $l ==="; ldd $l|grep ltdl.*3; done

-- 
package libgphoto2-2 2.4.2-0ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/292084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to