hi matt,
i installed 64-bit Ubuntu 14.04 as instructed in ur website in another pc and i still get the same error
ERROR - Another instance of alprd is already running. Exiting.
here what i did:
1- first install openalpr using the command:
sudo apt-get update && sudo apt-get install -y openalpr openalpr-utils
2- install libopenalpr-dev (i got it from mr. steve lewis):
sudo apt-get update && sudo apt-get -y install libopenalpr-dev
3- install agent:
sudo apt-get install -y openalpr-daemon
4 - configure alprd.conf in usr/share/openalpr/config
5 - add license.conf in /etc/openalpr
6 - run alprd -f and the error is :
Missing config value for ipc_port
Missing config value for beanstalk_tube_prefix
ERROR - Another instance of alprd is already running. Exiting.
its really frustrating matt.