rssh platform support |
|
Though
Update, 7 Jun 2003: Jacques A. Vidrine reports that FreeBSD 5.0 now has the wordexp() function, and rssh compiles cleanly on it, though he has not tested it. I still do not have any confirmation that it will work on FreeBSD 5, but it seems like a safe bet. I have received reports that other operating environments are also adding support for wordexp(), and rssh should work on all of those platforms, too. If you're on a BSD system without the wordexp() function, you could work around this by obtaining a copy of the wordexp() function's code from, say, glibc2, and creating your own wordexp.h header. Compile wordexp.c manually, and link it against the other .o files. I have no intention of doing any work to facilitate that, though, so you're on your own. If you have success usingrssh with some other
implementation of SSH, or using it on other platforms, feel free to
send e-mail to the
rssh mailing list to let me know. If you have problems compiling
or installing rssh on your favorite platform,
please send me the complete configure output, and any compilation
errors generated. Thanks!
If, on the other hand, you are having trouble getting
|