Hi everyone,
just joined the list... I tried to build the package for openSUSE 11.4
x86_64, but configure complained that sftp-server was not found.
This is due to the directory naming convention on openSUSE systems. The
64-bit libraries are in /lib64, /usr/lib64, and so on. The configure
script searches them in /lib and /usr/lib only.
So I attach a diff file that might be applied as a a patch to configure.ac.
BTW, thanks for this package - simple to use and very effective!
Regards,
Werner
--- rssh-2.3.3/configure.ac 2010-08-01 15:58:55.000000000 +0200
+++ rssh-2.3.3.alt/configure.ac 2011-07-20 13:57:26.915697263 +0200
@@ -107,7 +107,7 @@
[ --with-sftp-server specify path to sftp-server binary],
[sftp_path="$withval"], [sftp_path=""])
-AC_PATH_PROG(sftp_path, sftp-server, [], [/usr/libexec:/usr/libexec/openssh:/usr/local/libexec/openssh:/usr/lib/openssh:/usr/lib:/usr/local/libexec:/usr/lib/ssh])
+AC_PATH_PROG(sftp_path, sftp-server, [], [/usr/libexec:/usr/libexec/openssh:/usr/local/libexec/openssh:/usr/lib/openssh:/usr/lib64/openssh:/usr/lib:/usr/lib64:/usr/local/libexec:/usr/lib/ssh:/usr/lib64/ssh])
if test -z "$sftp_path"; then
AC_MSG_ERROR([can't find sftp-server - please specify with --with-sftp-server])
fi
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
rssh-discuss mailing list
rssh-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rssh-discuss