Installation of mysql-server and mysql-client are already included in the script.
A folder is created inside TANGO_INSTALLED_FOLDER/share/tango/db with the related files (image attached). I am a newbie to both tango and to mysql. So, I am not sure if this is okay or am i missing something.
Yes it works on Ubuntu 16.10
Will try to run a sample code from the tutorials and see if this has been configured correctly.
Aren’t the available Debian packages for tango 9.2.2 :-O? I wanted to try tango 9.2.5 version. So, compiled from source. Please, correct me if I am wrong.
Really great job.
I want you to ask this. In the code you wrote
LIBVALUE=$“/home/$USER/tangocs/tango-$tangoVersion-gcc-$gccVersion-gstabs+/lib”
LIBVALUE=“$LIBVALUE:$LD_LIBRARY_PATH”
echo “export LD_LIBRARY_PATH=$LIBVALUE” >> ~/.bashrc
What is LD_LIBRARY_PATH in the second row of code?