
basavarajdengi at gmail
Feb 26, 2009, 3:39 AM
Post #5 of 5
(667 views)
Permalink
|
Thank you very much for the patch file. That indeed helped me; configure, make n make install do work I was actually trying to enable selinux feature in ssh as passwordless ssh to my embedded target is not working for recent kernels. So I tried to 1) disable selinux feature using CMDLINE in the bootloader prompt 2) enable selinux feature in ssh both dint help. with recent kernel binaries ssh is not accepting emptypasswords[I did change sshd_config to accept the emptypasswords] still there is a problem regards basavaraj On Thu, Feb 26, 2009 at 3:32 AM, Tim Rice <tim [at] multitalents> wrote: > On Wed, 25 Feb 2009, Basavaraj Dengi wrote: > > > Looking at the config log, the problem is that, > > configure is not taking the selinux library path[even though I am > providing > > it with -L option] > > The way configure is currently written, --wtih-selinux=path is not > possible. > Try the attached patch to configure.ac. You will need to regenerate > configure > by running autoconf. > > > attached is the config.log for your reference. > > > > thanks for your time > > > > regards > > basavaraj > > > > -- > Tim Rice Multitalents (707) 887-1469 > tim [at] multitalents > _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
|