From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ad4:4a04:: with SMTP id m4mr4790415qvz.42.1629991876203; Thu, 26 Aug 2021 08:31:16 -0700 (PDT) X-Received: by 2002:a25:582:: with SMTP id 124mr5701610ybf.462.1629991875928; Thu, 26 Aug 2021 08:31:15 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 26 Aug 2021 08:31:15 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=188.150.24.77; posting-account=HFCrOQoAAABZD_f-UUbYHm3lJDIrh-UX NNTP-Posting-Host: 188.150.24.77 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <61eed3a6-901a-4356-a081-5a8717b93a59n@googlegroups.com> Subject: Ada Web Application question From: Joakim Strandberg Injection-Date: Thu, 26 Aug 2021 15:31:16 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62547 List-Id: 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=3D/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 on= ly one using my laptop) and then the installation went well. Perhaps it wou= ld 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 execu= ting "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 va= riable I have forgotten to set? Best regards, Joakim