<!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">
strk wrote:
<blockquote cite="mid:20100301155201.GL33148@keybit.net" type="cite">
<pre wrap="">On Mon, Mar 01, 2010 at 03:35:21PM +0000, Saeed Bhuta wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi All,
I am trying to install PostGIS in order to install PG Routing.
However when I run the configure script, at the end I am given the
following error even though I have libpq installed:
"configure: error: could not find libpq"
I am on Ubuntu 9.10 Karmic Koala and PostgreSQL 8.4.
</pre>
</blockquote>
<pre wrap=""><!---->
Try:
sudo apt-cache search postgresql | grep dev | grep client
--strk;
Share. It's fair.
<a class="moz-txt-link-freetext" href="http://iwouldntsteal.net">http://iwouldntsteal.net</a>
_______________________________________________
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>
Thanks Strk for your reply.<br>
<br>
I ran the command and it gave the output: libpgtcl-dev - Tcl client
library binding for PostgreSQL - development files.<br>
<br>
So I did sudo apt-get install libpgtcl-dev and it installed
successfully, I then ran the configure script but it still gives the
same error; <br>
<br>
configure: error: could not find libpq<br>
<br>
Saeed.<br>
</body>
</html>