| Summary: | sftp-server receives SIGCHLD. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Grzegorz Czaplinski <G.Czaplinski> |
| Component: | sftp-server | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.8p1 | ||
| Hardware: | UltraSPARC | ||
| OS: | SunOS | ||
|
Description
Grzegorz Czaplinski
2004-04-14 00:08:34 AEST
*** Bug 840 has been marked as a duplicate of this bug. *** 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).
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
Closed with release of portable OpenSSH 3.8.1p1 |