<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jorge Arevalo ha scritto:
<blockquote
 cite="mid:AANLkTilQXrqNb1a1gMU2usfmW_5Ay6-P-T3oO3NBz1NS@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, May 7, 2010 at 12:12 PM, Ludovico Bianchini <a class="moz-txt-link-rfc2396E" href="mailto:metlud@yahoo.it"><metlud@yahoo.it></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,
after I've installed (on fedora) postgres 8.4 from binaries, proj and geos
from source; I've tried to install postgis 1.5
from source but configure has thrown error "could not find libpq"; libpq
exists in postgres /lib directory and I've execute
configure with -pg_config, -geos_config and -proj_dir (please don't consider
syntax error in the options), I've added libqp's path
to PATH variable.

I've seen a post with this problem dated March 1st, but it seems that the
reply has not gave a solution.

What are the common solutions to this problem? Copy the library in another
path? To add any configuration to any file?
To install something that I've not installed?

Thanks in advance for any help and suggestions!!

Bye bye

Ludovico

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm not a Fedora user, but did you try adding libpq path (postgres lib
directory) to /etc/ld.so.conf and then executing /sbin/ldconfig?

Best regards,
Jorge

  </pre>
  <blockquote type="cite">
    <pre wrap="">_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>


  </pre>
</blockquote>
Hi,<br>
thanks for the response.<br>
In the next days after my post I've examined configure.log and I
discovered that the problem wasn't libpq but another library.<br>
I've than fixed it.<br>
<br>
So, it was an error message no so precise. The library missing was
required by libpq, but libpq wasn't the problem.<br>
I've spent very much time searching Internet for a solution, but the
solution was so simple: CHECK CONFIGURE.LOG !! :)<br>
<br>
Bye bye<br>
<br>
Ludovico<br>
<br>
<br>
<br>
</body>
</html>