>
>
>> and I had to change the
>>
>>name of the libs (wasn't too happy with that).
>>
>>%files -n libsnmp%{major}
>>%defattr(-,root,root,-)
>>%{_libdir}/*-*.so
>>
>>Beware that I didn't test the package...
>>
>>
>
>Your %configure changes makes it compile, but now there's no tcp_wrappers or
>openssl support anymore. This is the case for the ucd-snmp package in Cooker
>too.
>
The package still Requires openssl, due to the rediculous amount of
Requires in the package (rpm should handle this for the non -devel
packages, but it was put in manually in the package.
>Maybe I should have asked why my package compiles just fine on ML8.2 but not
>on Cooker... I get this error:
>
>checking for tcpd.h... no
>configure: error: Asked to use libwrap but I couldn't find tcpd.h.
>
Same here... When you run configure with --with-libwrap=%{_prefix} then
it isn't found... and the %configure hangs... Same goes for ssl.
Time to file a bug report?