From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!pBWEO6hi52oGFheO/GY5ag.user.gioia.aioe.org.POSTED!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: libncurses, last GNAT Date: Sat, 30 Jan 2021 09:51:29 -0800 Organization: Aioe.org NNTP Server Message-ID: <86lfca2tzy.fsf@stephe-leake.org> References: NNTP-Posting-Host: pBWEO6hi52oGFheO/GY5ag.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (windows-nt) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:Y+TmQ+VgA8AxYlzyiSypC8RFBtc= Xref: reader02.eternal-september.org comp.lang.ada:61249 List-Id: Mehdi Saada <00120260a@gmail.com> writes: > with debian (current stable) 's last repository GNAT I just had a > proper bug, with the demand to pass the context to gnu bug tracker (so > it really wasn't from my program), > so I installed the version from adacore, and get that: > mehdi:/opt/GNAT/2020/bin$ gnatstudio > /usr/bin/gnatstudio_exe: error while loading shared libraries: > libadalang.so: cannot open shared object file: No such file or > directory This means libadalang.so is not in $PATH. You need to in include /opt/GNAT/2020/bin in PATH. > I've read I had to install libncurses5 but it does nothing. at least > not without restarting ? Better to read the actual error message first; it does not mention libncurses. -- -- Stephe