echoping/SRC/INSTALL

42 lines
1.7 KiB
Plaintext
Raw Normal View History

echoping appears to compile and run at least on Tru64 (ex-Digital
2001-01-25 15:17:50 +00:00
Unix, ex-OSF/1), Solaris, Linux, FreeBSD, NetBSD, IRIX and AI/X. You
do not have to be root to install it.
2000-04-13 09:19:23 +00:00
2001-01-24 14:03:42 +00:00
Just type "./configure", then "make", "make test" if you wish (some
tests depend on local servers and/or Internet access, interpret with
care) and then (as root if necessary), "make install".
2000-04-13 09:19:23 +00:00
"configure" has some options:
--disable-http (suppress the HTTP support)
2000-09-27 05:38:29 +00:00
--disable-smtp (suppress the SMTP support)
--enable-icp (add the ICP support, to monitor Web proxies like Squid)
2001-01-24 14:03:42 +00:00
--with-ssl[=/where/is/ssl] (add the SSL support, you will need
the OpenSSL library <http://www.openssl.org/>)
2000-04-17 14:31:25 +00:00
--disable-ttcp (suppress the T/TCP support which is enabled only if
your system supports it - FreeBSD does. See
<http://www.kohala.com/start/ttcp.html>)
2000-04-13 09:19:23 +00:00
2000-09-27 05:38:29 +00:00
Standard "autoconf/configure" options are supported such as --prefix
to set the installation root directory.
2001-01-24 14:03:42 +00:00
If you get messages about va_start like:
error.c:29: macro `va_start' used with just one arg
it is a bug in echoping (triggered by C's inability to do modular
programming). Email the author and, in the meantime, configure
--without-ssl.
2000-04-13 09:19:23 +00:00
If 'echoping -h' replies with a "404" error while the file really exists,
check first that you use the FQDN of the server on the command line
(this is a consequence of the HTTP 1.1 protocol, not a bug in echoping
and this will show only if the HTTP server uses "virtual hosting").
2001-01-25 15:17:50 +00:00
To report a bug, email Stephane Bortzmeyer
<bortz@users.sourceforge.net> (if you have an account at SourceForge,
you can use their bug reporting tool, too). If the problem is at the
"./configure" step, do not forget to send the config.log.
2000-06-25 14:11:34 +00:00
$Id$