Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Ingvord edited this page Dec 7, 2018 · 5 revisions

How to configure TangoSourceDistribution on Ubuntu 18.04LTS

Thanks to @bourtemb for this info!

Run configure command:

sudo ../configure --prefix=/home/reynald/install/tango --without-zlib --enable-mariadb --with-mysql-admin=root --with-mariadbclient-include="/usr/include/mysql" --with-mariadbclient-lib="/usr/lib/x86_64-linux-gnu" --enable-dbcreate --enable-dbserver=yes

For Java applications openjdk-8-jre must be installed and set as default jre/jdk i.e.:

$> java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2~bpo8+1-b14)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)

Output should look like:

Configuration (tango):

	Source code location:   ..
	Version:                9.3.2
	Compiler:               gcc,g++

	OMNIORB PATH:           /usr/local
	OMNIORB VERSION:        

	ZMQ PATH:               /usr
	ZMQ VERSION:            4.2.5

	JAVA PATH:              /usr/bin/java
	JAVA VERSION:           1.8.0

	MARIADB CLIENT LIB:  -L/usr/lib/x86_64-linux-gnu -lmariadb
	MARIADB VERSION:     10.1.29-MariaDB
	MARIADB CONNECTION:  OK

build:
	libraries:              yes
	java application:       yes
	access control server:	yes
	database server:        yes
	database schema create: yes
Clone this wiki locally