5

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?

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110

1 Answers1

2

It was a bug into the arm branch of Debian. As today the Raspbian pakager has fixed the bug and released the affected packages.

You can read other details on the dedicated page Debian bug base

Eineki
  • 346
  • 5
  • 13