[AIX/IBMers read] Re: AIX and Privsep.
Tim Rice
tim at multitalents.net
Fri Jul 5 13:38:01 EST 2002
On Fri, 5 Jul 2002, Darren Tucker wrote:
> Tim Rice wrote:
> > > What's the consensus?
> >
> > Fix configure.ac
> > Does the attached patch work?
>
> It makes no difference. On 4.2.1 I ran "make distprep" then configure
> but config.h still didn't define WITH_AIXAUTHENTICATE. If it makes any
> difference , autoreconf is version 2.52.
It would have helped it I hadn't made a mistake.
+ [AC_CHECK_LIB(libs,authenticate,
should be
+ [AC_CHECK_LIB(s,authenticate,
>
> config.log:
> [snip]
> configure:3119: checking for authenticate
> configure:3156: gcc -o conftest -g -O2 -Wall -Wpointer-arith
> -Wno-uninitialized -I/usr/local/include -L/usr/local/lib conftest.c
> >&5
> cc1: warning: changing search order for system directory
> "/usr/local/include"
> cc1: warning: as it has already been specified as a non-system
> directory
> ld: 0711-317 ERROR: Undefined symbol: authenticate
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> collect2: ld returned 8 exit status
> configure:3159: $? = 1
> configure: failed program was:
> #line 3125 "configure"
> [snip]
>
>
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
More information about the openssh-unix-dev
mailing list