Page 1 of 1

Cannot install on Linux

Posted: 18 Nov 2011 12:56
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.

You need to enter to Unix folder and run make

Posted: 18 Nov 2011 12:56
by PoltoS
z-agent.exe is for Windows. Compile the Unix version to use on Linux typing make in the Unix folder

compiled

Posted: 18 Nov 2011 12:56
by yannick
Is there a compiled version I can download? If not, how do I compile this?

There are no pre-compiled version

Posted: 18 Nov 2011 12:56
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.

Hello,

Posted: 18 Nov 2011 12:56
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

Install libssl files

Posted: 18 Nov 2011 12:56
by PoltoS
Please try
sudo apt-get install libssl-dev