This is a discussion on Re: OpenSSH4.3p2 vs FreeBSD-6.0Rel within the OpenSSH Development forums, part of the Networking and Network Related category; On Tue, Mar 21, 2006 at 05:10:02PM -0800, Tim Rice wrote: > On Tue, 21 Mar 2006, Brian ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, Mar 21, 2006 at 05:10:02PM -0800, Tim Rice wrote:
> On Tue, 21 Mar 2006, Brian Kantor wrote: > > checking login_cap.h usability... no > > checking login_cap.h presence... yes > > configure: WARNING: login_cap.h: present but cannot be compiled > > configure: WARNING: login_cap.h: check for missing prerequisite headers? > > configure: WARNING: login_cap.h: see the Autoconf documentation > > configure: WARNING: login_cap.h: section "Present But Cannot Be Compiled" > > Look at your config.log for clues why it can not be compiled. > There is probably some additional header needed for the test on > your platform. It's also worth checking if it's fixed in the snaps. I saw a similar issue on NetBSD and made it happy by having configure #include <sys/types.h>. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |