Linux newbie can't install z-agent

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
t2tonesimone
Posts: 22
Joined: 31 Dec 2012 22:43

Linux newbie can't install z-agent

Post by t2tonesimone »

Tried what little I could find to install Z-agent after downloading it using some small bits of advice from forum. Just wondered if there is a linux (Ubuntu) installation guide somewhere as I am really struggling.

I managed the sudo apt-get lidg-dev or whatever it was and can navigate to the unix folder but it says there is no such command as make. How do I compile it?

thanks
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

You need to install development tools

Post by PoltoS »

Something like this should do the job: sudo apt-get install make gcc libargtable2-dev libssl-dev
eligv
Posts: 30
Joined: 08 Jun 2012 17:50

./Run_Z-Agent.sh...

Post by eligv »

./Run_Z-Agent.sh...

E] opening device
failed to open device: permission denied
E] opening device
failed to open device: permission denied
E] opening device
failed to open device: permission denied...
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Try tu run under superuser

Post by PoltoS »

Try to run under superuser (root): sudo ./Run_Z-Agent.sh

This can be solved by correct permissions on port or adding youself to the group owning the ttyUSBx device.
eligv
Posts: 30
Joined: 08 Jun 2012 17:50

Right! With da superuser

Post by eligv »

Right! With da superuser permissions and starts the loop.
Thank you very much.
Post Reply