1.2.0 on Solaris: interface enumeration incompatible

Brandon S. Allbery KF8NH allbery+cups at ece.cmu.edu
Wed May 10 10:10:17 PDT 2006


Compiling snmp.c...
snmp.c: In function `get_interface_addresses':
snmp.c:1379: structure has no member named `ifa_ifu'
snmp.c:1380: structure has no member named `ifa_ifu'
snmp.c:1385: structure has no member named `ifa_ifu'

The first problem is that Solaris uses (struct ifaddr), not (struct ifaddrs).  If you #define around that, you then get an error because Solaris doesn't store the interface name in the (struct ifaddr).

I have for the time being commented out the SNMP backend locally.




More information about the cups mailing list