> # ./configure
> loading cache ./config.cache
> checking host system type... alphaev5-dec-osf4.0b
> checking target system type... alphaev5-dec-osf4.0b
> checking build system type... alphaev5-dec-osf4.0b
>
...
> # make
> cd src; make all CC="gcc " CFLAGS="" cgidir="/usr/local/apache/cgi-bin" bindir=
> "/usr/local/bin" LIBS=""
> cd archive; make all CC="gcc " CFLAGS=""
Looks like it built correctly.
> ---------------------------
> Then I edited the makefile, to reflect my system...
> -----------------------
? You should not need to edit it. Execute it as...
# configure --prefix=/usr/local \
--with-htmldir=/usr/local/etc/htdocs/hypermail \ --with-cgidir=/usr/local/etc/httpd/cgi-bin
> # make install
> if [ ! -d /usr/local/bin ]; then mkdir /usr/local/bin; fi
> install -s -c -m 0755 hypermail /usr/local/bin
> *** Exit 2
> Stop.
Seems that 'install' is not working as it should. Could you send me a copy of the install manpage ? I'll see if I can correct it.
-- Kent Landfield Phone: 1-817-545-2502 Email: kent_at_landfield.com http://www.landfield.com/ Email: kent_at_nfr.net http://www.nfr.net/ Search the Usenet FAQ Archive at http://www.faqs.org/faqs/ Search the RFC/FYI/STD/BCP Archive at http://www.faqs.org/rfcs/Received on Wed 17 Nov 1999 01:26:48 AM GMT
This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:51 PM GMT GMT