[Bug 841] sftp-server receives SIGCHLD.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Apr 14 14:13:09 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=841
------- Additional Comments From dtucker at zip.com.au 2004-04-14 12:00 -------
It's likely that libcrypto.so isn't in LD_LIBRARY_PATH. Try running this and
see if you get an error:
$ ssh yourserver /usr/local/openssh/libexec/sftp-server
or add something like:
LD_LIBRARY_PATH=/usr/lib:/path/to/ssl/lib
export LD_LIBRARY_PATH
to your shell's startup (eg /etc/profile). You can also fiddle with crle (see
its man page).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list