Andrew Beekhof wrote:
> On 3/2/07, Alan Robertson <[EMAIL PROTECTED]> wrote:
>> Andrew Beekhof wrote:
>> > Alan,
>> >
>> > can you please explain the reason for the kludge you added in the
>> > following configure block
>> >
>> >         AC_MSG_CHECKING(for special snmp libraries)
>> >         SNMPLIB=`net-snmp-config --libs`
>> >         SNMPAGENTLIB=`net-snmp-config --agent-libs`
>> >         # KLUDGE!!
>> >                 case $SNMPAGENTLIB in
>> >                   *wrap*)    ;;
>> >                   *)        SNMPAGENTLIB="$SNMPAGENTLIB -lwrap";;
>> >         esac
>> >         AC_MSG_RESULT($SNMPLIB)
>> >
>> > I ask because it prevents building when -lwrap is not present.
>> > It seems odd that we apparently think we know more than the people that
>> > publish the snmp package.
>>
>> Because SUSE didn't include the full set of dependencies,
> 
> did it get reported/fixed?  if not we should do so.

Almost certainly didn't get reported by me.

>> and I wanted it to work.
>> The other option is have it not work, which I thought wasn't quite as
>> good an option.
> 
> i figured there was some reason, i just didnt know what it was.
> i might go update configure so the next person that looks knows too

It was _soo_ obviously a kludge I thought it would be obvious that it
was necessary for someone ;-) (that's the kind of thinking I sometimes
fall into when in a hurry).  I was in the middle of putting out a
release, and found this on only one platform IIRC.  I don't remember
which one, but it was definitely SUSE.  Probably SUSE 10.0 or 10.1.  I'm
guessing SUSE 10.0.  Probably could tell by the date I made the change.


-- 
    Alan Robertson <[EMAIL PROTECTED]>

"Openness is the foundation and preservative of friendship...  Let me
claim from you at all times your undisguised opinions." - William
Wilberforce
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to