So does libgphoto2 in ia32-libs. It looks for port plugins in /usr/lib, thus apps that depend on it cannot find any camera ports.
To reproduce: 1. verify 64-bit "gphoto2 --list-ports" outputs disk:/, usb:, etc 2. install lib32readline5 3. download 32-bit gphoto2 deb pkg 4. ar x gphoto2_2.4.0-1_i376.deb; tar zxf data.tar.gz 5. download 32-bit libcdk5 6. ar x libcdk5...i386.deb; ar zxf data.tar.gz 7. cd usr/bin 8. run LD_LIBRARY_PATH=../lib ./gphoto2 --list-ports Expected result: same output as 64-bit gphoto2 --list-ports Actual result: output is an empty list -- ia32 apps look for libs on the wrong place https://bugs.launchpad.net/bugs/190227 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs