Complete.Org: Mailing Lists: Archives: gopher: January 2002:
[gopher] Re: Problems compiling with FreeBSD, installing in Slackware
Home

[gopher] Re: Problems compiling with FreeBSD, installing in Slackware

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: <gopher@xxxxxxxxxxxx>
Subject: [gopher] Re: Problems compiling with FreeBSD, installing in Slackware
From: <anstouh@xxxxxxxxxxxx>
Date: Thu, 10 Jan 2002 11:17:32 +1100 (EST)
Reply-to: gopher@xxxxxxxxxxxx




On 9 Jan 2002, John Goerzen wrote:

>
> <anstouh@xxxxxxxxxxxx> writes:
>
> > Hi. I downloaded gopher-3.0 from the gopher site, and I've tried to
> > install it on my FreeBSD 4.4 box. Unfortunately, while compiling, it
> > gives me a lot of warnings of the form
>
> My first question: are you using "gmake" or "make"?  My experience on
> NetBSD is that "make" will not work, but "gmake" will.

Okay, I was using `make'. Using `gmake' made it install.

> > Also, because that failed, I tried installing it on my Slackware 8.0 Linux
> > box. It compiles fine, but won't make install; I think it creates the file
> > /etc/gopherd and then wants a directory of the same name.
>
> A typescript of that part as well would be helpful.

It happened when I gmake installed on FreeBSD as well.

Tristan

root@zsau:/home/anstouh/gmake-3.0.0# gmake install
(cd object;   gmake  install);
gmake[1]: Entering directory `/usr/home/anstouh/gopher-3.0.0/object'
gmake[1]: Leaving directory `/usr/home/anstouh/gopher-3.0.0/object'
(cd gopher;   gmake  install);
gmake[1]: Entering directory `/usr/home/anstouh/gopher-3.0.0/gopher'
mv /usr/local/bin/gopher /usr/local/bin/gopher.old
mv: rename /usr/local/bin/gopher to /usr/local/bin/gopher.old: No such
file or directory
gmake[1]: [install] Error 1 (ignored)
mkdir /usr/local/bin
mkdir: /usr/local/bin: File exists
gmake[1]: [install] Error 1 (ignored)
mkdir /etc/gopher
/usr/bin/install -c gopher /usr/local/bin
/usr/bin/install -c gopher.rc /etc/gopher
/usr/bin/install -c gopherremote.rc /etc/gopher
/usr/bin/install -c gopher.hlp /etc/gopher
gmake[1]: Leaving directory `/usr/home/anstouh/gopher-3.0.0/gopher'
(cd gopherd;  gmake  install);
gmake[1]: Entering directory `/usr/home/anstouh/gopher-3.0.0/gopherd'
gcc  -o gopherd error.o globals.o gopherd.o daemon.o special.o dedot.o
openers.o index.o Waisindex.o serverutil.o ftp.o waisgopher.o ext.o site.o
gopherdconf.o kernutils.o mindexd.o authenticate.o command.o pid.o AUTH.o
GGroup.o  ../object/libgopher.a    -lcrypt  -lcompat -lm
gopherd.o: In function `HandleHTTPpost':
/usr/home/anstouh/gopher-3.0.0/gopherd/./gopherd.c(.text+0xf69): warning:
tempnam() possibly used unsafely; consider using mkstemp()
mv /usr/local/sbin/gopherd /usr/local/sbin/gopherd.old
mv: rename /usr/local/sbin/gopherd to /usr/local/sbin/gopherd.old: No such
file or directory
gmake[1]: [install] Error 1 (ignored)
mv /etc/gopherd/gopherd.conf /etc/gopherd/gopherd.conf.old
mv: rename /etc/gopherd/gopherd.conf to /etc/gopherd/gopherd.conf.old: No
such file or directory
gmake[1]: [install] Error 1 (ignored)
/usr/bin/install -c  gopherd /usr/local/sbin
/usr/bin/install -c  gopherd.conf /etc/gopherd
if [ ! -f /etc/gopherd/gopherdlocal.conf ]; then \
        /usr/bin/install -c gopherdlocal.conf
/etc/gopherd/gopherdlocal.conf; \
fi
install: /etc/gopherd/gopherdlocal.conf: Not a directory
gmake[1]: *** [install] Error 71
gmake[1]: Leaving directory `/usr/home/anstouh/gopher-3.0.0/gopherd'
gmake: *** [install] Error 2




[Prev in Thread] Current Thread [Next in Thread]