Reputation:
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
Reputation: 11
Unless you want a version that isn't in the repository, do:
apt-get install python-zbar
Upvotes: 1