Mailing List Archive

[Bug 841] sftp-server receives SIGCHLD.
http://bugzilla.mindrot.org/show_bug.cgi?id=841





------- Additional Comments From dtucker@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.
[Bug 841] sftp-server receives SIGCHLD. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=841

G.Czaplinski@prioris.mini.pw.edu.pl changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED



------- Additional Comments From G.Czaplinski@prioris.mini.pw.edu.pl 2004-04-14 21:45 -------

Hi there,
You were right about that, thanks!
Setting LD_LIBRARY_PATH did not help as user profile must be read after
sftp-server is called. (is it called anyway?)
The solution was to fiddle with crle command.

Thanks,
gregory



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 841] sftp-server receives SIGCHLD. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=841





------- Additional Comments From djm@mindrot.org 2004-04-19 23:32 -------
Closed with release of portable OpenSSH 3.8.1p1



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 841] sftp-server receives SIGCHLD. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=841

djm@mindrot.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.