cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Problems linking agains libidn

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 19 Oct 2005 13:48:22 +0200 (CEST)

On Wed, 19 Oct 2005, Ohad Oded wrote:

> I checked and libidn.so exists in /usr/lib64.

I checked again. The reason it fails is that the path you give to
--with-libidn=[PATH] is assumed to be the install prefix of the lib, so the
configure script appends "/lib" to it to find the lib and appends "/include"
to find the headers.

Thus, you are better off setting CFLAGS before you invoke configure, similar
to this:

   CFLAGS=-L/usr/lib64 ./configure

(depending on your shell of choice)

> BTW what's the link to the mailing list so I can see all the correspondence?

Web archive of curl-users:

         http://curl.haxx.se/mail/list.cgi?list=curl-users

Subscribe/unsubscribe/edit options of curl-users:

         http://cool.haxx.se/mailman/listinfo/curl-users

Web archives of all other lists:

         http://curl.haxx.se/mail/

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-10-19