Comment 23 for bug 190227

Revision history for this message
Lei Zhang (thestig-google) wrote :

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