Bug 151065

Summary: gnutls-devel doesn't pull libgcrypt-devel
Product: Red Hat Enterprise Linux 4 Reporter: Bastien Nocera <bnocera>
Component: gnutlsAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0   
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-04-22 11:42:49 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 Bastien Nocera 2005-03-14 15:31:56 UTC
From a config.log snippet:
configure:20230: checking for libgnutls-config
configure:20248: found /usr/bin/libgnutls-config
configure:20261: result: /usr/bin/libgnutls-config
configure:20269: checking for libgnutls - version >= 1.0.0
configure:20350: gcc -o conftest -g -O2 -Wall -I/usr/include  
conftest.c -lnsl  -lz -L/usr/lib -lgnutls -lgcrypt -lgpg-error >&5
/usr/bin/ld: cannot find -lgcrypt
collect2: ld returned 1 exit status

$ ldd /usr/lib/libgnutls.so.11.1.20  | grep crypt
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x00832000)
$ rpm -q gnutls-devel
gnutls-devel-1.0.20-3

Comment 1 Tomas Mraz 2005-04-22 11:42:49 UTC
Fixed in rawhide. Will be fixed in a future RHEL4 update if other bugs appear.