Bug 141341

Summary: curl-devel should require libidn-devel
Product: [Fedora] Fedora Reporter: Kirill Kolyshkin <kolyshkin>
Component: curlAssignee: Ivana Varekova <varekova>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: petersen, pkw
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-09 14:29:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kirill Kolyshkin 2004-11-30 16:12:19 UTC
Description of problem:
I tried to build some program that uses libcurl; build failed with
error "libidl.so not found". The problem is libidl-devel package is
not installed, although needed if you want to build something with
libcurl, as curl-config --cflags output contains -lidl

Version-Release number of selected component (if applicable):
curl-devel-7.12.1-1

How reproducible:
always

Comment 1 Philip K. Warren 2004-12-03 19:39:25 UTC
I think you mean that it should require libidn-devel. curl-config
--libs returns '-lidn', which is only available in the libidn-devel
package.

Comment 2 Kirill Kolyshkin 2004-12-04 09:50:15 UTC
sure it's libidn-devel; sorry for the mistype.