X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 20 Mar 2018 22:02:41 +0100 (CET) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] geda-gaf, python2 not found In-Reply-To: <20180308104827.CA0F4807DEB9@turkos.aspodata.se> Message-ID: References: <20180308104827 DOT CA0F4807DEB9 AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 8 Mar 2018, karl AT aspodata DOT se wrote: > Doning > # ln -s /usr/lib64/pkgconfig/python-2.7.pc /usr/local/lib/pkgconfig/python2.pc > makes configure work So it appears that, for some reason, the symlink was missing for you. > What is the best way to solve this? What you did--add a symlink. For reference, this is how Debian does it: python2.pc -> python.pc python.pc -> python-2.7.pc