user611726
user611726

Reputation:

Zbar Raspberry Pi Installation

I'm attempting to install zbar on my raspberry pi. I build the source by entering:

./configure
make
make install

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?

Upvotes: 1

Views: 5238

Answers (1)

mdjames
mdjames

Reputation: 11

Unless you want a version that isn't in the repository, do:

apt-get install python-zbar

Upvotes: 1

Related Questions