Displaying 1 result from an estimated 1 matches for "havelibpam".
Did you mean:
have_libpam
1999 Dec 06
0
Fwd: Re: openssh on a non-PAM system?
...>
> 2. Grabbed the tar.gz noted above, untarred etc.
>
> 3. Ran ./configure --with-egd-pool=/etc/egd.pool --prefix=/usr/local
>
> 4. Edited Makefile, removing "-lpam" from the "LIBS=" line.
>
> 5. Edited config.h, commenting out the "#define HAVELIBPAM 1" line.
I tried the same, although, I think the --without-pam switch would remove
the need for steps 4 and 5? Although, it doesn't :)
> 6. Ran "make"
Using gmake, it falls over straight away on 2.5.1 (gcc-2.95.1) and
2.7 (gcc-2.95), with:
gcc -O2 -fomit-frame-pointer -W...