I'm attempting to install zbar on my raspberry pi. I built the source by entering:
./configure
make
make install
I don't get any errors or warnings from any of the above commands. After the install finishes, I enter python and attempt to import zbar. Doing this results in a segmentation fault.
Any ideas on what could be the issue?