Cannot install on Linux

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
yannick
Posts: 9
Joined: 21 Apr 2011 11:50

Cannot install on Linux

Post by yannick »

I'm trying to install the z-connector on a linux machine but when running the Run_Z-Agent.sh I get the following error:
./Run_Z-Agent.sh: line 5: ./z-agent: No such file or directory

What am I missing? I already tried copying the z-agent.exe from the windows dir and install mono but the problem still exists.
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

You need to enter to Unix folder and run make

Post by PoltoS »

z-agent.exe is for Windows. Compile the Unix version to use on Linux typing make in the Unix folder
yannick
Posts: 9
Joined: 21 Apr 2011 11:50

compiled

Post by yannick »

Is there a compiled version I can download? If not, how do I compile this?
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

There are no pre-compiled version

Post by PoltoS »

Since it should depend on your Unix architecture. To compile z-agent open a terminal, go to Unix folder in the Z-Connector package and type make.
eligv
Posts: 30
Joined: 08 Jun 2012 17:50

Hello,

Post by eligv »

Hello,
When compiling in Ubuntu linux and Raspbian the Z-Connector folder get the following error
Fatal error: openssl / ssl.h The file or directory does not exist
I tried to install it with sudo apt-get install lib and also gives the same error. Any idea?

Merry Christmas to all and happy new installation
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Install libssl files

Post by PoltoS »

Please try
sudo apt-get install libssl-dev
Post Reply