<!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="#333333">
<font size="-1"><font face="Lucida Grande">When I ran ./configure,
which completed successfully, I noticed that it complained about the
PKG_CONFIG_PATH and not being able to find libcurl:<br>
<br>
(lines omitted)<br>
...<br>
checking for curl-config... /usr/bin/curl-config<br>
Package libcurl was not found in the pkg-config search path.<br>
Perhaps you should add the directory containing `libcurl.pc'<br>
to the PKG_CONFIG_PATH environment variable<br>
No package 'libcurl' found<br>
...<br>
<br>
Which, was ridiculous that it finished ./configure and didn't error out
on the spot, since without this small piece of the puzzle Asterisk
would not run. <br>
<br>
So I just did a export PKG_CONFIG_PATH=/usr/lib/pkgconfig and reran
./configure and it was happy again.<br>
<br>
- Chris<br>
<br>
</font></font><br>
Tzafrir Cohen wrote:
<blockquote cite="mid:20080420002959.GJ20315@xorcom.com" type="cite">
  <pre wrap="">On Sat, Apr 19, 2008 at 11:11:53AM -0700, Chris Brentano wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Nevermind, I found the problem.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
And for the benefit of the readers of the archives: what was it?

--
               Tzafrir Cohen
icq#16849755              <a class="moz-txt-link-freetext" href="jabber:tzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a>
+972-50-7952406           <a class="moz-txt-link-freetext" href="mailto:tzafrir.cohen@xorcom.com">mailto:tzafrir.cohen@xorcom.com</a>
<a class="moz-txt-link-freetext" href="http://www.xorcom.com">http://www.xorcom.com</a>  <a class="moz-txt-link-abbreviated" href="mailto:iax:guest@local.xorcom.com/tzafrir">iax:guest@local.xorcom.com/tzafrir</a>

_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
</body>
</html>