[Opendnssec-develop] Re: [OpenDNSSEC] #254: Configure fails on RHEL6

OpenDNSSEC owner-dnssec-trac at kirei.se
Thu Aug 11 07:02:23 UTC 2011


#254: Configure fails on RHEL6
------------------------------------+---------------------------------------
Reporter:  vanrein                  |        Owner:  rb     
    Type:  defect                   |       Status:  new    
Priority:  major                    |    Component:  Unknown
 Version:  1.3.0                    |   Resolution:         
Keywords:  configure libldns rhel6  |  
------------------------------------+---------------------------------------

Comment (by rb):

 The configure script is automatically create from configure.ac together
 with the m4 files.

 http://trac.opendnssec.org/browser/trunk/OpenDNSSEC/m4/acx_ldns.m4#L37
 is converted to line 14629 in ./configure

 Line 14637 comes from
 http://trac.opendnssec.org/browser/trunk/OpenDNSSEC/m4/acx_ldns.m4#L39

 So to me it looks like the library path is included in the test.
 {{{
 14629:        LIBS="$LIBS $LDNS_LIBS"
 ...
 14637:        LIBS="-lldns  $LIBS"
 }}}

 Is the problem that you get double "-lldns" in $LIBS?

 What does config.log say about the failed test?

-- 
Ticket URL: <http://trac.opendnssec.org/ticket/254#comment:4>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC


More information about the Opendnssec-develop mailing list