I've attempted to compile SSH on Solaris 8 using both GCC 2.9.2 and Sun
Workshop 5 including support for Wrappers. Compile always fails because it
can't find tcpd.h in /usr/local/include. The option for adding Wrapper
support with "configure" only includes the path for libwrap.a in
/usr/local/lib. I have an LD_LIBRARY_PATH in my profile, but it's not
getting read during compile. What adjustments do I need to make to
"configure" options of makefile. Do I need to add another macro or just
adjust the ones which apply to wrappers?