Subject: pkg/29880: pkgsrc/net-snmp fails to build on Solaris 2.8, problem finding tcp_wrappers library
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <rquinn@sec.sprint.net>
List: pkgsrc-bugs
Date: 04/04/2005 14:34:01
>Number:         29880
>Category:       pkg
>Synopsis:       pkgsrc/net-snmp fails to build on Solaris 2.8, problem finding tcp_wrappers library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 04 14:34:00 +0000 2005
>Originator:     Rob Quinn
>Release:        Solaris2.8, pkgsrc-current
>Organization:
>Environment:
>Description:
I have tcp_wrappers installed, and in use with the old version of
net-snmp:
  #pkg_info -nR net-snmp
  Information for net-snmp-5.1.2nb3:

  Requires:
  perl>=5.8.5nb6
  tcp_wrappers>=7.6.1nb3
  {perl>=5.0,perl-thread>=5.0}

 The latest net-snmp-5.2.1 fails to find it though:
crn-sen:/usr/pkgsrc/net/net-snmp #bmake
===> Checking for vulnerabilities in net-snmp-5.2.1
===> Configuring for net-snmp-5.2.1
[...]
checking for platform-specific source...   
  
checking tcpd.h usability... yes
checking tcpd.h presence... yes
checking for tcpd.h... yes
checking for TCP wrappers library -lwrap... no
checking for yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... no
checking for TCP wrappers library -lwrap linked with -lnsl... no
configure: error: Asked to use libwrap but I couldn't find it.
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/net/net-snmp

>How-To-Repeat:

>Fix: