When I ran ./configure, which completed successfully, I noticed that it complained about the PKG_CONFIG_PATH and not being able to find libcurl:

(lines omitted)
...
checking for curl-config... /usr/bin/curl-config
Package libcurl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcurl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcurl' found
...

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.

So I just did a export PKG_CONFIG_PATH=/usr/lib/pkgconfig and reran ./configure and it was happy again.

- Chris


Tzafrir Cohen wrote:
On Sat, Apr 19, 2008 at 11:11:53AM -0700, Chris Brentano wrote:
Nevermind, I found the problem.

And for the benefit of the readers of the archives: what was it?

--
               Tzafrir Cohen
icq#16849755              jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to