comp.lang.ada
 help / color / mirror / Atom feed
From: Joakim Strandberg <joakimds@kth.se>
Subject: Ada Web Application question
Date: Thu, 26 Aug 2021 08:31:15 -0700 (PDT)	[thread overview]
Message-ID: <61eed3a6-901a-4356-a081-5a8717b93a59n@googlegroups.com> (raw)

Hi!

Three weeks ago Ada Web Application version 2.3.0 was released and today I thought I'd give it a go. I am on Ubuntu 20.04. Following the instructions at https://github.com/stcarrez/ada-awa:

These steps went well:
git clone --recursive https://github.com/stcarrez/ada-awa.git
cd ada-awa
git checkout tags/2.3.0

sudo apt-get install unzip liblzma-dev libcurl4-openssl-dev
...
sudo apt-get install postgresql-client libpq-dev

./configure --prefix=/usr/local
make

But the installation had some issue:
make install

The problem had to do with permissions. The root user was the owner of /usr/local and I changed the owner of the directory to my own user (I am the only one using my laptop) and then the installation went well. Perhaps it would have been wiser to choose another installation directory? in any case, I am wondering about the dynamo command. It doesn't seem to work. When executing "dynamo help" it outputs:

error: Cannot load configuration file generator.properties
error: Cannot read external commands
Dynamo Ada Generator 1.2.2 - Revision 1095, Stephane Carrez
...

What does one need to do to silence the error messages? Some environment variable I have forgotten to set?

Best regards,
Joakim

             reply	other threads:[~2021-08-26 15:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 15:31 Joakim Strandberg [this message]
2021-08-26 15:37 ` Ada Web Application question Björn Lundin
2021-08-26 16:14   ` Joakim Strandberg
2021-08-26 16:19     ` Björn Lundin
2021-08-26 16:57       ` Joakim Strandberg
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox