Re: sshd won't start in 7.1.0-rc1
marko via leaf-user <[email protected]>
| Newsgroups | gmane.linux.leaf.user |
|---|---|
| Organization | Mechtron Systems |
| Message-ID | <16785331.D2Q9umYUaH@chambourcin> |
On Tuesday, 3 August 2021 11:35:10 AM AEST Timothy Wegner wrote: > Erich wrote: > > Your best option is to start sshd manually with debug turned on. It may > > > give you a hint. > > How do I run sshd manually with debug turned on? > > However, before you spend any time answering, I have compared beta1 with > rc1, and when I try to run /usr/sbin/sshd on RC1, I get the message > libmd.so.0 not found, but on beta 1 I get a different message, about a full > path being needed. Am I missing a library? If so how do I add it> > > Thanks, > > Tim > > ------------------------------------------------------------------------ > leaf-user mailing list: [email protected] > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ that is the random number library I think, it should live in /usr/lib As a guess, libcrypto or libssl is not loaded. It should autoload as a dependency. also check the symlink to the real library librnd.so.0 exists apkg -l will show you the loaded packages. general method to load a package is: mount /dev/sdax /mnt apkg -i libcrypto.lrp umount /mnt cheers marko ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/