From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.180.207.44 with SMTP id lt12mr190751wic.5.1372364193865; Thu, 27 Jun 2013 13:16:33 -0700 (PDT) X-Received: by 10.49.1.112 with SMTP id 16mr276572qel.20.1372364193709; Thu, 27 Jun 2013 13:16:33 -0700 (PDT) Path: backlog2.nntp.ams3.giganews.com!backlog2.nntp.ams2.giganews.com!backlog2.nntp.ams.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!feeder2-2.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.212.215.MISMATCH!cw2no4989676wib.0!news-out.google.com!b5ni26418wiz.1!nntp.google.com!j2no2809723qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Jun 2013 13:16:33 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=186.94.57.230; posting-account=sXXPOwoAAACA_qJtnyEDkwXMbkuy9sft NNTP-Posting-Host: 186.94.57.230 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1683c2c3-6906-4d54-9321-4e25c7495ecf@googlegroups.com> Subject: Installation problem in Debian 7: gnatcoll-gpl-2013-src From: Multiplayer1080 Injection-Date: Thu, 27 Jun 2013 20:16:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:182131 Date: 2013-06-27T13:16:33-07:00 List-Id: Hello, good afternoon! I'm trying to install gnatcoll-gpl-2013-src in my new laptop with Debian and i get this error: configure: error: PostgreSQL not found And postgresql is already installed in the system! I have tried with the following options: ./configure --prefix=/opt/gnatcoll --enable-gpl --with-postgresql="/var/lib/postgresql/9.1" --without-gtk ./configure --prefix=/opt/gnatcoll --enable-gpl --with-postgresql="/usr/lib/postgresql/9.1" --without-gtk ./configure --prefix=/opt/gnatcoll --enable-gpl --with-postgresql="/etc/postgresql/9.1/" --without-gtk and nothing... The same error. Anyone can help me?